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