emailuis/emailui/inc/FreestyleEmailCenRepKeys.h
branchRCL_3
changeset 52 efd4f1afd43e
parent 29 6b8f3b30d0ec
child 61 dcf0eedfc1a3
equal deleted inserted replaced
29:6b8f3b30d0ec 52:efd4f1afd43e
    72 // First key tells how many mailboxes have new emails
    72 // First key tells how many mailboxes have new emails
    73 const TUint32 KNumberOfMailboxesWithNewEmails                = {0x00001000};
    73 const TUint32 KNumberOfMailboxesWithNewEmails                = {0x00001000};
    74 
    74 
    75 
    75 
    76 // These keys define limits on how much data is allowed to load by plugins 
    76 // These keys define limits on how much data is allowed to load by plugins 
    77 /* The setting allows to limit max body size in MfE protocol plugin, KB */
    77 /* The setting allows to limit max body size, KB */
    78 const TUint32 KFreestyleMfeMaxBodySize                   = 0x00002000;
    78 const TUint32 KFreestyleMaxBodySize                      = 0x00002000;
    79 /* The setting allows to limit max body size for Ozone protocol plugin, KB */
    79 /* The setting allows to limit max body size in reply/forward, KB. */
    80 const TUint32 KFreestyleOzoneMaxBodySize                 = 0x00002001;
    80 const TUint32 KFreestyleReplyMaxBodySize                 = 0x00002001;
    81 /* The setting allows to limit max body size in POP/IMAP protocol plugin, KB */
    81 /* The setting allows to limit max total size of mail attachments shown in mail viewer, KB */
    82 const TUint32 KFreestyleIPSMaxBodySize                   = 0x00002002;
    82 const TUint32 KFreestyleViewerMaxAttachmentsSize         = 0x00002002;
    83 /* The setting allows to limit max body size in e-mail viewer, KB */
       
    84 const TUint32 KFreestyleViewerMaxBodySize                = 0x00002003;
       
    85 /* The setting allows to limit max body size in editor for reply/forward, KB. */
       
    86 const TUint32 KFreestyleEditorMaxBodySize                = 0x00002004;
       
    87 /* The setting allows to limit max size of mail attachments shown in mail viewer, KB */
       
    88 const TUint32 KFreestyleViewerMaxAttachmentSize          = 0x00002005;
       
    89 
    83 
    90 
    84 
    91 //
    85 //
    92 // Email local variation flags. Flags are defined in emailvariant.hrh
    86 // Email local variation flags. Flags are defined in emailvariant.hrh
    93 const TUint32 KEmailLocalVariationFlags         = {0x0000FFFE};
    87 const TUint32 KEmailLocalVariationFlags         = {0x0000FFFE};