Email limit values.
[Email]


Defines

#define POSTAL_EMAIL_LIMIT_ACCOUNT_ACCOUNT_NAME_MAX_LENGTH   64
#define POSTAL_EMAIl_LIMIT_ACCOUNT_CONNECTION_PROFILE_STRING   256
#define POSTAL_EMAIL_LIMIT_ACCOUNT_LOGIN_ID_MAX_LENGTH   64
#define POSTAL_EMAIL_LIMIT_ACCOUNT_LOGIN_PASSWORD_MAX_LENGTH   64
#define POSTAL_EMAIL_LIMIT_ACCOUNT_SERVER_ADDRESS_MAX_LENGTH   64
#define POSTAL_EMAIL_LIMIT_ACCOUNT_SIGNATURE_MAX_LENGTH   100
#define POSTAL_EMAIL_LIMIT_ADDRSPEC_MAX_LENGTH   256
#define POSTAL_EMAIL_LIMIT_CHARSET_MAX_LENGTH   45
#define POSTAL_EMAIL_LIMIT_CONTENT_ID_MAX_LENGTH   256
#define POSTAL_EMAIL_LIMIT_CONTENT_LOCATION_MAX_LENGTH   1024
#define POSTAL_EMAIL_LIMIT_CONTENT_TRANSFER_ENCODING_MAX_LENGTH   32
#define POSTAL_EMAIL_LIMIT_FILENAME_MAX_LENGTH   225
#define POSTAL_EMAIL_LIMIT_FOLDER_ROOT_MAILBOX_MAX_LENGTH   (1024-1)
#define POSTAL_EMAIL_LIMIT_I_FILE_MAX_SIZE   ((uint32_t)-1)
#define POSTAL_EMAIL_LIMIT_I_SUBJECT_MAX_LENGTH   512
#define POSTAL_EMAIL_LIMIT_IMAP_RECEIVED_MESSAGE_MAX_COUNT   2000
#define POSTAL_EMAIL_LIMIT_IMAP_SYNC_FOLDER_MAX_COUNT   100
#define POSTAL_EMAIL_LIMIT_MEDIA_SUBTYPE_MAX_LENGTH   47
#define POSTAL_EMAIL_LIMIT_MEDIA_TYPE_MAX_LENGTH   11
#define POSTAL_EMAIL_LIMIT_MESSAGE_ID_MAX_LENGTH   256
#define POSTAL_EMAIL_LIMIT_NICKNAME_MAX_LENGTH   312
#define POSTAL_EMAIL_LIMIT_O_BODYSTRUCTURE_MAX_DEPTH   10
#define POSTAL_EMAIL_LIMIT_O_FROM_MAX_COUNT   1
#define POSTAL_EMAIL_LIMIT_O_RECIPIENT_MAX_COUNT   20
#define POSTAL_EMAIL_LIMIT_O_REPLY_TO_MAX_COUNT   1
#define POSTAL_EMAIL_LIMIT_O_SUBJECT_MAX_LENGTH   512
#define POSTAL_EMAIL_LIMIT_O_TOTAL_PART_MAX_COUNT   125
#define POSTAL_EMAIL_LIMIT_POP_LAST_UID_MAX_LENGTH   70
#define POSTAL_EMAIL_LIMIT_POP_RECEIVED_MESSAGE_MAX_COUNT   5000
#define POSTAL_EMAIL_LIMIT_REPORT_TYPE_MAX_LENGTH   100
#define POSTAL_EMAIL_LIMIT_USER_FOLDER_NAME_MAX_LENGTH   256


Define Documentation

#define POSTAL_EMAIL_LIMIT_ACCOUNT_ACCOUNT_NAME_MAX_LENGTH   64
 

max length of account name property of account data. (byte) This value is dummy This limit value is for saving memory consumption.

#define POSTAL_EMAIl_LIMIT_ACCOUNT_CONNECTION_PROFILE_STRING   256
 

max length of connection profile string property of account data. (byte) This value is dummy This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_ACCOUNT_LOGIN_ID_MAX_LENGTH   64
 

max length of login id property of account data. (byte) This value is dummy This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_ACCOUNT_LOGIN_PASSWORD_MAX_LENGTH   64
 

max length of login password property of account data. (byte) This value is dummy This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_ACCOUNT_SERVER_ADDRESS_MAX_LENGTH   64
 

max length of server address property of account data. (byte) This value is dummy This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_ACCOUNT_SIGNATURE_MAX_LENGTH   100
 

max length of signature property of account data. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_ADDRSPEC_MAX_LENGTH   256
 

max length of addr-spec. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_CHARSET_MAX_LENGTH   45
 

max length of charset. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_CONTENT_ID_MAX_LENGTH   256
 

max length of CONTENT-ID. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_CONTENT_LOCATION_MAX_LENGTH   1024
 

max length of CONTENT-LOCATION. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_CONTENT_TRANSFER_ENCODING_MAX_LENGTH   32
 

max length of TRANSFER-ENCODING. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_FILENAME_MAX_LENGTH   225
 

max length of filename. (byte) This limit value is for saving memory consumption and filesystem limit.

#define POSTAL_EMAIL_LIMIT_FOLDER_ROOT_MAILBOX_MAX_LENGTH   (1024-1)
 

max length of ROOT MAILBOX property of root folder data. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_I_FILE_MAX_SIZE   ((uint32_t)-1)
 

max size of file for inbound message. (byte) This limit value is for avoiding UI disaster.

#define POSTAL_EMAIL_LIMIT_I_SUBJECT_MAX_LENGTH   512
 

max length of SUBJECT for inbound message. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_IMAP_RECEIVED_MESSAGE_MAX_COUNT   2000
 

max count of received message for IMAP This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_IMAP_SYNC_FOLDER_MAX_COUNT   100
 

max count of sync folder for IMAP This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_MEDIA_SUBTYPE_MAX_LENGTH   47
 

max length of media-subtype of CONTENT-TYPE. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_MEDIA_TYPE_MAX_LENGTH   11
 

max length of media-type of CONTENT-TYPE. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_MESSAGE_ID_MAX_LENGTH   256
 

max length of MESSAGE-ID (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_NICKNAME_MAX_LENGTH   312
 

max length of nickname. (byte) This limit value is for saving memory consumption.

Maximum size of the nick name.

#define POSTAL_EMAIL_LIMIT_O_BODYSTRUCTURE_MAX_DEPTH   10
 

max depth of bodystructure hierarchy for outbound message. depth = 0 means single part message. This limit value is for simplify of implementation.

#define POSTAL_EMAIL_LIMIT_O_FROM_MAX_COUNT   1
 

max count of FROM address for outbound message. This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_O_RECIPIENT_MAX_COUNT   20
 

max count of recipient address for outbound message. This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_O_REPLY_TO_MAX_COUNT   1
 

max count of REPLY-TO address for outbound message. This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_O_SUBJECT_MAX_LENGTH   512
 

max length of SUBJECT for outbound message. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_O_TOTAL_PART_MAX_COUNT   125
 

max count of bodypart for outbound message. This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_POP_LAST_UID_MAX_LENGTH   70
 

max length of UID length for POP. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_POP_RECEIVED_MESSAGE_MAX_COUNT   5000
 

max count of received message for POP. This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_REPORT_TYPE_MAX_LENGTH   100
 

max length of REPORT-TYPE parameter of CONTENT-TYPE. (byte) This limit value is for saving memory consumption.

#define POSTAL_EMAIL_LIMIT_USER_FOLDER_NAME_MAX_LENGTH   256
 

max length of user folder name. (byte) This limit value is for saving memory consumption.


Generated on Wed Jul 30 07:06:43 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.