aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for digest algorithm SHA256Frode Roxrud Gill2022-03-133-3/+14
* Fixed possible recursion crash when parsing mailbox groups.vincent-richard2022-01-256-20/+39
* Fixed Cppcheck issues.Vincent Richard2021-11-252-5/+13
* #268 Code style fixes + moved specific bits to IMAP namespaceVincent Richard2021-11-2516-684/+787
* Implemented IMAP SEARCHJacek Piszczek2021-10-2913-10/+803
* fixed coding styleibanic2021-05-161-2/+4
* Prevent accessing empty bufferibanic2021-05-151-0/+4
* #261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard2021-05-111-2/+12
* 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