aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing default argument.vincent-richard2020-09-021-1/+1
* Fix wording of DSN attributes documentationJan Osusky2020-08-211-2/+2
* Try obtaining content disposition for all body parts types0xd34df00d2020-08-211-5/+5
* Text body part can also have a name0xd34df00d2020-08-211-0/+2
* Refactor out getPartName()0xd34df00d2020-08-211-7/+16
* Fix #223Richard Steele2020-08-211-2/+2
* Editorial changes in DSN attributesJan Osusky2020-08-213-13/+13
* Create class for DSN attributesJan Osusky2020-07-2310-52/+208
* Add basic support for delivery status notifications (DSN)Jan Osusky2020-07-2210-28/+118
* Fix message flag assignment with FLAG_MODE_SETlaurent-richard2020-07-161-1/+1
* #238 Fixed whitespace between encoded wordsvincent-richard2020-06-161-1/+1
* Expose Content-Disposition on net message parts.vincent-richard2020-05-105-0/+35
* Map '*' to '\*' in non-strict mode.vincent-richard2020-04-061-2/+6
* Added support for pipelined and out-of-order replies.vincent-richard2020-04-054-46/+93
* INBOX folder special use.vincent-richard2020-03-265-0/+13
* Use peerName instead of peerAddressRichard Steele2019-11-182-5/+5
* Fix #231 (GnuTLS)Richard Steele2019-11-181-2/+3
* Fix #231Richard Steele2019-11-182-7/+5
* Merge pull request #226 from 0xd34df00d/masterVincent Richard2019-10-143-0/+10
|\
| * Set SNI name in the gnutls backend as well0xd34df00d2019-10-131-0/+2
| * Set SNI in the openssl backend0xd34df00d2019-10-032-0/+8
* | Skip delimiter lines that are not exactly equal to the boundaryJan Engelhardt2019-10-051-0/+18
* | Disregard whitespace between leading boundary hyphens and markerJan Engelhardt2019-10-051-27/+8
* | Reduce indent by 3 levels in findNextBoundaryJan Engelhardt2019-10-051-37/+39
* | Modernize RFC reference for boundary line characteristicsJan Engelhardt2019-10-051-4/+4
|/
* Avoid extern "C" blocks around ICU includes0xd34df00d2019-09-221-3/+0
* Simplified IMAP parser objects.Vincent Richard2019-07-2013-2040/+868
* Added support for OpenSSL 1.1.0.Vincent Richard2019-07-072-49/+58
* #217 Fixed memory leakVincent Richard2019-07-021-2/+3
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2019-04-182-187/+172
|\
| * Unbreak own hostname qualification on POSIX systemsJan Engelhardt2019-02-061-7/+5
| * Improve address parser for malformed mailbox specificationsJan Engelhardt2019-01-251-180/+167
* | #213 Add support for invalid empty () in FETCH body structure (non-strict)Vincent Richard2019-04-181-3/+16
|/
* #206 Initialize and delete pointersVincent Richard2018-10-171-1/+9
* Removed 'stringProxy' since COW std::string is no longer valid in C++11.Vincent Richard2018-09-159-518/+26
* Merge branch 'master' into masterVincent Richard2018-09-07446-18950/+22375
|\
| * Useless mutex does not make nl_langinfo() thread-safe.Vincent Richard2018-09-061-44/+9
| * Fixed bug in implementation of isStringEqualNoCase().Vincent Richard2018-09-061-1/+1
| * Moved implementation.Vincent Richard2018-09-062-8/+59
| * Fixed possible memory leak.Vincent Richard2018-09-061-0/+5
| * Code style and clarity.Vincent Richard2018-09-05445-18698/+21928
| * Merge pull request #198 from xguerin/masterVincent Richard2018-09-053-1/+101
| |\
| | * Import multiple certificates withing a single streamXavier Guérin2018-05-313-0/+100
| | * Fix X509Certificate::getIssuerString signatureXavier Guérin2018-05-311-1/+1
| * | Merge pull request #201 from 0xd34df00d/masterVincent Richard2018-08-314-0/+27
| |\ \
| | * | Added net::message::getName() + the IMAP implementation.0xd34df00d2018-07-044-0/+27
| | |/
| * | Removed useless 'constCast's.Vincent Richard2018-08-186-30/+16
| * | Avoid copy by passing shared_ptr<> with const reference.Vincent Richard2018-08-18208-606/+608
| * | Fixed delete array.Vincent Richard2018-08-181-1/+1
| * | Fixed compilation errors with OpenSSL 1.1.0.Vincent Richard2018-08-171-14/+63