index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
2014-01-15
1
-5
/
+1
*
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
3
-5
/
+18
*
Reset line length after encoding a hard line break in QP encoding.
Vincent Richard
2014-01-14
1
-0
/
+3
*
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
3
-5
/
+27
*
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
14
-156
/
+599
*
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
*
Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).
Vincent Richard
2013-12-30
12
-36
/
+311
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
416
-2
/
+33590
*
using context for parsing
Jack
2013-12-24
1
-1
/
+1
*
Better error handling. Fixed return values in custom BIO. Added support for S...
Vincent Richard
2013-12-18
1
-47
/
+134
*
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
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
109
-1064
/
+1164
*
Enforce strict aliasing rule and avoid alignment issues.
Vincent Richard
2013-11-28
1
-12
/
+12
*
Replaced "no_such_parameter" exception with "std::out_of_range". Fixed argume...
Vincent Richard
2013-11-23
4
-27
/
+21
*
Do not throw exception for normal code flow. Removed exceptions::no_such_addr...
Vincent Richard
2013-11-23
4
-54
/
+27
*
Do not throw exception for normal code flow (removed exceptions::no_object_fo...
Vincent Richard
2013-11-23
2
-13
/
+1
*
Do not throw exception for normal code flow (exceptions::no_such_parameter).
Vincent Richard
2013-11-23
7
-81
/
+120
*
Do not throw exception for normal code flow (exceptions::no_such_field).
Vincent Richard
2013-11-22
10
-295
/
+265
*
Do not throw exception for normal code flow.
Vincent Richard
2013-11-21
3
-23
/
+9
*
Fixed auto_ptr<>.
Vincent Richard
2013-11-21
1
-6
/
+6
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
134
-2330
/
+1949
*
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
2013-11-15
1
-13
/
+10
*
Custom fetch attributes.
Vincent Richard
2013-11-14
8
-54
/
+155
*
Fixed group parsing in mailboxList.
Vincent Richard
2013-10-16
1
-1
/
+31
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2013-09-23
1
-1
/
+1
|
\
|
*
fix typo
Mark Brand
2013-09-22
1
-1
/
+1
*
|
Order ciphers according to strength and always exclude ADH (OpenSSL).
Vincent Richard
2013-09-23
1
-4
/
+4
|
/
*
Fixed chunking output buffer.
Vincent Richard
2013-09-21
1
-1
/
+1
*
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2013-09-21
9
-33
/
+318
*
Made template argument explicit to workaround compiler error on MSVC.
Vincent Richard
2013-09-09
1
-1
/
+1
*
SMTP-specific exceptions.
Vincent Richard
2013-09-08
5
-43
/
+203
*
Added required includes for MSVC.
Vincent Richard
2013-09-08
5
-0
/
+9
*
Added support for MIC (thanks to Mehmet Bozkurt).
Vincent Richard
2013-09-04
1
-0
/
+14
*
Fixed linking error on Visual Studio.
Vincent Richard
2013-09-02
1
-0
/
+6
*
Fixed sharing mode when opening file.
Vincent Richard
2013-08-28
1
-4
/
+4
[next]