aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* SMTP/DSN refactoring.vincent-richard2021-04-0313-66/+265
* Merge pull request #256 from jacadcaps/IMAP.PEEKVincent Richard2021-03-313-2/+8
|\
| * IMAP PEEK supportJacek Piszczek2021-03-243-2/+8
* | Merge pull request #258 from jacadcaps/processFetchResponseVincent Richard2021-03-311-0/+15
|\ \
| * | Fixed buildJacek Piszczek2021-03-251-1/+4
| * | Added missing includesJacek Piszczek2021-03-241-0/+2
| * | Process Message-ID and In-Reply-To in EVELOPEJacek Piszczek2021-03-241-0/+10
| |/
* | Fixed parsing of IMAP astring.vincent-richard2021-03-241-88/+49
* | Merge pull request #257 from jacadcaps/defaultCertificateVerifierVincent Richard2021-03-244-0/+118
|\ \
| * | Improved certificate verificationJacek Piszczek2021-03-244-0/+118
| |/
* | Merge pull request #255 from jacadcaps/weak_ptr-checksVincent Richard2021-03-247-23/+95
|\ \
| * | CosmeticsJacek Piszczek2021-03-241-1/+1
| * | Ensure disconnect() method always disconnect the underlying sockets.Jacek Piszczek2021-03-247-24/+96
| |/
* | Merge pull request #253 from jacadcaps/MessageParserVincent Richard2021-03-161-1/+10
|\ \
| * | Default missing Content-Type to Text/Plain as per https://tools.ietf.org/html...Jacek Piszczek2021-03-161-1/+10
| |/
* | Merge pull request #254 from jacadcaps/MessageParserDateVincent Richard2021-03-161-1/+7
|\ \
| * | Workaround a RECEIVED message field missing actual date info.Jacek Piszczek2021-03-161-1/+7
| |/
* | Merge pull request #252 from jacadcaps/replyToVincent Richard2021-03-151-1/+1
|\ \
| * | Fixed an ENVELOPE ReplyTo handling regressionJacek Piszczek2021-03-151-1/+1
| |/
* / net/tls: Refactored re-throwing exceptions so that the original exception cla...Jacek Piszczek2021-02-246-19/+21
|/
* #250 Fixed unquoted mailbox namevincent-richard2021-02-051-3/+88
* Fixed build with ICU 68.2-1Your Name2021-01-231-1/+1
* Fixed build with ICU 68.2-1Your Name2021-01-231-1/+1
* Fixed implicit declarations and misc warnings.Vincent Richard2021-01-118-0/+57
* Fixed line endings.Vincent Richard2021-01-112-709/+709
* #247 Fixed build with ICU 68.2-1Vincent Richard2021-01-111-3/+3
* Reply-To should be an addressList according to the RFC.Vincent Richard2021-01-111-2/+1
* Don't use deprecated gsasl symbols.Simon Josefsson2021-01-081-2/+0
* Avoid force-encoding display names that fit within qcontentJan Engelhardt2020-12-111-32/+2
* Check for DSN extension support before using it.vincent-richard2020-09-045-0/+99
* 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