aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing default argument.vincent-richard2020-09-021-1/+1
* Merge pull request #240 from josusky/masterVincent Richard2020-09-0212-28/+274
|\
| * 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
* | Merge pull request #241 from 0xd34df00d/body_type_parsingVincent Richard2020-08-091-12/+23
|\ \
| * | Try obtaining content disposition for all body parts types0xd34df00d2020-08-081-5/+5
| * | Text body part can also have a name0xd34df00d2020-08-081-0/+2
| * | Refactor out getPartName()0xd34df00d2020-08-081-7/+16
| |/
* | Merge pull request #233 from RichardSteele/fix-openssl-223Vincent Richard2020-07-311-2/+2
|\ \ | |/ |/|
| * Fix #223Richard Steele2019-11-181-2/+2
* | Merge pull request #239 from kisli/laurent-richard-fix-message-flag-setVincent Richard2020-07-171-1/+1
|\ \
| * | Fix message flag assignment with FLAG_MODE_SETlaurent-richard2020-07-161-1/+1
|/ /
* | #238 Fixed whitespace between encoded wordsvincent-richard2020-06-162-1/+86
* | Added test.vincent-richard2020-06-021-0/+10
* | Expose Content-Disposition on net message parts.vincent-richard2020-05-105-0/+35
* | Fixed false positives in tests.vincent-richard2020-04-061-72/+94
* | Map '*' to '\*' in non-strict mode.vincent-richard2020-04-062-2/+51
* | Added support for pipelined and out-of-order replies.vincent-richard2020-04-055-63/+181
* | INBOX folder special use.vincent-richard2020-03-265-0/+13
* | Misc changes for CPack.vincent-richard2020-02-141-5/+15
* | #236 OpenSSL license exceptionvincent-richard2020-02-141-0/+26
* | Merge pull request #232 from RichardSteele/fix-sni-231Vincent Richard2019-11-183-9/+8
|\ \ | |/ |/|
| * 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
* | Merge pull request #227 from Kopano-dev/boundaryprefixVincent Richard2019-10-072-54/+93
|\ \ | |/ |/|
| * Skip delimiter lines that are not exactly equal to the boundaryJan Engelhardt2019-10-052-0/+56
| * Disregard whitespace between leading boundary hyphens and markerJan Engelhardt2019-10-052-30/+11
| * Reduce indent by 3 levels in findNextBoundaryJan Engelhardt2019-10-051-37/+39
| * Modernize RFC reference for boundary line characteristicsJan Engelhardt2019-10-051-4/+4
|/
* Merge pull request #225 from 0xd34df00d/patch-1Vincent Richard2019-09-231-3/+0
|\
| * 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-183-191/+191
|\
| * Merge pull request #212 from jengelh/hostnameVincent Richard2019-02-071-7/+5
| |\
| | * Unbreak own hostname qualification on POSIX systemsJan Engelhardt2019-02-061-7/+5
| |/
| * Merge pull request #210 from jengelh/twoaddrVincent Richard2019-02-042-184/+186
| |\
| | * Improve address parser for malformed mailbox specificationsJan Engelhardt2019-01-252-186/+173
| | * tests: add more malformation tests to mailboxTestJan Engelhardt2019-01-241-4/+19
| |/