aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #173: recognize non-standard '8bits' encoding.Vincent Richard2017-06-191-0/+1
|
* Issue #138: fixed non-portable HOST_NAME_MAX.Vincent Richard2017-05-081-1/+1
|
* Issue #138: more reliable detection of strerror_r() variant.Vincent Richard2017-05-081-14/+27
|
* Fixed #171: cross-compiling detection.Vincent Richard2017-05-041-3/+3
|
* Removed unused VMIME_TARGET_* defines.Vincent Richard2017-04-261-4/+0
|
* Merge pull request #169 from 0xd34df00d/masterVincent Richard2017-04-262-139/+0
|\ | | | | Remove target architecture detection.
| * Remove target architecture detection.0xd34df00d2017-04-092-139/+0
|/
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2017-03-294-14/+60
|\
| * Merge pull request #165 from bmagistro/masterVincent Richard2017-03-134-14/+60
| |\ | | | | | | Ensure user defined parsingContext is passed forward on calls to parse.
| | * fix deleted characterbmagistro2017-03-091-1/+1
| | |
| | * attempt 2, fix whitespace differencesbmagistro2017-03-092-22/+22
| | |
| | * attempt 2, fix whitespace differencesbmagistro2017-03-091-21/+21
| | |
| | * use original headerField.cpp to avoid whitespace differencesbmagistro2017-02-271-106/+106
| | |
| | * add option to control parser invalid line behaviorbmagistro2017-02-273-113/+159
| | |
| | * ensure user defined parsingContext is passed forward on calls to parsebmagistro2017-02-251-5/+5
| | |
* | | Issue #168: multiple sequences of 'LF..' not replaced correctly.Vincent Richard2017-03-282-20/+20
|/ /
* | Issue #167: don't build samples by default.Vincent Richard2017-03-131-1/+1
| |
* | Issue #166: fixed include paths.Vincent Richard2017-03-132-83/+84
|/
* Added example on how to fetch additional header fields.Vincent Richard2017-02-101-11/+7
|
* Fixed issue #160: invalid characters in hostname.Vincent Richard2017-02-105-67/+191
|
* Issue #163: default encoder (fallback).Vincent Richard2017-02-083-1/+101
|
* Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.Vincent Richard2017-01-182-1/+48
|
* Fixed possible bad memory access.Vincent Richard2017-01-171-2/+2
|
* Emulate extraction of header+body for a specific part (IMAP).Vincent Richard2017-01-123-19/+86
|
* Fixed issue #157.Vincent Richard2017-01-119-15/+15
|
* Release 0.9.2.v0.9.2Vincent Richard2017-01-031-2/+2
|
* Merge pull request #156 from bosim/add-wrapped-message-id-optionVincent Richard2017-01-033-1/+33
|\ | | | | Add option to specify if vmime should wrap (Message|Content)-Id.
| * Add option to specify if vmime should wrap (Message|Content)-IdBo Simonsen2017-01-033-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 Richard2017-01-022-1123/+2
| |
* | Always ignore newlines between words.Vincent Richard2017-01-022-1/+8
| |
* | Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument.Vincent Richard2016-12-061-8/+2
|/
* Fixed #149: don't loose charset when fixing invalid broken words.Vincent Richard2016-11-052-21/+97
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2016-11-022-0/+12
|\
| * Merge pull request #145 from 0xd34df00d/const_getCertificateVincent Richard2016-10-132-0/+12
| |\ | | | | | | Added const overload for certificateException::getCertificate().
| | * Added const overload for certificateException::getCertificate().0xd34df00d2016-10-082-0/+12
| |/
* / Don't recursively include compile flags.Vincent Richard2016-11-021-4/+4
|/
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2016-10-061-1/+2
|\
| * Merge pull request #143 from jengelh/masterVincent Richard2016-10-041-1/+2
| |\ | | | | | | Skip multiple (bogus) colons after header field name.
| | * Skip multiple (bogus) colons after header field nameJan Engelhardt2016-10-041-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 Richard2016-10-061-1/+3
|/
* Fixed #142: fixed install location of generated headers.Vincent Richard2016-09-192-3/+3
|
* Disabled debug response.Vincent Richard2016-08-301-1/+1
|
* Fixed #140: invalid separator char in parser.Vincent Richard2016-08-291-2/+2
|
* Fixed issue #139: thread-safe exception handling.Vincent Richard2016-08-252-39/+23
|
* Issue #138: fixed MSG_NOSIGNAL on Mac OS.Vincent Richard2016-04-253-0/+25
|
* Link with 'anl' only when building shared lib.Vincent Richard2016-04-101-5/+7
|
* Fixed 'portStr' not a std::string anymore.Vincent Richard2016-04-101-1/+1
|
* Always imbue C locale when using istringstream.Vincent Richard2016-04-107-1/+15
|
* Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2016-04-0536-113/+142
| | | | it only where it is needed.
* Fixed indentation.Vincent Richard2016-03-251-5/+5
|