0xd34df00d
1862f165c2
Remove target architecture detection.
2017-04-08 20:02:34 -04:00
Vincent Richard
8e6db1c7a6
Merge branch 'master' of https://github.com/kisli/vmime
2017-03-29 21:28:45 +02:00
Vincent Richard
604b713562
Issue #168 : multiple sequences of 'LF..' not replaced correctly.
2017-03-28 22:31:04 +02:00
Vincent Richard
1bc9f457be
Merge pull request #165 from bmagistro/master
...
Ensure user defined parsingContext is passed forward on calls to parse.
2017-03-13 20:18:04 +01:00
Vincent Richard
041854731c
Issue #167 : don't build samples by default.
2017-03-13 18:45:26 +01:00
Vincent Richard
428c49b69f
Issue #166 : fixed include paths.
2017-03-13 18:44:52 +01:00
bmagistro
522ec147a3
fix deleted character
2017-03-09 15:40:50 -05:00
bmagistro
975f555f22
attempt 2, fix whitespace differences
2017-03-09 14:20:43 -05:00
bmagistro
e6f2ed341a
attempt 2, fix whitespace differences
2017-03-09 14:07:15 -05:00
bmagistro
8fb7b007f9
use original headerField.cpp to avoid whitespace differences
2017-02-27 11:12:12 -05:00
bmagistro
68fd4e1e42
add option to control parser invalid line behavior
2017-02-27 11:04:33 -05:00
bmagistro
05a65a3bfa
ensure user defined parsingContext is passed forward on calls to parse
2017-02-25 09:17:49 -05:00
Vincent Richard
3cfcdca2ff
Added example on how to fetch additional header fields.
2017-02-10 21:53:33 +01:00
Vincent Richard
9a3d6880e8
Fixed issue #160 : invalid characters in hostname.
2017-02-10 21:20:22 +01:00
Vincent Richard
e973619d7e
Issue #163 : default encoder (fallback).
2017-02-08 21:27:10 +01:00
Vincent Richard
ec5f4370b6
Fixed #159 : parsing error on invalid FETCH BODYSTRUCTURE response.
2017-01-18 21:10:10 +01:00
Vincent Richard
f29edeb887
Fixed possible bad memory access.
2017-01-17 21:22:44 +01:00
Vincent Richard
08b8ce3dc7
Emulate extraction of header+body for a specific part (IMAP).
2017-01-12 23:00:04 +01:00
Vincent Richard
8a63b02764
Fixed issue #157 .
2017-01-11 20:20:05 +01:00
Vincent Richard
7627129f4e
Release 0.9.2.
2017-01-03 21:00:08 +01:00
Vincent Richard
6cc9995f7b
Merge pull request #156 from bosim/add-wrapped-message-id-option
...
Add option to specify if vmime should wrap (Message|Content)-Id.
2017-01-03 20:52:48 +01:00
Bo Simonsen
3efaba7cdd
Add option to specify if vmime should wrap (Message|Content)-Id
...
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 <b.simonsen@kopano.com>
2017-01-03 15:32:36 +01:00
Vincent Richard
3f9190089a
ChangeLog is not updated anymore, refer to commits.
2017-01-02 21:45:03 +01:00
Vincent Richard
c53e914ea5
Always ignore newlines between words.
2017-01-02 21:40:38 +01:00
Vincent Richard
b1b3f30e8d
Fixed #151 : don't ignore CMAKE_CXX_FLAGS command line argument.
2016-12-06 22:35:18 +01:00
Vincent Richard
5424aa2381
Fixed #149 : don't loose charset when fixing invalid broken words.
2016-11-05 13:31:54 +01:00
Vincent Richard
9a1753dc6c
Merge branch 'master' of https://github.com/kisli/vmime
2016-11-02 22:27:51 +01:00
Vincent Richard
4ea1cdc2a1
Don't recursively include compile flags.
2016-11-02 22:27:38 +01:00
Vincent Richard
047cacb1db
Merge pull request #145 from 0xd34df00d/const_getCertificate
...
Added const overload for certificateException::getCertificate().
2016-10-13 22:35:57 +02:00
0xd34df00d
d2f4436a5c
Added const overload for certificateException::getCertificate().
2016-10-08 15:13:07 -04:00
Vincent Richard
265baf17aa
Merge branch 'master' of https://github.com/kisli/vmime
2016-10-06 21:50:21 +02:00
Vincent Richard
4a0b88a6cc
Fixed #144 : lasting resolving is not an error.
2016-10-06 21:49:27 +02:00
Vincent Richard
9eef91da75
Merge pull request #143 from jengelh/master
...
Skip multiple (bogus) colons after header field name.
2016-10-04 22:23:16 +02:00
Jan Engelhardt
7d00709077
Skip multiple (bogus) colons after header field name
...
Some (broken) implementation sends double-colons for certain fields,
and this change makes vmime support that case.
2016-10-04 10:14:37 +02:00
Vincent Richard
b133ce8cfb
Fixed #142 : fixed install location of generated headers.
2016-09-19 21:08:35 +02:00
Vincent Richard
79edc1b2f4
Disabled debug response.
2016-08-30 19:59:46 +02:00
Vincent Richard
c7b0676619
Fixed #140 : invalid separator char in parser.
2016-08-29 22:15:47 +02:00
Vincent Richard
4e28af3a21
Fixed issue #139 : thread-safe exception handling.
2016-08-25 18:36:05 +02:00
Vincent Richard
4d1a6ad2f2
Issue #138 : fixed MSG_NOSIGNAL on Mac OS.
2016-04-25 08:28:34 +02:00
Vincent Richard
87b052588b
Link with 'anl' only when building shared lib.
2016-04-10 19:16:44 +02:00
Vincent Richard
ac8543ac57
Fixed 'portStr' not a std::string anymore.
2016-04-10 15:14:52 +02:00
Vincent Richard
7c6e00798e
Always imbue C locale when using istringstream.
2016-04-10 15:05:44 +02:00
Vincent Richard
b1c2d4b61e
Clarified object construction where 'enabled_shared_from_this' is used. Use it only where it is needed.
2016-04-05 22:11:47 +02:00
Vincent Richard
4d76e8afbc
Fixed indentation.
2016-03-25 21:53:05 +01:00
Vincent Richard
08a3ba2ba1
Misc fixes in error handling.
2016-03-25 21:50:35 +01:00
Vincent Richard
fed1469ade
Fixed location of config and lib export include files.
2016-03-25 08:25:43 +01:00
Vincent Richard
12781598bd
Fixed special value 'last' in message sets.
2016-03-24 20:34:27 +01:00
Vincent Richard
14011ca29a
Issue #126 : even more warnings fixed.
2016-03-24 08:00:34 +01:00
Vincent Richard
b03c398b47
Fixed types.
2016-03-23 20:32:13 +01:00
Vincent Richard
af4c21ccdb
Issue #126 : fixed deprecated GnuTLS types.
2016-03-23 20:17:07 +01:00