Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #268 Code style fixes + moved specific bits to IMAP namespace | Vincent Richard | 2021-11-25 | 2 | -24/+0 |
| | |||||
* | Implemented IMAP SEARCH | Jacek Piszczek | 2021-10-29 | 2 | -0/+25 |
| | |||||
* | Expose Content-Disposition on net message parts. | vincent-richard | 2020-05-10 | 2 | -0/+13 |
| | |||||
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 23 | -1220/+1500 |
| | |||||
* | Removed useless 'constCast's. | Vincent Richard | 2018-08-18 | 2 | -17/+5 |
| | |||||
* | Avoid copy by passing shared_ptr<> with const reference. | Vincent Richard | 2018-08-18 | 18 | -34/+34 |
| | |||||
* | 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. |