Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed possible memory leak. | Vincent Richard | 2018-09-05 | 1 | -0/+5 | |
| | | ||||||
| * | Code style and clarity. | Vincent Richard | 2018-09-05 | 445 | -18803/+22033 | |
| | | ||||||
| * | Merge pull request #198 from xguerin/master | Vincent Richard | 2018-09-05 | 3 | -1/+101 | |
| |\ | | | | | | | Import multiple certificates withing a single stream | |||||
| | * | Import multiple certificates withing a single stream | Xavier Guérin | 2018-05-31 | 3 | -0/+100 | |
| | | | ||||||
| | * | Fix X509Certificate::getIssuerString signature | Xavier Guérin | 2018-05-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #201 from 0xd34df00d/master | Vincent Richard | 2018-08-31 | 4 | -0/+27 | |
| |\ \ | | | | | | | | | Added net::message::getName() + the IMAP implementation | |||||
| | * | | Added net::message::getName() + the IMAP implementation. | 0xd34df00d | 2018-07-04 | 4 | -0/+27 | |
| | |/ | ||||||
| * | | Removed useless 'constCast's. | Vincent Richard | 2018-08-18 | 6 | -30/+16 | |
| | | | ||||||
| * | | Avoid copy by passing shared_ptr<> with const reference. | Vincent Richard | 2018-08-18 | 208 | -606/+608 | |
| | | | ||||||
| * | | Fixed delete array. | Vincent Richard | 2018-08-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed compilation errors with OpenSSL 1.1.0. | Vincent Richard | 2018-08-17 | 1 | -14/+63 | |
| | | | ||||||
| * | | Force classic locale when formatting IMAP UIDs. | Vincent Richard | 2018-08-17 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixed warnings with GCC 7. | Vincent Richard | 2018-08-17 | 4 | -9/+14 | |
| |/ | ||||||
| * | #193 Dropped support for boot::shared_ptr<>, enabled C++11 support in CMake | Vincent Richard | 2018-04-01 | 1 | -42/+8 | |
| | | ||||||
| * | Handle parsing of [email protected] <[email protected]> | Bo Simonsen | 2018-02-19 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | The behavior of current VMIME implementation will result in address [email protected] with an empty name. That is because the parsing is stopped whenever a wihtespace and a at-character is seen. We should continue the parsing to deduce the real address ([email protected] in the example). | |||||
| * | Merge pull request #184 from josusky/smtp-auth | Vincent Richard | 2017-12-20 | 1 | -1/+37 | |
| |\ | | | | | | | Add SMTPS with AUTH PLAIN without SASL. | |||||
| | * | Add SMTPS with AUTH PLAIN without SASL | Jan Osusky | 2017-11-03 | 1 | -1/+37 | |
| | | | | | | | | | | | | | | | GNU SASL is a nice library but comes with its own prerequisites and dependencies. As IMAP and POP3 are able to work without SASL it seems to me logical to add some authentication support to SMTP too. As these days most of the communication is encrypted it is common to use simple mechanism like AUTH PLAIN, so I have added it. | |||||
| * | | Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵ | Vincent Richard | 2017-12-14 | 2 | -7/+18 | |
| | | | | | | | | | | | | must switch the whole message to SMTPUTF8. | |||||
| * | | Fixed #186: use SMTPUTF8 only when needed. | Vincent Richard | 2017-12-14 | 3 | -3/+36 | |
| |/ | ||||||
* | | Add SMTPS with AUTH PLAIN without SASL | Jan Osusky | 2017-10-20 | 1 | -1/+37 | |
| | | | | | | | | | | GNU SASL is a nice library but comes with its own prerequisites and dependencies. As IMAP and POP3 are able to work without SASL it seems to me logical to add some authentication support to SMTP too. As these days most of the communication is encrypted it is common to use simple mechanism like AUTH PLAIN, so I have added it. | |||||
* | | Fix of compilation warning reported by GCC 4.9.3 | Jan Osusky | 2017-10-20 | 2 | -1/+6 | |
|/ | | | | 'class vmime::net::messageSetEnumerator' has virtual functions and accessible non-virtual destructor | |||||
* | Remove unnecesary public in vmime::enconding | Miguel Chacon | 2017-10-17 | 1 | -2/+0 | |
| | ||||||
* | Issue #179: fixed input/output buffer size. | Vincent Richard | 2017-09-06 | 1 | -2/+7 | |
| | ||||||
* | Fixed send performance issue | Aulddays | 2017-08-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed #177: thread id on OpenBSD. | Vincent Richard | 2017-08-09 | 1 | -0/+2 | |
| | ||||||
* | Clear OpenSSL error queue before calling a SSL_*() function, then ↵ | Vincent Richard | 2017-07-14 | 2 | -0/+11 | |
| | | | | SSL_get_error(). | |||||
* | Fixed #176: fixed missing definition of AF_UNSPEC and SOCK_STREAM on OpenBSD ↵ | Vincent Richard | 2017-07-14 | 1 | -0/+1 | |
| | | | | systems. | |||||
* | Issue #173: recognize non-standard '8bits' encoding. | Vincent Richard | 2017-06-19 | 1 | -0/+1 | |
| | ||||||
* | Issue #138: fixed non-portable HOST_NAME_MAX. | Vincent Richard | 2017-05-08 | 1 | -1/+1 | |
| | ||||||
* | Issue #138: more reliable detection of strerror_r() variant. | Vincent Richard | 2017-05-08 | 1 | -14/+27 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2017-03-29 | 4 | -14/+60 | |
|\ | ||||||
| * | Merge pull request #165 from bmagistro/master | Vincent Richard | 2017-03-13 | 4 | -14/+60 | |
| |\ | | | | | | | Ensure user defined parsingContext is passed forward on calls to parse. | |||||
| | * | fix deleted character | bmagistro | 2017-03-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | attempt 2, fix whitespace differences | bmagistro | 2017-03-09 | 2 | -22/+22 | |
| | | | ||||||
| | * | attempt 2, fix whitespace differences | bmagistro | 2017-03-09 | 1 | -21/+21 | |
| | | | ||||||
| | * | use original headerField.cpp to avoid whitespace differences | bmagistro | 2017-02-27 | 1 | -106/+106 | |
| | | | ||||||
| | * | add option to control parser invalid line behavior | bmagistro | 2017-02-27 | 3 | -113/+159 | |
| | | | ||||||
| | * | ensure user defined parsingContext is passed forward on calls to parse | bmagistro | 2017-02-25 | 1 | -5/+5 | |
| | | | ||||||
* | | | Issue #168: multiple sequences of 'LF..' not replaced correctly. | Vincent Richard | 2017-03-28 | 1 | -20/+12 | |
|/ / | ||||||
* / | Issue #166: fixed include paths. | Vincent Richard | 2017-03-13 | 1 | -83/+83 | |
|/ | ||||||
* | Fixed issue #160: invalid characters in hostname. | Vincent Richard | 2017-02-10 | 4 | -67/+163 | |
| | ||||||
* | Issue #163: default encoder (fallback). | Vincent Richard | 2017-02-08 | 2 | -1/+38 | |
| | ||||||
* | Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response. | Vincent Richard | 2017-01-18 | 1 | -1/+14 | |
| | ||||||
* | Fixed possible bad memory access. | Vincent Richard | 2017-01-17 | 1 | -2/+2 | |
| | ||||||
* | Emulate extraction of header+body for a specific part (IMAP). | Vincent Richard | 2017-01-12 | 3 | -19/+86 | |
| | ||||||
* | Fixed issue #157. | Vincent Richard | 2017-01-11 | 8 | -14/+14 | |
| | ||||||
* | Merge pull request #156 from bosim/add-wrapped-message-id-option | Vincent Richard | 2017-01-03 | 3 | -1/+33 | |
|\ | | | | | Add option to specify if vmime should wrap (Message|Content)-Id. | |||||
| * | Add option to specify if vmime should wrap (Message|Content)-Id | Bo Simonsen | 2017-01-03 | 3 | -1/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some MUAs (at least Outlook) has problems on Content-Id being wrapped, therefore it is desired to turn what off. By wrapping Content-Id we mean: Content-Id: <jira-generated-image-avatar-.................................................> becomes Content-Id: <jira-generated-image-avatar-.................................................> An option has been added to GenerationContext to force the wrapping off (GenerationContext::setWrapMessageId(false)). Signed-off-by: Bo Simonsen <[email protected]> | |||||
* | | Always ignore newlines between words. | Vincent Richard | 2017-01-02 | 1 | -1/+4 | |
|/ | ||||||
* | Fixed #149: don't loose charset when fixing invalid broken words. | Vincent Richard | 2016-11-05 | 1 | -8/+31 | |
| |