aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: remember boundary from parsingsaturneric2024-11-282-5/+9
* Fix a test failure in pathTest::testGenerate (#312)Jan Engelhardt2024-06-112-38/+11
* contrib: update utfcpp to v4.0.5 (#309)Jan Engelhardt2024-06-111-1/+1
* build: resolve a -Wunused-function compiler warning (#308)Jan Engelhardt2024-06-111-2/+8
* asciiPercent computation: another potential multiplication overflow (#307)Jan Engelhardt2024-05-212-7/+5
* vmime: prevent loss of a space during text::createFromString (#306)Jan Engelhardt2024-05-212-61/+33
* Fixes/comments for guessBestEncoding (#304)Jan Engelhardt2024-05-211-4/+6
* vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)Jan Engelhardt2024-05-211-1/+1
* Resolve compiler warnings (#302)Jan Engelhardt2024-05-214-23/+7
* Fix OpenSSL initialization #299 (#300)Ján Osuský2024-03-041-3/+11
* url: strip leading slash from url-path (#298)Jan Engelhardt2024-03-041-5/+12
* url: repair off-by-one bug in extractHost (#297)Jan Engelhardt2024-03-041-1/+1
* url: add remark to documentation about hardcoded // substring (#293)Jan Engelhardt2024-01-301-1/+4
* url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt2024-01-304-13/+75
* Fixed use of old API (#287).vincent-richard2024-01-011-1/+2
* Add parsing feedback via parsingContext (#280)bmagistro2023-12-3154-77/+112
* Configurable email add domain (#287)bmagistro2023-12-314-12/+69
* Avoid generating illegal Envelope-From with sendmail:// transport (#285)Jan Engelhardt2023-12-311-1/+1
* Build: add FreeBSD & libc++ compilation support (#288)Jan Engelhardt2023-12-312-1/+8
* Make default context thread_local (#286)bmagistro2023-12-312-3/+10
* Build: add Solaris compilation support (#282)Jan Engelhardt2023-11-091-0/+5
* Added utility function to convert byteArray to HEX string. Useful for printin...Frode Roxrud Gill2022-03-131-0/+15
* 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
|/