aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-01fix: must init raw pointer *bodyPartHEADmastersaturneric1-1/+1
2024-11-28feat: remember boundary from parsingsaturneric2-5/+9
2024-06-11Fix a test failure in pathTest::testGenerate (#312)Jan Engelhardt2-38/+11
2024-06-11contrib: update utfcpp to v4.0.5 (#309)Jan Engelhardt1-1/+1
2024-06-11build: resolve a -Wunused-function compiler warning (#308)Jan Engelhardt1-2/+8
2024-05-21asciiPercent computation: another potential multiplication overflow (#307)Jan Engelhardt2-7/+5
2024-05-21vmime: prevent loss of a space during text::createFromString (#306)Jan Engelhardt2-61/+33
2024-05-21Fixes/comments for guessBestEncoding (#304)Jan Engelhardt1-4/+6
2024-05-21vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)Jan Engelhardt1-1/+1
2024-05-21Resolve compiler warnings (#302)Jan Engelhardt4-23/+7
2024-03-04Fix OpenSSL initialization #299 (#300)Ján Osuský1-3/+11
2024-03-04url: strip leading slash from url-path (#298)Jan Engelhardt1-5/+12
2024-03-04url: repair off-by-one bug in extractHost (#297)Jan Engelhardt1-1/+1
2024-01-30url: add remark to documentation about hardcoded // substring (#293)Jan Engelhardt1-1/+4
2024-01-30url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt4-13/+75
2024-01-01Fixed use of old API (#287).vincent-richard1-1/+2
2023-12-31Add parsing feedback via parsingContext (#280)bmagistro54-77/+112
2023-12-31Configurable email add domain (#287)bmagistro4-12/+69
2023-12-31Avoid generating illegal Envelope-From with sendmail:// transport (#285)Jan Engelhardt1-1/+1
2023-12-31Build: add FreeBSD & libc++ compilation support (#288)Jan Engelhardt2-1/+8
2023-12-31Make default context thread_local (#286)bmagistro2-3/+10
2023-11-09Build: add Solaris compilation support (#282)Jan Engelhardt1-0/+5
2022-03-13Added utility function to convert byteArray to HEX string. Useful for printin...Frode Roxrud Gill1-0/+15
2022-03-13Added support for digest algorithm SHA256Frode Roxrud Gill3-3/+14
2022-01-25Fixed possible recursion crash when parsing mailbox groups.vincent-richard6-20/+39
2021-11-25Fixed Cppcheck issues.Vincent Richard2-5/+13
2021-11-25#268 Code style fixes + moved specific bits to IMAP namespaceVincent Richard16-684/+787
2021-10-29Implemented IMAP SEARCHJacek Piszczek13-10/+803
2021-05-16fixed coding styleibanic1-2/+4
2021-05-15Prevent accessing empty bufferibanic1-0/+4
2021-05-11#261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard1-2/+12
2021-04-03SMTP/DSN refactoring.vincent-richard13-66/+265
2021-03-25Fixed buildJacek Piszczek1-1/+4
2021-03-24Fixed parsing of IMAP astring.vincent-richard1-88/+49
2021-03-24Added missing includesJacek Piszczek1-0/+2
2021-03-24Process Message-ID and In-Reply-To in EVELOPEJacek Piszczek1-0/+10
2021-03-24Improved certificate verificationJacek Piszczek4-0/+118
2021-03-24IMAP PEEK supportJacek Piszczek3-2/+8
2021-03-24CosmeticsJacek Piszczek1-1/+1
2021-03-24Ensure disconnect() method always disconnect the underlying sockets.Jacek Piszczek7-24/+96
2021-03-16Workaround a RECEIVED message field missing actual date info.Jacek Piszczek1-1/+7
2021-03-16Default missing Content-Type to Text/Plain as per https://tools.ietf.org/html...Jacek Piszczek1-1/+10
2021-03-15Fixed an ENVELOPE ReplyTo handling regressionJacek Piszczek1-1/+1
2021-02-24net/tls: Refactored re-throwing exceptions so that the original exception cla...Jacek Piszczek6-19/+21
2021-02-05#250 Fixed unquoted mailbox namevincent-richard1-3/+88
2021-01-23Fixed build with ICU 68.2-1Your Name1-1/+1
2021-01-23Fixed build with ICU 68.2-1Your Name1-1/+1
2021-01-11Fixed implicit declarations and misc warnings.Vincent Richard8-0/+57
2021-01-11Fixed line endings.Vincent Richard2-709/+709
2021-01-11#247 Fixed build with ICU 68.2-1Vincent Richard1-3/+3