aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed Cppcheck issues.Vincent Richard2021-11-254-6/+15
* #268 Code style fixes + moved specific bits to IMAP namespaceVincent Richard2021-11-2516-684/+787
* Merge pull request #268 from jacadcaps/searchVincent Richard2021-11-2513-10/+803
|\
| * Implemented IMAP SEARCHJacek Piszczek2021-10-2913-10/+803
|/
* Merge pull request #262 from ibanic/masterVincent Richard2021-05-162-0/+33
|\
| * fixed coding styleibanic2021-05-161-2/+4
| * Prevent accessing empty bufferibanic2021-05-152-0/+31
|/
* #261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard2021-05-112-2/+72
* #200 Fixed installation directoryvincent-richard2021-05-061-19/+46
* SMTP/DSN refactoring.vincent-richard2021-04-0314-74/+290
* 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-242-88/+105
* | 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
| |/
* | Merge pull request #251 from jacadcaps/exception_fixesVincent Richard2021-02-256-19/+21
|\ \ | |/ |/|
| * 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-052-3/+144
* Merge pull request #249 from mpietruschka/masterVincent Richard2021-01-251-1/+1
|\
| * 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-1110-2/+59
* 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
* Merge pull request #248 from jas4711/jas4711/drop-obsolete-gsasl-symbolsVincent Richard2021-01-111-2/+0
|\
| * Don't use deprecated gsasl symbols.Simon Josefsson2021-01-081-2/+0
|/
* Merge pull request #246 from jengelh/asciiquoteVincent Richard2020-12-123-33/+16
|\
| * Avoid force-encoding display names that fit within qcontentJan Engelhardt2020-12-113-33/+16
|/
* Check for DSN extension support before using it.vincent-richard2020-09-045-0/+99
* Fixed unit test for DSN support.vincent-richard2020-09-021-16/+16
* 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