aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/net/maildir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #268 Code style fixes + moved specific bits to IMAP namespaceVincent Richard2021-11-252-24/+0
|
* Implemented IMAP SEARCHJacek Piszczek2021-10-292-0/+25
|
* Expose Content-Disposition on net message parts.vincent-richard2020-05-102-0/+13
|
* Code style and clarity.Vincent Richard2018-09-0523-1220/+1500
|
* Removed useless 'constCast's.Vincent Richard2018-08-182-17/+5
|
* Avoid copy by passing shared_ptr<> with const reference.Vincent Richard2018-08-1818-34/+34
|
* Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2016-04-053-13/+12
| | | | it only where it is needed.
* Fixed special value 'last' in message sets.Vincent Richard2016-03-243-7/+23
|
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-2311-61/+61
|
* Issue #126: fixed some warnings.Vincent Richard2016-03-131-1/+1
|
* Don't throw in destructor.Vincent Richard2014-11-023-13/+27
|
* Premature return if message list/set is empty.Vincent Richard2014-03-101-0/+6
|
* Issue #47: get and fetch messages.Vincent Richard2014-03-102-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 Richard2014-01-032-16/+10
|
* Do not expose internal constants.Vincent Richard2013-12-312-7/+7
|
* Added support for RFC-3348 (Child Mailbox extension for IMAP). Renamed ↵Vincent Richard2013-12-311-1/+1
| | | | FLAG_CHILDREN to FLAG_HAS_CHILDREN.
* Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).Vincent Richard2013-12-302-9/+15
|
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-2923-0/+4915
build.