Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed build | Jacek Piszczek | 2021-03-25 | 1 | -1/+4 | |
| | | | ||||||
| * | | Added missing includes | Jacek Piszczek | 2021-03-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Process Message-ID and In-Reply-To in EVELOPE | Jacek Piszczek | 2021-03-24 | 1 | -0/+10 | |
| |/ | ||||||
* | | Fixed parsing of IMAP astring. | vincent-richard | 2021-03-24 | 2 | -88/+105 | |
| | | ||||||
* | | Merge pull request #257 from jacadcaps/defaultCertificateVerifier | Vincent Richard | 2021-03-24 | 4 | -0/+118 | |
|\ \ | | | | | | | Improved certificate verification. | |||||
| * | | Improved certificate verification | Jacek Piszczek | 2021-03-24 | 4 | -0/+118 | |
| |/ | ||||||
* | | Merge pull request #255 from jacadcaps/weak_ptr-checks | Vincent Richard | 2021-03-24 | 7 | -23/+95 | |
|\ \ | | | | | | | Weak ptr checks + forced socket disconnections. | |||||
| * | | Cosmetics | Jacek Piszczek | 2021-03-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Ensure disconnect() method always disconnect the underlying sockets. | Jacek Piszczek | 2021-03-24 | 7 | -24/+96 | |
| |/ | | | | | | | Added additional checks after weak pointer locks. | |||||
* | | Merge pull request #253 from jacadcaps/MessageParser | Vincent Richard | 2021-03-16 | 1 | -1/+10 | |
|\ \ | | | | | | | Default missing Content-Type to text/plain. | |||||
| * | | Default missing Content-Type to Text/Plain as per ↵ | Jacek Piszczek | 2021-03-16 | 1 | -1/+10 | |
| |/ | | | | | | | https://tools.ietf.org/html/rfc2045#section-5.2 | |||||
* | | Merge pull request #254 from jacadcaps/MessageParserDate | Vincent Richard | 2021-03-16 | 1 | -1/+7 | |
|\ \ | | | | | | | Workaround a RECEIVED message field missing actual date info. | |||||
| * | | Workaround a RECEIVED message field missing actual date info. | Jacek Piszczek | 2021-03-16 | 1 | -1/+7 | |
| |/ | ||||||
* | | Merge pull request #252 from jacadcaps/replyTo | Vincent Richard | 2021-03-15 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed an ENVELOPE ReplyTo handling regression. | |||||
| * | | Fixed an ENVELOPE ReplyTo handling regression | Jacek Piszczek | 2021-03-15 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #251 from jacadcaps/exception_fixes | Vincent Richard | 2021-02-25 | 6 | -19/+21 | |
|\ \ | |/ |/| | Exceptions handling / re-throwing fixes | |||||
| * | net/tls: Refactored re-throwing exceptions so that the original exception ↵ | Jacek Piszczek | 2021-02-24 | 6 | -19/+21 | |
|/ | | | | | | class is retained. With the old code, a socket_exception was re-thrown as vmime::exception. IMAPFolder.cpp: Fixed a use-after-free in case of an exception in close(). | |||||
* | #250 Fixed unquoted mailbox name | vincent-richard | 2021-02-05 | 2 | -3/+144 | |
| | ||||||
* | Merge pull request #249 from mpietruschka/master | Vincent Richard | 2021-01-25 | 1 | -1/+1 | |
|\ | | | | | You forgot about one line in "Fixed build with ICU 68.2-1" | |||||
| * | Fixed build with ICU 68.2-1 | Your Name | 2021-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed build with ICU 68.2-1 | Your Name | 2021-01-23 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed implicit declarations and misc warnings. | Vincent Richard | 2021-01-11 | 10 | -2/+59 | |
| | ||||||
* | Fixed line endings. | Vincent Richard | 2021-01-11 | 2 | -709/+709 | |
| | ||||||
* | #247 Fixed build with ICU 68.2-1 | Vincent Richard | 2021-01-11 | 1 | -3/+3 | |
| | ||||||
* | Reply-To should be an addressList according to the RFC. | Vincent Richard | 2021-01-11 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #248 from jas4711/jas4711/drop-obsolete-gsasl-symbols | Vincent Richard | 2021-01-11 | 1 | -2/+0 | |
|\ | | | | | Don't use deprecated gsasl symbols. | |||||
| * | Don't use deprecated gsasl symbols. | Simon Josefsson | 2021-01-08 | 1 | -2/+0 | |
|/ | ||||||
* | Merge pull request #246 from jengelh/asciiquote | Vincent Richard | 2020-12-12 | 3 | -33/+16 | |
|\ | | | | | Avoid force-encoding display names that fit within qcontent | |||||
| * | Avoid force-encoding display names that fit within qcontent | Jan Engelhardt | 2020-12-11 | 3 | -33/+16 | |
|/ | | | | | | | | | When the display name contains an At sign, or anything of the sort, libvmime would forcibly encode this to =?...?=, even if the line is fine ASCII which only needs quoting. rspamd takes excessive quoting as a sign of spam and penalizes such mails by raising the score (rule/match: TO_EXCESS_QP et al.) | |||||
* | Check for DSN extension support before using it. | vincent-richard | 2020-09-04 | 5 | -0/+99 | |
| | ||||||
* | Fixed unit test for DSN support. | vincent-richard | 2020-09-02 | 1 | -16/+16 | |
| | ||||||
* | Fixed missing default argument. | vincent-richard | 2020-09-02 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #240 from josusky/master | Vincent Richard | 2020-09-02 | 12 | -28/+274 | |
|\ | | | | | Add basic support for delivery status notifications (DSN). | |||||
| * | Fix wording of DSN attributes documentation | Jan Osusky | 2020-08-21 | 1 | -2/+2 | |
| | | ||||||
| * | Try obtaining content disposition for all body parts types | 0xd34df00d | 2020-08-21 | 1 | -5/+5 | |
| | | ||||||
| * | Text body part can also have a name | 0xd34df00d | 2020-08-21 | 1 | -0/+2 | |
| | | ||||||
| * | Refactor out getPartName() | 0xd34df00d | 2020-08-21 | 1 | -7/+16 | |
| | | ||||||
| * | Fix #223 | Richard Steele | 2020-08-21 | 1 | -2/+2 | |
| | | ||||||
| * | Editorial changes in DSN attributes | Jan Osusky | 2020-08-21 | 3 | -13/+13 | |
| | | ||||||
| * | Create class for DSN attributes | Jan Osusky | 2020-07-23 | 10 | -52/+208 | |
| | | | | | | | | | | The three attributes needed to request a Delivery Status Notification are now passed as an "dsnAttributes" object to the send methods. Fixed code style at some related palces. | |||||
| * | Add basic support for delivery status notifications (DSN) | Jan Osusky | 2020-07-22 | 10 | -28/+118 | |
| | | | | | | | | Added possibility to send e-mails with explicit request for delivery status notification and its content. | |||||
* | | Merge pull request #241 from 0xd34df00d/body_type_parsing | Vincent Richard | 2020-08-09 | 1 | -12/+23 | |
|\ \ | | | | | | | Body type parsing | |||||
| * | | Try obtaining content disposition for all body parts types | 0xd34df00d | 2020-08-08 | 1 | -5/+5 | |
| | | | ||||||
| * | | Text body part can also have a name | 0xd34df00d | 2020-08-08 | 1 | -0/+2 | |
| | | | ||||||
| * | | Refactor out getPartName() | 0xd34df00d | 2020-08-08 | 1 | -7/+16 | |
| |/ | ||||||
* | | Merge pull request #233 from RichardSteele/fix-openssl-223 | Vincent Richard | 2020-07-31 | 1 | -2/+2 | |
|\ \ | |/ |/| | Fix #223 | |||||
| * | Fix #223 | Richard Steele | 2019-11-18 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #239 from kisli/laurent-richard-fix-message-flag-set | Vincent Richard | 2020-07-17 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix message flag assignment with FLAG_MODE_SET. | |||||
| * | | Fix message flag assignment with FLAG_MODE_SET | laurent-richard | 2020-07-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | #238 Fixed whitespace between encoded words | vincent-richard | 2020-06-16 | 2 | -1/+86 | |
| | |