index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address m...
Vincent Richard
2
-65
/
+141
2017-12-14
Fixed #186: use SMTPUTF8 only when needed.
Vincent Richard
3
-0
/
+268
2017-03-28
Issue #168: multiple sequences of 'LF..' not replaced correctly.
Vincent Richard
1
-0
/
+8
2017-02-10
Fixed issue #160: invalid characters in hostname.
Vincent Richard
1
-0
/
+28
2017-02-08
Issue #163: default encoder (fallback).
Vincent Richard
1
-0
/
+63
2017-01-18
Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.
Vincent Richard
1
-0
/
+34
2017-01-02
Always ignore newlines between words.
Vincent Richard
1
-0
/
+4
2016-11-05
Fixed #149: don't loose charset when fixing invalid broken words.
Vincent Richard
1
-13
/
+66
2016-04-05
Clarified object construction where 'enabled_shared_from_this' is used. Use i...
Vincent Richard
5
-21
/
+11
2016-03-24
Fixed special value 'last' in message sets.
Vincent Richard
3
-1
/
+93
2016-03-23
Fixed types.
Vincent Richard
3
-3
/
+3
2016-03-23
Issue #126: fixed warnings about sign mismatch.
Vincent Richard
3
-3
/
+3
2016-03-13
Issue #126: more warnings fixed.
Vincent Richard
6
-12
/
+14
2015-06-11
Fixed possible endless loop with some buffer sizes (thanks to John van der Ka...
Vincent Richard
1
-0
/
+51
2015-06-07
Estimate generated size of parameterized field.
Vincent Richard
1
-0
/
+140
2015-05-03
Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).
Vincent Richard
1
-0
/
+16
2015-02-19
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
1
-1
/
+3
2015-02-16
Issue #103: fix badly encoded words.
Vincent Richard
2
-2
/
+149
2015-01-14
Fixed issue #98: support for wrongly padded B64 words.
Vincent Richard
1
-0
/
+22
2014-09-19
Fixed 'body_fld_lang' optional in IMAP response.
Vincent Richard
1
-0
/
+24
2014-06-30
Added support for language specification in RFC-2047 encoded words and RFC-22...
Vincent Richard
4
-7
/
+61
2014-06-17
Allow choosing between encoding modes for parameter values.
Vincent Richard
1
-21
/
+87
2014-06-08
Fixed issue #86: workaround for invalid response from Exchange server.
Vincent Richard
1
-0
/
+35
2014-06-06
Removed useless 'virtual' inheritance (fixed issue #84).
Vincent Richard
1
-1
/
+1
2014-06-01
Fixed parsing of empty lines in header field value.
Vincent Richard
1
-0
/
+17
2014-06-01
Fixed segfault in POP3 test.
Vincent Richard
1
-1
/
+13
2014-04-21
Fixed unit test.
Vincent Richard
1
-1
/
+1
2014-03-25
Trace socket/connection events.
Vincent Richard
2
-0
/
+14
2014-03-17
Unit tests for IMAP utils.
Vincent Richard
1
-0
/
+283
2014-03-16
Connection trace facility.
Vincent Richard
3
-20
/
+37
2014-03-16
Modified IMAP parser constructor to make testing easier.
Vincent Richard
1
-4
/
+10
2014-03-15
IMAP commands.
Vincent Richard
1
-0
/
+484
2014-02-13
Added support for initial response in SASL authentication.
Vincent Richard
2
-0
/
+18
2014-02-05
Better polling. Fixed possible connection issues on POSIX with slow network. ...
Vincent Richard
2
-0
/
+15
2014-01-19
Path to/from string conversion.
Vincent Richard
1
-0
/
+40
2014-01-19
In SSL socket, use timeout handler of underlying socket. Throw exception when...
Vincent Richard
2
-0
/
+8
2014-01-16
Added test for "+" not followed by space in continue_req.
Vincent Richard
1
-0
/
+37
2014-01-15
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
3
-0
/
+72
2014-01-15
Use equivalence instead of strict equality for path components.
Vincent Richard
1
-1
/
+15
2014-01-14
Reset line length after encoding a hard line break in QP encoding.
Vincent Richard
1
-0
/
+38
2014-01-05
Report sending progress when chunking is supported.
Vincent Richard
1
-1
/
+1
2014-01-03
Added support for SPECIAL-USE extension (IMAP).
Vincent Richard
2
-2
/
+141
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
14
-85
/
+136
2013-11-28
Fixed possible segfault caused by use of static string.
Vincent Richard
1
-4
/
+7
2013-11-22
Do not throw exception for normal code flow (exceptions::no_such_field).
Vincent Richard
1
-2
/
+2
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
37
-719
/
+469
2013-11-21
Removed BDAT-related code from SMTP test unrelated to BDAT.
Vincent Richard
1
-20
/
+0
2013-11-15
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
1
-12
/
+15
2013-11-14
Custom fetch attributes.
Vincent Richard
1
-1
/
+1
2013-10-16
Fixed group parsing in mailboxList.
Vincent Richard
1
-0
/
+48
[next]