index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-03
Add option to specify if vmime should wrap (Message|Content)-Id
Bo Simonsen
3
-1
/
+33
2017-01-02
Always ignore newlines between words.
Vincent Richard
1
-1
/
+4
2016-11-05
Fixed #149: don't loose charset when fixing invalid broken words.
Vincent Richard
1
-8
/
+31
2016-10-08
Added const overload for certificateException::getCertificate().
0xd34df00d
2
-0
/
+12
2016-10-06
Fixed #144: lasting resolving is not an error.
Vincent Richard
1
-1
/
+3
2016-10-04
Skip multiple (bogus) colons after header field name
Jan Engelhardt
1
-1
/
+2
2016-08-30
Disabled debug response.
Vincent Richard
1
-1
/
+1
2016-08-29
Fixed #140: invalid separator char in parser.
Vincent Richard
1
-2
/
+2
2016-08-25
Fixed issue #139: thread-safe exception handling.
Vincent Richard
2
-39
/
+23
2016-04-25
Issue #138: fixed MSG_NOSIGNAL on Mac OS.
Vincent Richard
1
-0
/
+20
2016-04-10
Fixed 'portStr' not a std::string anymore.
Vincent Richard
1
-1
/
+1
2016-04-10
Always imbue C locale when using istringstream.
Vincent Richard
7
-1
/
+15
2016-04-05
Clarified object construction where 'enabled_shared_from_this' is used. Use i...
Vincent Richard
29
-83
/
+126
2016-03-25
Fixed indentation.
Vincent Richard
1
-5
/
+5
2016-03-25
Misc fixes in error handling.
Vincent Richard
1
-16
/
+61
2016-03-24
Fixed special value 'last' in message sets.
Vincent Richard
10
-93
/
+111
2016-03-24
Issue #126: even more warnings fixed.
Vincent Richard
1
-4
/
+8
2016-03-23
Issue #126: fixed deprecated GnuTLS types.
Vincent Richard
5
-19
/
+19
2016-03-23
Issue #126: fixed warnings about sign mismatch.
Vincent Richard
37
-220
/
+217
2016-03-16
Fixed #135: getPeerAddress() is incorrect. Error handling.
Vincent Richard
1
-6
/
+14
2016-03-13
Issue #126: more warnings fixed.
Vincent Richard
2
-5
/
+7
2016-03-13
Issue #126: fixed some warnings.
Vincent Richard
8
-6
/
+15
2016-03-13
Issue #126: don't use deprecated 'auto_ptr' on C++11.
Vincent Richard
8
-55
/
+71
2016-03-04
Fixed #133: poll() is preferred over select().
Vincent Richard
1
-62
/
+63
2016-03-03
Fixed #134: use MSG_NOSIGNAL to avoid SIGPIPE.
Vincent Richard
1
-2
/
+2
2016-03-03
Fixed #132: invalid pointer to temporary buffer.
Vincent Richard
1
-4
/
+4
2016-03-02
Asynchronous resolving.
Vincent Richard
2
-28
/
+116
2016-02-28
Added support for TCP Keepalive.
Vincent Richard
1
-0
/
+10
2015-11-30
Fixed issue #124: access violation when checking subjectAltName extension of ...
Vincent Richard
1
-41
/
+29
2015-11-19
Added param to charsetConverter_win.hpp, implementation had extra argument th...
Alex
1
-1
/
+1
2015-08-08
XOAUTH2 authentication mechanism (for GMail).
Vincent Richard
11
-0
/
+447
2015-06-11
Fixed possible endless loop with some buffer sizes (thanks to John van der Ka...
Vincent Richard
1
-7
/
+3
2015-06-07
Estimate generated size of parameterized field.
Vincent Richard
4
-0
/
+53
2015-05-08
Fixed estimation of generated size when no re-encoding is needed.
Vincent Richard
1
-3
/
+11
2015-05-05
Fixed issue #110: wrong number of bytes returned.
Vincent Richard
1
-1
/
+1
2015-05-03
Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).
Vincent Richard
1
-30
/
+176
2015-04-23
Fixed uninitialized variable.
vincent-richard
1
-1
/
+2
2015-03-26
Fixed compilation issue on VS13.
Vincent Richard
1
-2
/
+7
2015-03-16
Fixed issue #106: exception class name is wrong.
Vincent Richard
1
-2
/
+2
2015-03-09
Inlined function to avoid issues with dllimport on MSVC/Windows.
Vincent Richard
1
-116
/
+111
2015-03-03
Issue #105: workaround for i2v() taking either a const or a non-const method.
Vincent Richard
1
-1
/
+10
2015-03-03
Fixed type.
Vincent Richard
1
-7
/
+7
2015-02-19
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
1
-1
/
+19
2015-02-17
Made word/parameter constructor with 'string' explicit to avoid implicit use ...
Vincent Richard
4
-6
/
+46
2015-02-16
Skip word on unexpected error when fixing broken words.
Vincent Richard
1
-1
/
+11
2015-02-16
Skip word on unexpected error when fixing broken words.
Vincent Richard
1
-1
/
+11
2015-02-16
Issue #103: fix badly encoded words.
Vincent Richard
18
-91
/
+484
2015-02-01
Issue #99: replaced C99 VLAs with dynamic array using std::vector.
Vincent Richard
1
-30
/
+30
2015-02-01
Issue #101: 'x-uuencode' is an alias for 'uuencode'.
Vincent Richard
1
-0
/
+1
2015-01-14
Fixed issue #98: support for wrongly padded B64 words.
Vincent Richard
2
-18
/
+67
[next]