Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge pull request #143 from jengelh/master | Vincent Richard | 2016-10-04 | 1 | -1/+2 |
| |\ | | | | | | | Skip multiple (bogus) colons after header field name. | ||||
| | * | Skip multiple (bogus) colons after header field name | Jan Engelhardt | 2016-10-04 | 1 | -1/+2 |
| |/ | | | | | | | | | Some (broken) implementation sends double-colons for certain fields, and this change makes vmime support that case. | ||||
* / | Fixed #144: lasting resolving is not an error. | Vincent Richard | 2016-10-06 | 1 | -1/+3 |
|/ | |||||
* | Fixed #142: fixed install location of generated headers. | Vincent Richard | 2016-09-19 | 2 | -3/+3 |
| | |||||
* | Disabled debug response. | Vincent Richard | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | Fixed #140: invalid separator char in parser. | Vincent Richard | 2016-08-29 | 1 | -2/+2 |
| | |||||
* | Fixed issue #139: thread-safe exception handling. | Vincent Richard | 2016-08-25 | 2 | -39/+23 |
| | |||||
* | Issue #138: fixed MSG_NOSIGNAL on Mac OS. | Vincent Richard | 2016-04-25 | 3 | -0/+25 |
| | |||||
* | Link with 'anl' only when building shared lib. | Vincent Richard | 2016-04-10 | 1 | -5/+7 |
| | |||||
* | Fixed 'portStr' not a std::string anymore. | Vincent Richard | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Always imbue C locale when using istringstream. | Vincent Richard | 2016-04-10 | 7 | -1/+15 |
| | |||||
* | Clarified object construction where 'enabled_shared_from_this' is used. Use ↵ | Vincent Richard | 2016-04-05 | 36 | -113/+142 |
| | | | | it only where it is needed. | ||||
* | Fixed indentation. | Vincent Richard | 2016-03-25 | 1 | -5/+5 |
| | |||||
* | Misc fixes in error handling. | Vincent Richard | 2016-03-25 | 3 | -16/+64 |
| | |||||
* | Fixed location of config and lib export include files. | Vincent Richard | 2016-03-25 | 2 | -7/+7 |
| | |||||
* | Fixed special value 'last' in message sets. | Vincent Richard | 2016-03-24 | 13 | -94/+204 |
| | |||||
* | Issue #126: even more warnings fixed. | Vincent Richard | 2016-03-24 | 2 | -8/+13 |
| | |||||
* | Fixed types. | Vincent Richard | 2016-03-23 | 3 | -3/+3 |
| | |||||
* | Issue #126: fixed deprecated GnuTLS types. | Vincent Richard | 2016-03-23 | 5 | -19/+19 |
| | |||||
* | Issue #126: fixed warnings about sign mismatch. | Vincent Richard | 2016-03-23 | 44 | -238/+235 |
| | |||||
* | Fixed #135: getPeerAddress() is incorrect. Error handling. | Vincent Richard | 2016-03-16 | 1 | -6/+14 |
| | |||||
* | Issue #126: more warnings fixed. | Vincent Richard | 2016-03-13 | 8 | -17/+21 |
| | |||||
* | Issue #126: fixed some warnings. | Vincent Richard | 2016-03-13 | 8 | -6/+15 |
| | |||||
* | Issue #126: don't use deprecated 'auto_ptr' on C++11. | Vincent Richard | 2016-03-13 | 8 | -55/+71 |
| | |||||
* | Updated doc on building with CMake. | Vincent Richard | 2016-03-11 | 1 | -44/+63 |
| | |||||
* | Fixed location of config.hpp in outsourced build. | Vincent Richard | 2016-03-11 | 1 | -2/+3 |
| | |||||
* | Fixed #133: poll() is preferred over select(). | Vincent Richard | 2016-03-04 | 1 | -62/+63 |
| | |||||
* | Fixed #134: use MSG_NOSIGNAL to avoid SIGPIPE. | Vincent Richard | 2016-03-03 | 1 | -2/+2 |
| | |||||
* | Fixed #132: invalid pointer to temporary buffer. | Vincent Richard | 2016-03-03 | 1 | -4/+4 |
| | |||||
* | Asynchronous resolving. | Vincent Richard | 2016-03-02 | 5 | -32/+147 |
| | |||||
* | Added support for TCP Keepalive. | Vincent Richard | 2016-02-28 | 3 | -0/+13 |
| |