Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-05 | Clarified object construction where 'enabled_shared_from_this' is used. Use ↵ | Vincent Richard | 3 | -13/+12 | |
it only where it is needed. | |||||
2016-03-24 | Fixed special value 'last' in message sets. | Vincent Richard | 3 | -7/+23 | |
2016-03-23 | Issue #126: fixed warnings about sign mismatch. | Vincent Richard | 11 | -61/+61 | |
2016-03-13 | Issue #126: fixed some warnings. | Vincent Richard | 1 | -1/+1 | |
2014-11-02 | Don't throw in destructor. | Vincent Richard | 3 | -13/+27 | |
2014-03-10 | Premature return if message list/set is empty. | Vincent Richard | 1 | -0/+6 | |
2014-03-10 | Issue #47: get and fetch messages. | Vincent Richard | 2 | -0/+13 | |
Added a feature to get and fetch a list of messages at the same time, to avoid a roundtrip to the server. | |||||
2014-01-03 | Added support for SPECIAL-USE extension (IMAP). | Vincent Richard | 2 | -16/+10 | |
2013-12-31 | Do not expose internal constants. | Vincent Richard | 2 | -7/+7 | |
2013-12-31 | Added support for RFC-3348 (Child Mailbox extension for IMAP). Renamed ↵ | Vincent Richard | 1 | -1/+1 | |
FLAG_CHILDREN to FLAG_HAS_CHILDREN. | |||||
2013-12-30 | Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP). | Vincent Richard | 2 | -9/+15 | |
2013-12-29 | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 23 | -0/+4915 | |
build. |