Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵ | Vincent Richard | 2017-12-14 | 4 | -72/+159 |
| | | | | must switch the whole message to SMTPUTF8. | ||||
* | Fixed #186: use SMTPUTF8 only when needed. | Vincent Richard | 2017-12-14 | 6 | -3/+304 |
| | |||||
* | Merge pull request #182 from miachm/master | Vincent Richard | 2017-10-18 | 1 | -2/+0 |
|\ | | | | | Remove unnecessary public in vmime::encoding | ||||
| * | Remove unnecesary public in vmime::enconding | Miguel Chacon | 2017-10-17 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #180 from rusdevops/patch-1 | Vincent Richard | 2017-10-09 | 1 | -10/+10 |
|\ | | | | | Update CMakeLists.txt | ||||
| * | Update CMakeLists.txt | rusdevops | 2017-10-04 | 1 | -10/+10 |
|/ | |||||
* | Issue #179: fixed input/output buffer size. | Vincent Richard | 2017-09-06 | 1 | -2/+7 |
| | |||||
* | Merge pull request #178 from Aulddays/master | Vincent Richard | 2017-08-18 | 1 | -1/+1 |
|\ | | | | | Fixed send performance issue | ||||
| * | Fixed send performance issue | Aulddays | 2017-08-18 | 1 | -1/+1 |
|/ | |||||
* | Fixed #177: thread id on OpenBSD. | Vincent Richard | 2017-08-09 | 3 | -0/+4 |
| | |||||
* | 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 #175: use CMake macros for installation dir. | Vincent Richard | 2017-06-19 | 1 | -43/+9 |
| | |||||
* | 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 |
| | |||||
* | Fixed #171: cross-compiling detection. | Vincent Richard | 2017-05-04 | 1 | -3/+3 |
| | |||||
* | Removed unused VMIME_TARGET_* defines. | Vincent Richard | 2017-04-26 | 1 | -4/+0 |
| | |||||
* | Merge pull request #169 from 0xd34df00d/master | Vincent Richard | 2017-04-26 | 2 | -139/+0 |
|\ | | | | | Remove target architecture detection. | ||||
| * | Remove target architecture detection. | 0xd34df00d | 2017-04-09 | 2 | -139/+0 |
|/ | |||||
* | 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 | 2 | -20/+20 |
|/ / | |||||
* | | Issue #167: don't build samples by default. | Vincent Richard | 2017-03-13 | 1 | -1/+1 |
| | | |||||
* | | Issue #166: fixed include paths. | Vincent Richard | 2017-03-13 | 2 | -83/+84 |
|/ | |||||
* | Added example on how to fetch additional header fields. | Vincent Richard | 2017-02-10 | 1 | -11/+7 |
| | |||||
* | Fixed issue #160: invalid characters in hostname. | Vincent Richard | 2017-02-10 | 5 | -67/+191 |
| | |||||
* | Issue #163: default encoder (fallback). | Vincent Richard | 2017-02-08 | 3 | -1/+101 |
| | |||||
* | Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response. | Vincent Richard | 2017-01-18 | 2 | -1/+48 |
| | |||||
* | 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 | 9 | -15/+15 |
| | |||||
* | Release 0.9.2.v0.9.2 | Vincent Richard | 2017-01-03 | 1 | -2/+2 |
| | |||||
* | 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]> | ||||
* | | ChangeLog is not updated anymore, refer to commits. | Vincent Richard | 2017-01-02 | 2 | -1123/+2 |
| | | |||||
* | | Always ignore newlines between words. | Vincent Richard | 2017-01-02 | 2 | -1/+8 |
| | | |||||
* | | Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument. | Vincent Richard | 2016-12-06 | 1 | -8/+2 |
|/ | |||||
* | Fixed #149: don't loose charset when fixing invalid broken words. | Vincent Richard | 2016-11-05 | 2 | -21/+97 |
| | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2016-11-02 | 2 | -0/+12 |
|\ | |||||
| * | Merge pull request #145 from 0xd34df00d/const_getCertificate | Vincent Richard | 2016-10-13 | 2 | -0/+12 |
| |\ | | | | | | | Added const overload for certificateException::getCertificate(). | ||||
| | * | Added const overload for certificateException::getCertificate(). | 0xd34df00d | 2016-10-08 | 2 | -0/+12 |
| |/ | |||||
* / | Don't recursively include compile flags. | Vincent Richard | 2016-11-02 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2016-10-06 | 1 | -1/+2 |
|\ |