Gaia/Email/Implementation/Limits
Jump to navigation
Jump to search
- Composed Message Limits
- There are no limits! We just crash if you make us use up too much memory!
- Synchronization Limits
- IMAP
- Maximum message on a given day before we start pretending we haven't heard about the extras: 2000 (TOO_MANY_MESSAGES)
- Oldest message we will synchronize: Jan 1st, 1990 (OLDEST_SYNC_DATE)
- Maximum number of synchronized message per folder. This is actually a function of the size of the bodies stored in the folder. BLOCK_PURGE_HARD_MAX_BLOCK_LIMIT is 128 which was chosen when EXPECTED_BLOCK_SIZE in mailslice.js was 96, but it's now 8, so we're low-ish now. We may end up limiting the number of cached bodies to something like 128 messages.
- IMAP