index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Use appropriate syntax for rethrowing exceptions.
Vincent Richard
2014-01-19
3
-10
/
+10
*
|
SASL is the only authentication method supported in SMTP (no fallback).
Vincent Richard
2014-01-19
1
-14
/
+1
*
|
Calling getAttributes() does not require the folder to be open.
Vincent Richard
2014-01-19
2
-6
/
+0
*
|
Do not flag existing messages as recent.
Vincent Richard
2014-01-19
1
-1
/
+1
*
|
Path to/from string conversion.
Vincent Richard
2014-01-19
3
-0
/
+106
*
|
Better error message.
Vincent Richard
2014-01-19
1
-1
/
+1
*
|
Fixed possible crash when COPYUID/APPENDUID is not supported by the server.
Vincent Richard
2014-01-19
1
-2
/
+2
*
|
Fixed argument to handshake().
Vincent Richard
2014-01-19
1
-1
/
+1
*
|
In SSL socket, use timeout handler of underlying socket. Throw exception when...
Vincent Richard
2014-01-19
18
-54
/
+152
*
|
Fixed SMTP disconnection error caused by handshake failure.
Vincent Richard
2014-01-19
1
-8
/
+11
*
|
Added test for "+" not followed by space in continue_req.
Vincent Richard
2014-01-16
1
-0
/
+37
|
*
Merge remote-tracking branch 'upstream/master'
tholdawa
2014-01-16
19
-47
/
+206
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #65 from kisli/tholdawa-master
Vincent Richard
2014-01-16
3
-9
/
+9
|
\
\
|
*
|
C++11 std::shared_ptr fixes.
Vincent Richard
2014-01-16
3
-9
/
+9
|
/
/
*
|
Fixes for socket using 'byte_t' type.
Vincent Richard
2014-01-16
2
-12
/
+14
*
|
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
2014-01-15
11
-21
/
+148
*
|
Avoid calling charset::convert() if no conversion is needed.
Vincent Richard
2014-01-15
1
-0
/
+3
*
|
Use equivalence instead of strict equality for path components.
Vincent Richard
2014-01-15
4
-6
/
+33
|
*
C++11 std::shared_ptr fixes:
tholdawa
2014-01-14
3
-9
/
+9
|
/
*
Reset line length after encoding a hard line break in QP encoding.
Vincent Richard
2014-01-14
2
-0
/
+41
*
Fixed mix-up between resize and reserve.
Vincent Richard
2014-01-10
1
-1
/
+1
*
Generate lowercase "cid:" for Apple Mail. Case-insensitive comparison for "ci...
Vincent Richard
2014-01-09
1
-2
/
+8
*
Fixed compiler error on VS (newer versions of OpenSSL return a const pointer).
Vincent Richard
2014-01-09
1
-4
/
+0
*
Return more details about the certificate.
Vincent Richard
2014-01-09
5
-6
/
+85
*
Use non-blocking send in GNU TLS push callback.
Vincent Richard
2014-01-06
1
-4
/
+8
*
Check for NULL progress listener.
Vincent Richard
2014-01-05
1
-1
/
+2
*
Report sending progress when chunking is supported.
Vincent Richard
2014-01-05
4
-6
/
+28
*
Use block size of underlying stream.
Vincent Richard
2014-01-05
2
-0
/
+24
*
Do not disconnect after recoverable error.
Vincent Richard
2014-01-03
1
-16
/
+0
*
Do not wait for server response to QUIT command.
Vincent Richard
2014-01-03
1
-1
/
+3
*
Allow "200" response code to RSET command, as per RFC-876.
Vincent Richard
2014-01-03
1
-1
/
+5
*
Loop on SSL_write/gnutls_record_send in blocking send.
Vincent Richard
2014-01-03
2
-13
/
+47
*
Added support for SPECIAL-USE extension (IMAP).
Vincent Richard
2014-01-03
16
-158
/
+740
*
Do not expose internal constants.
Vincent Richard
2013-12-31
7
-28
/
+34
*
Added support for RFC-3348 (Child Mailbox extension for IMAP). Renamed FLAG_C...
Vincent Richard
2013-12-31
8
-12
/
+48
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2013-12-30
1
-7
/
+3
|
\
|
*
Fixed path to header files. Removed useless echoes.
Vincent Richard
2013-12-29
1
-7
/
+3
*
|
Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).
Vincent Richard
2013-12-30
13
-39
/
+399
|
/
*
Update HACKING
Vincent Richard
2013-12-29
1
-8
/
+10
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
422
-1161
/
+21
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2013-12-28
1
-1
/
+1
|
\
|
*
Merge pull request #63 from jdeng/fix1
Vincent Richard
2013-12-25
1
-1
/
+1
|
|
\
|
|
*
using context for parsing
Jack
2013-12-24
1
-1
/
+1
|
|
/
*
/
Added define for minimal compatibility with legacy smart pointers.
Vincent Richard
2013-12-28
1
-0
/
+11
|
/
*
Better error handling. Fixed return values in custom BIO. Added support for S...
Vincent Richard
2013-12-18
2
-47
/
+136
*
Handle timeout in non-blocking send.
Vincent Richard
2013-12-17
2
-0
/
+40
*
Loop on recv and send operations for non-blocking sockets with OpenSSL.
Vincent Richard
2013-12-17
1
-20
/
+16
*
More robust error checking.
Vincent Richard
2013-12-17
1
-6
/
+6
*
IMAP parsing workarounds for Yandex.
Vincent Richard
2013-12-11
1
-3
/
+32
*
Allow overriding auto-detection of shared_ptr<> implementation.
Vincent Richard
2013-12-10
1
-7
/
+39
[prev]
[next]