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
2014-01-24
Change path::toString to be a const function
tholdawa
2
-2
/
+2
2014-01-22
IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header fie...
tholdawa
1
-2
/
+2
2014-01-19
Use appropriate syntax for rethrowing exceptions.
Vincent Richard
3
-10
/
+10
2014-01-19
SASL is the only authentication method supported in SMTP (no fallback).
Vincent Richard
1
-14
/
+1
2014-01-19
Calling getAttributes() does not require the folder to be open.
Vincent Richard
2
-6
/
+0
2014-01-19
Do not flag existing messages as recent.
Vincent Richard
1
-1
/
+1
2014-01-19
Path to/from string conversion.
Vincent Richard
2
-0
/
+66
2014-01-19
Better error message.
Vincent Richard
1
-1
/
+1
2014-01-19
Fixed possible crash when COPYUID/APPENDUID is not supported by the server.
Vincent Richard
1
-2
/
+2
2014-01-19
Fixed argument to handshake().
Vincent Richard
1
-1
/
+1
2014-01-19
In SSL socket, use timeout handler of underlying socket. Throw exception when...
Vincent Richard
16
-54
/
+144
2014-01-19
Fixed SMTP disconnection error caused by handshake failure.
Vincent Richard
1
-8
/
+11
2014-01-16
C++11 std::shared_ptr fixes.
Vincent Richard
2
-8
/
+8
2014-01-16
Fixes for socket using 'byte_t' type.
Vincent Richard
2
-12
/
+14
2014-01-15
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
1
-5
/
+1
2014-01-15
Avoid calling charset::convert() if no conversion is needed.
Vincent Richard
1
-0
/
+3
2014-01-15
Use equivalence instead of strict equality for path components.
Vincent Richard
3
-5
/
+18
2014-01-14
C++11 std::shared_ptr fixes:
tholdawa
2
-8
/
+8
2014-01-14
Reset line length after encoding a hard line break in QP encoding.
Vincent Richard
1
-0
/
+3
2014-01-10
Fixed mix-up between resize and reserve.
Vincent Richard
1
-1
/
+1
2014-01-09
Generate lowercase "cid:" for Apple Mail. Case-insensitive comparison for "ci...
Vincent Richard
1
-2
/
+8
2014-01-09
Fixed compiler error on VS (newer versions of OpenSSL return a const pointer).
Vincent Richard
1
-4
/
+0
2014-01-09
Return more details about the certificate.
Vincent Richard
5
-6
/
+85
2014-01-06
Use non-blocking send in GNU TLS push callback.
Vincent Richard
1
-4
/
+8
2014-01-05
Check for NULL progress listener.
Vincent Richard
1
-1
/
+2
2014-01-05
Report sending progress when chunking is supported.
Vincent Richard
3
-5
/
+27
2014-01-05
Use block size of underlying stream.
Vincent Richard
2
-0
/
+24
2014-01-03
Do not disconnect after recoverable error.
Vincent Richard
1
-16
/
+0
2014-01-03
Do not wait for server response to QUIT command.
Vincent Richard
1
-1
/
+3
2014-01-03
Allow "200" response code to RSET command, as per RFC-876.
Vincent Richard
1
-1
/
+5
2014-01-03
Loop on SSL_write/gnutls_record_send in blocking send.
Vincent Richard
2
-13
/
+47
2014-01-03
Added support for SPECIAL-USE extension (IMAP).
Vincent Richard
14
-156
/
+599
2013-12-31
Do not expose internal constants.
Vincent Richard
7
-28
/
+34
2013-12-31
Added support for RFC-3348 (Child Mailbox extension for IMAP). Renamed FLAG_C...
Vincent Richard
8
-12
/
+48
2013-12-30
Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).
Vincent Richard
12
-36
/
+311
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
416
-2
/
+33590
2013-12-24
using context for parsing
Jack
1
-1
/
+1
2013-12-18
Better error handling. Fixed return values in custom BIO. Added support for S...
Vincent Richard
1
-47
/
+134
2013-12-17
Handle timeout in non-blocking send.
Vincent Richard
2
-0
/
+40
2013-12-17
Loop on recv and send operations for non-blocking sockets with OpenSSL.
Vincent Richard
1
-20
/
+16
2013-12-17
More robust error checking.
Vincent Richard
1
-6
/
+6
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
109
-1064
/
+1164
2013-11-28
Enforce strict aliasing rule and avoid alignment issues.
Vincent Richard
1
-12
/
+12
2013-11-23
Replaced "no_such_parameter" exception with "std::out_of_range". Fixed argume...
Vincent Richard
4
-27
/
+21
2013-11-23
Do not throw exception for normal code flow. Removed exceptions::no_such_addr...
Vincent Richard
4
-54
/
+27
2013-11-23
Do not throw exception for normal code flow (removed exceptions::no_object_fo...
Vincent Richard
2
-13
/
+1
2013-11-23
Do not throw exception for normal code flow (exceptions::no_such_parameter).
Vincent Richard
7
-81
/
+120
2013-11-22
Do not throw exception for normal code flow (exceptions::no_such_field).
Vincent Richard
10
-295
/
+265
2013-11-21
Do not throw exception for normal code flow.
Vincent Richard
3
-23
/
+9
2013-11-21
Fixed auto_ptr<>.
Vincent Richard
1
-6
/
+6
[prev]
[next]