Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added const overload for certificateException::getCertificate(). | 0xd34df00d | 2016-10-08 | 2 | -0/+12 |
| | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2016-10-06 | 1 | -1/+2 |
|\ | |||||
| * | 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 |
|/ | |||||
* | 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 | 1 | -0/+20 |
| | |||||
* | 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 | 29 | -83/+126 |
| | | | | 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 | 1 | -16/+61 |
| | |||||
* | Fixed special value 'last' in message sets. | Vincent Richard | 2016-03-24 | 10 | -93/+111 |
| | |||||
* | Issue #126: even more warnings fixed. | Vincent Richard | 2016-03-24 | 1 | -4/+8 |
| | |||||
* | 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 | 37 | -220/+217 |
| | |||||
* | 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 | 2 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -28/+116 |
| | |||||
* | Added support for TCP Keepalive. | Vincent Richard | 2016-02-28 | 1 | -0/+10 |
| | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2015-11-30 | 1 | -1/+1 |
|\ | |||||
| * | Added param to charsetConverter_win.hpp, implementation had extra argument ↵ | Alex | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | that was missing from getFilteredOutputStream signature in header. | ||||
* | | Fixed issue #124: access violation when checking subjectAltName extension of ↵ | Vincent Richard | 2015-11-30 | 1 | -41/+29 |
|/ | | | | X509 certificate. | ||||
* | XOAUTH2 authentication mechanism (for GMail). | Vincent Richard | 2015-08-08 | 11 | -0/+447 |
| | |||||
* | Fixed possible endless loop with some buffer sizes (thanks to John van der ↵ | Vincent Richard | 2015-06-11 | 1 | -7/+3 |
| | | | | Kamp). | ||||
* | Estimate generated size of parameterized field. | Vincent Richard | 2015-06-07 | 4 | -0/+53 |
| | |||||
* | Fixed estimation of generated size when no re-encoding is needed. | Vincent Richard | 2015-05-08 | 1 | -3/+11 |
| | |||||
* | Fixed issue #110: wrong number of bytes returned. | Vincent Richard | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2015-05-03 | 1 | -1/+2 |
|\ | |||||
| * | Fixed uninitialized variable. | vincent-richard | 2015-04-23 | 1 | -1/+2 |
| | | |||||
* | | Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name). | Vincent Richard | 2015-05-03 | 1 | -30/+176 |
|/ | |||||
* | Fixed compilation issue on VS13. | Vincent Richard | 2015-03-26 | 1 | -2/+7 |
| | |||||
* | Fixed issue #106: exception class name is wrong. | Vincent Richard | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | Inlined function to avoid issues with dllimport on MSVC/Windows. | Vincent Richard | 2015-03-09 | 1 | -116/+111 |
| | |||||
* | Issue #105: workaround for i2v() taking either a const or a non-const method. | Vincent Richard | 2015-03-03 | 1 | -1/+10 |
| | |||||
* | Fixed type. | Vincent Richard | 2015-03-03 | 1 | -7/+7 |
| | |||||
* | Fixed unit test so that is does not depend on the current locale charset. | Vincent Richard | 2015-02-19 | 1 | -1/+19 |
| | |||||
* | Made word/parameter constructor with 'string' explicit to avoid implicit use ↵ | Vincent Richard | 2015-02-17 | 4 | -6/+46 |
| | | | | of default charset. | ||||
* | Skip word on unexpected error when fixing broken words. | Vincent Richard | 2015-02-16 | 1 | -1/+11 |
| | |||||
* | Issue #103: fix badly encoded words. | Vincent Richard | 2015-02-16 | 18 | -91/+484 |
| |