EvEmu
0.8.4
11 September 2021
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
EVE_Mail.h
Go to the documentation of this file.
1
2
3
#ifndef EVE_MAIL_H
4
#define EVE_MAIL_H
5
6
enum
MailStatusMask
{
7
mailStatusMaskRead
= 1,
8
mailStatusMaskReplied
= 2,
9
mailStatusMaskForwarded
= 4,
10
mailStatusMaskTrashed
= 8,
11
mailStatusMaskDraft
= 16,
12
mailStatusMaskAutomated
= 32,
13
};
14
15
enum
mailLabelMask
{
16
mailLabelInbox
= 1,
17
mailLabelSent
= 2,
18
mailLabelCorporation
= 4,
19
mailLabelAlliance
= 8,
20
mailLabelsSystem
=
mailLabelInbox
+
mailLabelSent
+
mailLabelCorporation
+
mailLabelAlliance
,
21
};
22
23
24
#define mailingListBlocked 0
25
#define mailingListAllowed 1
26
#define mailingListMemberMuted 0
27
#define mailingListMemberDefault 1
28
#define mailingListMemberOperator 2
29
#define mailingListMemberOwner 3
30
31
32
#define mailMaxRecipients 50
33
#define mailMaxGroups 1
34
#define mailMaxSubjectSize 150
35
#define mailMaxBodySize 8000
36
#define mailMaxTaggedBodySize 10000
37
#define mailMaxLabelSize 40
38
#define mailMaxNumLabels 25
39
#define mailMaxPerPage 100
40
#define mailTrialAccountTimer 1
41
#define mailMaxMessagePerMinute 5
42
#define mailinglistMaxMembers 3000
43
#define mailinglistMaxMembersUpdated 1000
44
#define mailingListMaxNameSize 60
45
46
47
// Notification data, as Notifications are part of mail system.
48
49
enum
NotificationSecLevelDecsriptions
{
50
SecDesc_n10
= -10,
51
SecDesc_n9
= -9,
52
SecDesc_n8
= -8,
53
SecDesc_n7
= -7,
54
SecDesc_n6
= -6,
55
SecDesc_n5
= -5,
56
SecDesc_n4
= -4,
57
SecDesc_n3
= -3,
58
SecDesc_n2
= -2,
59
SecDesc_n1
= -1,
60
SecDesc_0
= 0,
61
SecDesc_1
= 1,
62
SecDesc_2
= 2,
63
SecDesc_3
= 3,
64
SecDesc_4
= 4,
65
SecDesc_5
= 5,
66
SecDesc_6
= 6,
67
SecDesc_7
= 7,
68
SecDesc_8
= 8,
69
SecDesc_9
= 9,
70
SecDesc_10
= 10
71
};
72
73
namespace
Notify
{
74
75
namespace
Groups {
76
enum
{
77
Unread
= 0,
78
Agents
= 1,
79
Bills
= 2,
80
Corp
= 3,
81
Misc
= 4,
82
Old
= 5,
83
Sov
= 6,
84
Structures
= 7,
85
War
= 8,
86
Contacts
= 9
87
};
88
}
89
90
namespace
Types {
91
// these are types for mail msgs.
92
enum
{
93
OldLscMessages
= 1,
94
CharTermination
= 2,
95
CharMedal
= 3,
96
AllMaintenanceBill
= 4,
97
AllWarDeclared
= 5,
98
AllWarSurrender
= 6,
99
AllWarRetracted
= 7,
100
AllWarInvalidated
= 8,
101
CharBill
= 9,
102
CorpAllBill
= 10,
103
BillOutOfMoney
= 11,
104
BillPaidChar
= 12,
105
BillPaidCorpAll
= 13,
106
BountyClaim
= 14,
107
CloneActivation
= 15,
108
CorpAppNew
= 16,
109
CorpAppReject
= 17,
110
CorpAppAccept
= 18,
111
CorpTaxChange
= 19,
112
CorpNews
= 20,
113
CharLeftCorp
= 21,
114
CorpNewCEO
= 22,
115
CorpDividend
= 23,
116
CorpVote
= 25,
117
CorpVoteCEORevoked
= 26,
118
CorpWarDeclared
= 27,
119
CorpWarFightingLegal
= 28,
120
CorpWarSurrender
= 29,
121
CorpWarRetracted
= 30,
122
CorpWarInvalidated
= 31,
123
ContainerPassword
= 32,
124
Customs
= 33,
125
InsuranceFirstShip
= 34,
126
InsurancePayout
= 35,
127
InsuranceInvalidated
= 36,
128
SovAllClaimFail
= 37,
129
SovCorpClaimFail
= 38,
130
SovAllBillLate
= 39,
131
SovCorpBillLate
= 40,
132
SovAllClaimLost
= 41,
133
SovCorpClaimLost
= 42,
134
SovAllClaimAquired
= 43,
135
SovCorpClaimAquired
= 44,
136
AllAnchoring
= 45,
137
AllStructVulnerable
= 46,
138
AllStrucInvulnerable
= 47,
139
SovDisruptor
= 48,
140
CorpStructLost
= 49,
141
CorpOfficeExpiration
= 50,
142
CloneRevoked1
= 51,
143
CloneMoved
= 52,
144
CloneRevoked2
= 53,
145
InsuranceExpiration
= 54,
146
InsuranceIssued
= 55,
147
JumpCloneDeleted1
= 56,
148
JumpCloneDeleted2
= 57,
149
FWCorpJoin
= 58,
150
FWCorpLeave
= 59,
151
FWCorpKick
= 60,
152
FWCharKick
= 61,
153
FWCorpWarning
= 62,
154
FWCharWarning
= 63,
155
FWCharRankLoss
= 64,
156
FWCharRankGain
= 65,
157
AgentMove
= 66,
158
TransactionReversal
= 67,
159
Reimbursement
= 68,
160
LocateChar
= 69,
161
ResearchMissionAvailable
= 70,
162
MissionOfferExpiration
= 71,
163
MissionTimeout
= 72,
164
StoryLineMissionAvailable
= 73,
165
Tutorial
= 74,
166
TowerAlert
= 75,
167
TowerResourceAlert
= 76,
168
StationAggression1
= 77,
169
StationStateChange
= 78,
170
StationConquer
= 79,
171
StationAggression2
= 80,
172
FacWarCorpJoinRequest
= 81,
173
FacWarCorpLeaveRequest
= 82,
174
FacWarCorpJoinWithdraw
= 83,
175
FacWarCorpLeaveWithdraw
= 84,
176
CorpLiquidation
= 85,
177
SovereigntyTCUDamage
= 86,
178
SovereigntySBUDamage
= 87,
179
SovereigntyIHDamage
= 88,
180
ContactAdd
= 89,
181
ContactEdit
= 90,
182
IncursionCompleted
= 91,
183
CorpKicked
= 92,
184
OrbitalAttacked
= 93,
185
OrbitalReinforced
= 94,
186
OwnershipTransferred
= 95,
187
FWAllianceWarning
= 96,
188
FWAllianceKick
= 97,
189
190
// these are internal corp Notifications to allow switching for various events
191
MarketOrder
= 125,
// since this updates same corp group, is used for all market order updates
192
WalletChange
= 126,
193
ItemUpdateStation
= 127,
194
ItemUpdateSystem
= 128,
195
FactoryJob
= 129
// factory jobs now have config option to add event to calendar. this updates corp members
196
};
197
}
198
}
199
200
/*
201
securityLevelDescriptions = {-10: 'Notifications/SecurityStatus/SecurityDescription_-10',
202
-9: 'Notifications/SecurityStatus/SecurityDescription_-9',
203
-8: 'Notifications/SecurityStatus/SecurityDescription_-8',
204
-7: 'Notifications/SecurityStatus/SecurityDescription_-7',
205
-6: 'Notifications/SecurityStatus/SecurityDescription_-6',
206
-5: 'Notifications/SecurityStatus/SecurityDescription_-5',
207
-4: 'Notifications/SecurityStatus/SecurityDescription_-4',
208
-3: 'Notifications/SecurityStatus/SecurityDescription_-3',
209
-2: 'Notifications/SecurityStatus/SecurityDescription_-2',
210
-1: 'Notifications/SecurityStatus/SecurityDescription_-1',
211
0: 'Notifications/SecurityStatus/SecurityDescription_0',
212
1: 'Notifications/SecurityStatus/SecurityDescription_1',
213
2: 'Notifications/SecurityStatus/SecurityDescription_2',
214
3: 'Notifications/SecurityStatus/SecurityDescription_3',
215
4: 'Notifications/SecurityStatus/SecurityDescription_4',
216
5: 'Notifications/SecurityStatus/SecurityDescription_5',
217
6: 'Notifications/SecurityStatus/SecurityDescription_6',
218
7: 'Notifications/SecurityStatus/SecurityDescription_7',
219
8: 'Notifications/SecurityStatus/SecurityDescription_8',
220
9: 'Notifications/SecurityStatus/SecurityDescription_9',
221
10: 'Notifications/SecurityStatus/SecurityDescription_10'}
222
rankLost = {const.factionCaldariState: 'UI/FactionWarfare/Ranks/RankLostCaldari',
223
const.factionMinmatarRepublic: 'UI/FactionWarfare/Ranks/RankLostMinmatar',
224
const.factionAmarrEmpire: 'UI/FactionWarfare/Ranks/RankLostAmarr',
225
const.factionGallenteFederation: 'UI/FactionWarfare/Ranks/RankLostGallente'}
226
rankGain = {const.factionCaldariState: 'UI/FactionWarfare/Ranks/RankGainCaldari',
227
const.factionMinmatarRepublic: 'UI/FactionWarfare/Ranks/RankGainMinmatar',
228
const.factionAmarrEmpire: 'UI/FactionWarfare/Ranks/RankGainAmarr',
229
const.factionGallenteFederation: 'UI/FactionWarfare/Ranks/RankGainGallente'}
230
notificationTypes = {'notificationTypeOldLscMessages': 1,
231
'notificationTypeCharTerminationMsg': 2,
232
'notificationTypeCharMedalMsg': 3,
233
'notificationTypeAllMaintenanceBillMsg': 4,
234
'notificationTypeAllWarDeclaredMsg': 5,
235
'notificationTypeAllWarSurrenderMsg': 6,
236
'notificationTypeAllWarRetractedMsg': 7,
237
'notificationTypeAllWarInvalidatedMsg': 8,
238
'notificationTypeCharBillMsg': 9,
239
'notificationTypeCorpAllBillMsg': 10,
240
'notificationTypeBillOutOfMoneyMsg': 11,
241
'notificationTypeBillPaidCharMsg': 12,
242
'notificationTypeBillPaidCorpAllMsg': 13,
243
'notificationTypeBountyClaimMsg': 14,
244
'notificationTypeCloneActivationMsg': 15,
245
'notificationTypeCorpAppNewMsg': 16,
246
'notificationTypeCorpAppRejectMsg': 17,
247
'notificationTypeCorpAppAcceptMsg': 18,
248
'notificationTypeCorpTaxChangeMsg': 19,
249
'notificationTypeCorpNewsMsg': 20,
250
'notificationTypeCharLeftCorpMsg': 21,
251
'notificationTypeCorpNewCEOMsg': 22,
252
'notificationTypeCorpDividendMsg': 23,
253
'notificationTypeCorpVoteMsg': 25,
254
'notificationTypeCorpVoteCEORevokedMsg': 26,
255
'notificationTypeCorpWarDeclaredMsg': 27,
256
'notificationTypeCorpWarFightingLegalMsg': 28,
257
'notificationTypeCorpWarSurrenderMsg': 29,
258
'notificationTypeCorpWarRetractedMsg': 30,
259
'notificationTypeCorpWarInvalidatedMsg': 31,
260
'notificationTypeContainerPasswordMsg': 32,
261
'notificationTypeCustomsMsg': 33,
262
'notificationTypeInsuranceFirstShipMsg': 34,
263
'notificationTypeInsurancePayoutMsg': 35,
264
'notificationTypeInsuranceInvalidatedMsg': 36,
265
'notificationTypeSovAllClaimFailMsg': 37,
266
'notificationTypeSovCorpClaimFailMsg': 38,
267
'notificationTypeSovAllBillLateMsg': 39,
268
'notificationTypeSovCorpBillLateMsg': 40,
269
'notificationTypeSovAllClaimLostMsg': 41,
270
'notificationTypeSovCorpClaimLostMsg': 42,
271
'notificationTypeSovAllClaimAquiredMsg': 43,
272
'notificationTypeSovCorpClaimAquiredMsg': 44,
273
'notificationTypeAllAnchoringMsg': 45,
274
'notificationTypeAllStructVulnerableMsg': 46,
275
'notificationTypeAllStrucInvulnerableMsg': 47,
276
'notificationTypeSovDisruptorMsg': 48,
277
'notificationTypeCorpStructLostMsg': 49,
278
'notificationTypeCorpOfficeExpirationMsg': 50,
279
'notificationTypeCloneRevokedMsg1': 51,
280
'notificationTypeCloneMovedMsg': 52,
281
'notificationTypeCloneRevokedMsg2': 53,
282
'notificationTypeInsuranceExpirationMsg': 54,
283
'notificationTypeInsuranceIssuedMsg': 55,
284
'notificationTypeJumpCloneDeletedMsg1': 56,
285
'notificationTypeJumpCloneDeletedMsg2': 57,
286
'notificationTypeFWCorpJoinMsg': 58,
287
'notificationTypeFWCorpLeaveMsg': 59,
288
'notificationTypeFWCorpKickMsg': 60,
289
'notificationTypeFWCharKickMsg': 61,
290
'notificationTypeFWCorpWarningMsg': 62,
291
'notificationTypeFWCharWarningMsg': 63,
292
'notificationTypeFWCharRankLossMsg': 64,
293
'notificationTypeFWCharRankGainMsg': 65,
294
'notificationTypeAgentMoveMsg': 66,
295
'notificationTypeTransactionReversalMsg': 67,
296
'notificationTypeReimbursementMsg': 68,
297
'notificationTypeLocateCharMsg': 69,
298
'notificationTypeResearchMissionAvailableMsg': 70,
299
'notificationTypeMissionOfferExpirationMsg': 71,
300
'notificationTypeMissionTimeoutMsg': 72,
301
'notificationTypeStoryLineMissionAvailableMsg': 73,
302
'notificationTypeTutorialMsg': 74,
303
'notificationTypeTowerAlertMsg': 75,
304
'notificationTypeTowerResourceAlertMsg': 76,
305
'notificationTypeStationAggressionMsg1': 77,
306
'notificationTypeStationStateChangeMsg': 78,
307
'notificationTypeStationConquerMsg': 79,
308
'notificationTypeStationAggressionMsg2': 80,
309
'notificationTypeFacWarCorpJoinRequestMsg': 81,
310
'notificationTypeFacWarCorpLeaveRequestMsg': 82,
311
'notificationTypeFacWarCorpJoinWithdrawMsg': 83,
312
'notificationTypeFacWarCorpLeaveWithdrawMsg': 84,
313
'notificationTypeCorpLiquidationMsg': 85,
314
'notificationTypeSovereigntyTCUDamageMsg': 86,
315
'notificationTypeSovereigntySBUDamageMsg': 87,
316
'notificationTypeSovereigntyIHDamageMsg': 88,
317
'notificationTypeContactAdd': 89,
318
'notificationTypeContactEdit': 90,
319
'notificationTypeIncursionCompletedMsg': 91,
320
'notificationTypeCorpKicked': 92,
321
'notificationTypeOrbitalAttacked': 93,
322
'notificationTypeOrbitalReinforced': 94,
323
'notificationTypeOwnershipTransferred': 95,
324
'notificationTypeFWAllianceWarningMsg': 96,
325
'notificationTypeFWAllianceKickMsg': 97}
326
notifyIDs = util.KeyVal(notificationTypes)
327
groupUnread = 0
328
groupAgents = 1
329
groupBills = 2
330
groupCorp = 3
331
groupMisc = 4
332
groupOld = 5
333
groupSov = 6
334
groupStructures = 7
335
groupWar = 8
336
groupContacts = 9
337
groupTypes = {groupAgents: [notifyIDs.notificationTypeAgentMoveMsg,
338
notifyIDs.notificationTypeLocateCharMsg,
339
notifyIDs.notificationTypeResearchMissionAvailableMsg,
340
notifyIDs.notificationTypeMissionOfferExpirationMsg,
341
notifyIDs.notificationTypeMissionTimeoutMsg,
342
notifyIDs.notificationTypeStoryLineMissionAvailableMsg,
343
notifyIDs.notificationTypeTutorialMsg],
344
groupBills: [notifyIDs.notificationTypeAllMaintenanceBillMsg,
345
notifyIDs.notificationTypeCharBillMsg,
346
notifyIDs.notificationTypeCorpAllBillMsg,
347
notifyIDs.notificationTypeBillOutOfMoneyMsg,
348
notifyIDs.notificationTypeBillPaidCharMsg,
349
notifyIDs.notificationTypeBillPaidCorpAllMsg,
350
notifyIDs.notificationTypeCorpOfficeExpirationMsg],
351
groupContacts: [notifyIDs.notificationTypeContactAdd, notifyIDs.notificationTypeContactEdit],
352
groupCorp: [notifyIDs.notificationTypeCharTerminationMsg,
353
notifyIDs.notificationTypeCharMedalMsg,
354
notifyIDs.notificationTypeCorpAppNewMsg,
355
notifyIDs.notificationTypeCorpAppRejectMsg,
356
notifyIDs.notificationTypeCorpAppAcceptMsg,
357
notifyIDs.notificationTypeCorpTaxChangeMsg,
358
notifyIDs.notificationTypeCorpNewsMsg,
359
notifyIDs.notificationTypeCharLeftCorpMsg,
360
notifyIDs.notificationTypeCorpNewCEOMsg,
361
notifyIDs.notificationTypeCorpDividendMsg,
362
notifyIDs.notificationTypeCorpVoteMsg,
363
notifyIDs.notificationTypeCorpVoteCEORevokedMsg,
364
notifyIDs.notificationTypeCorpLiquidationMsg,
365
notifyIDs.notificationTypeCorpKicked],
366
groupMisc: [notifyIDs.notificationTypeBountyClaimMsg,
367
notifyIDs.notificationTypeCloneActivationMsg,
368
notifyIDs.notificationTypeContainerPasswordMsg,
369
notifyIDs.notificationTypeCustomsMsg,
370
notifyIDs.notificationTypeInsuranceFirstShipMsg,
371
notifyIDs.notificationTypeInsurancePayoutMsg,
372
notifyIDs.notificationTypeInsuranceInvalidatedMsg,
373
notifyIDs.notificationTypeCloneRevokedMsg1,
374
notifyIDs.notificationTypeCloneMovedMsg,
375
notifyIDs.notificationTypeCloneRevokedMsg2,
376
notifyIDs.notificationTypeInsuranceExpirationMsg,
377
notifyIDs.notificationTypeInsuranceIssuedMsg,
378
notifyIDs.notificationTypeJumpCloneDeletedMsg1,
379
notifyIDs.notificationTypeJumpCloneDeletedMsg2,
380
notifyIDs.notificationTypeTransactionReversalMsg,
381
notifyIDs.notificationTypeReimbursementMsg,
382
notifyIDs.notificationTypeIncursionCompletedMsg],
383
groupOld: [notifyIDs.notificationTypeOldLscMessages],
384
groupSov: [notifyIDs.notificationTypeSovAllClaimFailMsg,
385
notifyIDs.notificationTypeSovCorpClaimFailMsg,
386
notifyIDs.notificationTypeSovAllBillLateMsg,
387
notifyIDs.notificationTypeSovCorpBillLateMsg,
388
notifyIDs.notificationTypeSovAllClaimLostMsg,
389
notifyIDs.notificationTypeSovCorpClaimLostMsg,
390
notifyIDs.notificationTypeSovAllClaimAquiredMsg,
391
notifyIDs.notificationTypeSovCorpClaimAquiredMsg,
392
notifyIDs.notificationTypeSovDisruptorMsg,
393
notifyIDs.notificationTypeAllStructVulnerableMsg,
394
notifyIDs.notificationTypeAllStrucInvulnerableMsg,
395
notifyIDs.notificationTypeSovereigntyTCUDamageMsg,
396
notifyIDs.notificationTypeSovereigntySBUDamageMsg,
397
notifyIDs.notificationTypeSovereigntyIHDamageMsg],
398
groupStructures: [notifyIDs.notificationTypeAllAnchoringMsg,
399
notifyIDs.notificationTypeCorpStructLostMsg,
400
notifyIDs.notificationTypeTowerAlertMsg,
401
notifyIDs.notificationTypeTowerResourceAlertMsg,
402
notifyIDs.notificationTypeStationAggressionMsg1,
403
notifyIDs.notificationTypeStationStateChangeMsg,
404
notifyIDs.notificationTypeStationConquerMsg,
405
notifyIDs.notificationTypeStationAggressionMsg2,
406
notifyIDs.notificationTypeOrbitalAttacked,
407
notifyIDs.notificationTypeOrbitalReinforced,
408
notifyIDs.notificationTypeOwnershipTransferred],
409
groupWar: [notifyIDs.notificationTypeAllWarDeclaredMsg,
410
notifyIDs.notificationTypeAllWarSurrenderMsg,
411
notifyIDs.notificationTypeAllWarRetractedMsg,
412
notifyIDs.notificationTypeAllWarInvalidatedMsg,
413
notifyIDs.notificationTypeCorpWarDeclaredMsg,
414
notifyIDs.notificationTypeCorpWarFightingLegalMsg,
415
notifyIDs.notificationTypeCorpWarSurrenderMsg,
416
notifyIDs.notificationTypeCorpWarRetractedMsg,
417
notifyIDs.notificationTypeCorpWarInvalidatedMsg,
418
notifyIDs.notificationTypeFWCorpJoinMsg,
419
notifyIDs.notificationTypeFWCorpLeaveMsg,
420
notifyIDs.notificationTypeFWCorpKickMsg,
421
notifyIDs.notificationTypeFWCharKickMsg,
422
notifyIDs.notificationTypeFWCorpWarningMsg,
423
notifyIDs.notificationTypeFWCharWarningMsg,
424
notifyIDs.notificationTypeFWCharRankLossMsg,
425
notifyIDs.notificationTypeFWCharRankGainMsg,
426
notifyIDs.notificationTypeFacWarCorpJoinRequestMsg,
427
notifyIDs.notificationTypeFacWarCorpLeaveRequestMsg,
428
notifyIDs.notificationTypeFacWarCorpJoinWithdrawMsg,
429
notifyIDs.notificationTypeFacWarCorpLeaveWithdrawMsg,
430
notifyIDs.notificationTypeFWAllianceWarningMsg,
431
notifyIDs.notificationTypeFWAllianceKickMsg]}
432
*/
433
434
#endif
mailLabelsSystem
Definition:
EVE_Mail.h:20
Notify::Types::CorpStructLost
Definition:
EVE_Mail.h:140
Notify::Types::CorpKicked
Definition:
EVE_Mail.h:183
SecDesc_3
Definition:
EVE_Mail.h:63
Notify::Types::CorpVoteCEORevoked
Definition:
EVE_Mail.h:117
Notify::Types::CorpAppReject
Definition:
EVE_Mail.h:109
Notify::Types::SovCorpClaimAquired
Definition:
EVE_Mail.h:135
Notify::Types::SovDisruptor
Definition:
EVE_Mail.h:139
Notify::Types::CorpNews
Definition:
EVE_Mail.h:112
Notify::Types::CorpWarDeclared
Definition:
EVE_Mail.h:118
Notify::Types::CloneMoved
Definition:
EVE_Mail.h:143
Notify::Types::AllMaintenanceBill
Definition:
EVE_Mail.h:96
Notify::Types::ContainerPassword
Definition:
EVE_Mail.h:123
Notify::Types::SovCorpBillLate
Definition:
EVE_Mail.h:131
Notify::Types::Customs
Definition:
EVE_Mail.h:124
Notify::Types::FacWarCorpJoinRequest
Definition:
EVE_Mail.h:172
Notify::Types::FWCorpKick
Definition:
EVE_Mail.h:151
Notify::Types::FacWarCorpLeaveWithdraw
Definition:
EVE_Mail.h:175
Notify::Types::BillPaidChar
Definition:
EVE_Mail.h:104
mailLabelMask
mailLabelMask
Definition:
EVE_Mail.h:15
Notify::Types::LocateChar
Definition:
EVE_Mail.h:160
Notify::Types::OrbitalReinforced
Definition:
EVE_Mail.h:185
Notify::Types::CorpWarInvalidated
Definition:
EVE_Mail.h:122
Notify::Types::CorpWarFightingLegal
Definition:
EVE_Mail.h:119
Notify::Types::OrbitalAttacked
Definition:
EVE_Mail.h:184
SecDesc_8
Definition:
EVE_Mail.h:68
Notify::Types::TransactionReversal
Definition:
EVE_Mail.h:158
Notify::Groups::Old
Definition:
EVE_Mail.h:82
Notify
Definition:
EVE_Mail.h:73
Notify::Groups::Contacts
Definition:
EVE_Mail.h:86
Notify::Types::FacWarCorpLeaveRequest
Definition:
EVE_Mail.h:173
Notify::Types::FacWarCorpJoinWithdraw
Definition:
EVE_Mail.h:174
mailLabelCorporation
Definition:
EVE_Mail.h:18
Notify::Types::SovereigntyTCUDamage
Definition:
EVE_Mail.h:177
mailStatusMaskForwarded
Definition:
EVE_Mail.h:9
mailStatusMaskAutomated
Definition:
EVE_Mail.h:12
Notify::Types::BountyClaim
Definition:
EVE_Mail.h:106
Notify::Types::CloneRevoked1
Definition:
EVE_Mail.h:142
Notify::Types::CharMedal
Definition:
EVE_Mail.h:95
SecDesc_10
Definition:
EVE_Mail.h:70
mailLabelSent
Definition:
EVE_Mail.h:17
Notify::Types::CorpAppNew
Definition:
EVE_Mail.h:108
Notify::Types::StationAggression2
Definition:
EVE_Mail.h:171
Notify::Types::ItemUpdateStation
Definition:
EVE_Mail.h:193
Notify::Types::AllWarInvalidated
Definition:
EVE_Mail.h:100
SecDesc_n6
Definition:
EVE_Mail.h:54
SecDesc_1
Definition:
EVE_Mail.h:61
Notify::Types::FWCorpLeave
Definition:
EVE_Mail.h:150
Notify::Groups::Misc
Definition:
EVE_Mail.h:81
mailStatusMaskReplied
Definition:
EVE_Mail.h:8
Notify::Types::SovCorpClaimLost
Definition:
EVE_Mail.h:133
Notify::Types::SovCorpClaimFail
Definition:
EVE_Mail.h:129
SecDesc_9
Definition:
EVE_Mail.h:69
Notify::Types::CorpOfficeExpiration
Definition:
EVE_Mail.h:141
Notify::Types::MarketOrder
Definition:
EVE_Mail.h:191
SecDesc_n2
Definition:
EVE_Mail.h:58
Notify::Types::AgentMove
Definition:
EVE_Mail.h:157
Notify::Types::MissionTimeout
Definition:
EVE_Mail.h:163
Notify::Types::ContactEdit
Definition:
EVE_Mail.h:181
SecDesc_6
Definition:
EVE_Mail.h:66
Notify::Types::FWCharKick
Definition:
EVE_Mail.h:152
Notify::Types::Tutorial
Definition:
EVE_Mail.h:165
Notify::Types::AllWarRetracted
Definition:
EVE_Mail.h:99
Notify::Groups::Structures
Definition:
EVE_Mail.h:84
SecDesc_n10
Definition:
EVE_Mail.h:50
Notify::Types::CorpNewCEO
Definition:
EVE_Mail.h:114
Notify::Types::JumpCloneDeleted1
Definition:
EVE_Mail.h:147
Notify::Types::CorpDividend
Definition:
EVE_Mail.h:115
Notify::Types::ItemUpdateSystem
Definition:
EVE_Mail.h:194
Notify::Types::CorpWarSurrender
Definition:
EVE_Mail.h:120
SecDesc_7
Definition:
EVE_Mail.h:67
Notify::Types::BillPaidCorpAll
Definition:
EVE_Mail.h:105
Notify::Types::OwnershipTransferred
Definition:
EVE_Mail.h:186
Corp
Definition:
EVE_Corp.h:15
Notify::Types::StationAggression1
Definition:
EVE_Mail.h:168
Notify::Types::MissionOfferExpiration
Definition:
EVE_Mail.h:162
Notify::Types::StoryLineMissionAvailable
Definition:
EVE_Mail.h:164
Notify::Types::WalletChange
Definition:
EVE_Mail.h:192
Notify::Types::SovAllClaimAquired
Definition:
EVE_Mail.h:134
SecDesc_0
Definition:
EVE_Mail.h:60
Notify::Types::SovereigntySBUDamage
Definition:
EVE_Mail.h:178
mailStatusMaskRead
Definition:
EVE_Mail.h:7
Notify::Types::OldLscMessages
Definition:
EVE_Mail.h:93
mailLabelAlliance
Definition:
EVE_Mail.h:19
Notify::Types::CorpWarRetracted
Definition:
EVE_Mail.h:121
Notify::Types::InsuranceFirstShip
Definition:
EVE_Mail.h:125
Notify::Types::CorpTaxChange
Definition:
EVE_Mail.h:111
MailStatusMask
MailStatusMask
Definition:
EVE_Mail.h:6
Notify::Types::TowerResourceAlert
Definition:
EVE_Mail.h:167
Notify::Types::FactoryJob
Definition:
EVE_Mail.h:195
Notify::Types::CorpAllBill
Definition:
EVE_Mail.h:102
Notify::Types::FWCharRankGain
Definition:
EVE_Mail.h:156
Notify::Groups::Unread
Definition:
EVE_Mail.h:77
Notify::Types::JumpCloneDeleted2
Definition:
EVE_Mail.h:148
Notify::Types::CharTermination
Definition:
EVE_Mail.h:94
Notify::Types::SovAllClaimFail
Definition:
EVE_Mail.h:128
Notify::Types::InsuranceInvalidated
Definition:
EVE_Mail.h:127
Notify::Types::StationStateChange
Definition:
EVE_Mail.h:169
Notify::Types::CorpAppAccept
Definition:
EVE_Mail.h:110
NotificationSecLevelDecsriptions
NotificationSecLevelDecsriptions
Definition:
EVE_Mail.h:49
Notify::Types::InsuranceExpiration
Definition:
EVE_Mail.h:145
Notify::Types::FWCorpJoin
Definition:
EVE_Mail.h:149
Notify::Types::FWCorpWarning
Definition:
EVE_Mail.h:153
Notify::Types::SovAllBillLate
Definition:
EVE_Mail.h:130
Notify::Types::BillOutOfMoney
Definition:
EVE_Mail.h:103
mailStatusMaskTrashed
Definition:
EVE_Mail.h:10
Notify::Types::SovereigntyIHDamage
Definition:
EVE_Mail.h:179
mailStatusMaskDraft
Definition:
EVE_Mail.h:11
Notify::Types::CloneActivation
Definition:
EVE_Mail.h:107
Notify::Types::CloneRevoked2
Definition:
EVE_Mail.h:144
Notify::Types::Reimbursement
Definition:
EVE_Mail.h:159
Notify::Types::AllAnchoring
Definition:
EVE_Mail.h:136
Notify::Types::TowerAlert
Definition:
EVE_Mail.h:166
SecDesc_n3
Definition:
EVE_Mail.h:57
Notify::Types::CorpVote
Definition:
EVE_Mail.h:116
SecDesc_5
Definition:
EVE_Mail.h:65
SecDesc_n5
Definition:
EVE_Mail.h:55
Notify::Types::IncursionCompleted
Definition:
EVE_Mail.h:182
Notify::Types::AllStructVulnerable
Definition:
EVE_Mail.h:137
Notify::Types::StationConquer
Definition:
EVE_Mail.h:170
SecDesc_2
Definition:
EVE_Mail.h:62
Notify::Types::FWAllianceKick
Definition:
EVE_Mail.h:188
Notify::Types::FWCharRankLoss
Definition:
EVE_Mail.h:155
Notify::Types::ResearchMissionAvailable
Definition:
EVE_Mail.h:161
SecDesc_n8
Definition:
EVE_Mail.h:52
Notify::Types::AllStrucInvulnerable
Definition:
EVE_Mail.h:138
SecDesc_n9
Definition:
EVE_Mail.h:51
Notify::Types::AllWarDeclared
Definition:
EVE_Mail.h:97
Notify::Groups::Bills
Definition:
EVE_Mail.h:79
Notify::Types::FWCharWarning
Definition:
EVE_Mail.h:154
mailLabelInbox
Definition:
EVE_Mail.h:16
Notify::Types::AllWarSurrender
Definition:
EVE_Mail.h:98
Notify::Types::InsuranceIssued
Definition:
EVE_Mail.h:146
Agents
Definition:
EVE_Agent.h:40
Notify::Types::CharBill
Definition:
EVE_Mail.h:101
Notify::Types::SovAllClaimLost
Definition:
EVE_Mail.h:132
Notify::Types::CharLeftCorp
Definition:
EVE_Mail.h:113
Notify::Groups::Sov
Definition:
EVE_Mail.h:83
Notify::Groups::War
Definition:
EVE_Mail.h:85
Notify::Types::InsurancePayout
Definition:
EVE_Mail.h:126
SecDesc_n4
Definition:
EVE_Mail.h:56
Notify::Types::ContactAdd
Definition:
EVE_Mail.h:180
SecDesc_n1
Definition:
EVE_Mail.h:59
Notify::Types::CorpLiquidation
Definition:
EVE_Mail.h:176
SecDesc_n7
Definition:
EVE_Mail.h:53
SecDesc_4
Definition:
EVE_Mail.h:64
Notify::Types::FWAllianceWarning
Definition:
EVE_Mail.h:187
backups
local
src
eve
EvEmu_Crucible
src
eve-common
EVE_Mail.h
Generated on Sat Oct 16 2021 01:20:32 for EvEmu by
1.8.8