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