class TImumDaSettings |
Keys for mailbox settings.
Public Member Type Definitions | |
---|---|
typedef | TBuf< KImumDaEmailSettingLength > TTextEmailAddress |
typedef | TBuf8< KImumDaFolderPathLength > TTextFolderPath |
typedef | TBuf< KImumDaMailboxNameLength > TTextMailboxName |
typedef | TBuf8< KImumDaPasswordLength > TTextPassword |
typedef | TBuf< KImumDaServerSettingLength > TTextServerAddress |
typedef | TBuf< KImumDaSignatureLength > TTextSignature |
typedef | TBuf< KImumDaUserAliasLength > TTextUserAlias |
typedef | TBuf8< KImumDaUserNameLength > TTextUserName |
Retrieval days
EFlagMonday = 0x00000001 | |
EFlagTuesday = 0x00000002 | |
EFlagWednesday = 0x00000004 | |
EFlagThursday = 0x00000008 | |
EFlagFriday = 0x00000010 | |
EFlagSaturday = 0x00000020 | |
EFlagSunday = 0x00000040 | |
EFlagSetAllDays = 0x0000007F |
Retrieval interval
EValue5Minutes = 0 | |
EValue15Minutes | |
EValue30Minutes | |
EValue1Hour | |
EValue2Hours | |
EValue4Hours | |
EValue6Hours |
Always Online settings
EValueAutoOff = 0 | |
EValueAutoOn | |
EValueAutoHomeNetwork |
KEY SET: Always Online
EKeyAutoNotifications = 0x03000000 |
TInt, General |
EKeyAutoRetrieval |
TInt, General |
EKeyAutoRetrievalDays |
TInt, General |
EKeyAutoRetrievalStartHour |
TInt64, General |
EKeyAutoRetrievalEndHour |
TInt64, General |
EKeyAutoRetrievalInterval |
TInt, General |
ELastAuto |
<NOT used>=""> |
KEY SET: Connection Settings First word : Type of the setting Second word : Connection, key stored in connection settings General, key stored in general settings
EKeyMailboxId = 0x01000000 |
TMsvId, Connection. |
EKeyProtocol |
TInt, Connection. |
EKeyEmailAddress |
TDesC, General |
EKeyAccessPoint |
TInt, Connection |
EKeyServer |
TDesC, Connection |
EKeyUsername |
TDesC8, Connection |
EKeyPassword |
TDesC8, Connection |
EKeyPort |
TInt, Connection |
EKeySecurity |
TInt, Connection |
EKeyLastSetting |
<NOT used>=""> |
Default values for ports
EDefaultPortImap4 = 143 | |
EDefaultSecurityPortImap4 = 993 | |
EDefaultPortPop3 = 110 | |
EDefaultSecurityPortPop3 = 995 | |
EDefaultPortSmtp = 25 | |
EDefaultSecurityPortSmtp = 465 |
Email deletion
EValueDeletionAlwaysAsk = 0 | |
EValueDeletionLocalOnly | |
EValueDeletionLocalAndServer |
KEY SET: Miscellaneous
EKeyAPop = 0x04000000 |
TInt, Connection |
EImapFolderPath |
TDesC8, Connection |
ELastMisc |
<NOT used>=""> |
OMA EMN notifications
EValueNotificationsOff = 0 | |
EValueNotificationsOn | |
EValueNotificationsHome |
KEY SET: User Preferences
EKeyMailboxName = 0x02000000 |
TDesC, General |
EKeyUserAlias |
TDesC, General |
EKeyReplyToAddress |
TDesC8, General |
EKeySendDelay |
TInt, General |
EKeySendCopyToSelf |
TInt, General |
EKeyIncludeSignature |
TInt, General |
EKeySignature |
TDesC, General |
EKeyEmailAlert |
TInt, General |
EKeyInboxUpdateLimit |
TInt32, General |
EKeyFolderUpdateLimit |
TInt32, General |
EKeyMailDeletion |
TInt, General |
ELastPreference |
<NOT used>=""> |
Protocols
EValueProtocolUnset = 0 | |
EValueProtocolImap4 | |
EValueProtocolPop3 | |
EValueProtocolSyncMl | |
EValueProtocolSmtp | |
ELastProtocolValue |
Security settings
EValueSecurityOff = 0 | |
EValueSecurityTls | |
EValueSecuritySsl |
Send copy to self
EValueSendCopyOff = 0 | |
EValueSendCopyAsTo | |
EValueSendCopyAsCc | |
EValueSendCopyAsBcc |
EValueSendImmediately = 0 | |
EValueSendOnNextConnection | |
EValueSendOnRequest |
typedef TBuf< KImumDaEmailSettingLength > | TTextEmailAddress |
Email address type (system's supported text format)
typedef TBuf8< KImumDaFolderPathLength > | TTextFolderPath |
Folder path type (8-bit text format)
typedef TBuf< KImumDaMailboxNameLength > | TTextMailboxName |
Mailbox name type (system's supported text format)
typedef TBuf8< KImumDaPasswordLength > | TTextPassword |
Password (8-bit text format)
typedef TBuf< KImumDaServerSettingLength > | TTextServerAddress |
Server address type (system's supported text format)
typedef TBuf< KImumDaSignatureLength > | TTextSignature |
Signature (system's supported text format)
typedef TBuf< KImumDaUserAliasLength > | TTextUserAlias |
User alias (system's supported text format)
typedef TBuf8< KImumDaUserNameLength > | TTextUserName |
User name (8-bit text format)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.