index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vmime
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
78
-15070
/
+0
*
Better error handling. Fixed return values in custom BIO. Added support for S...
Vincent Richard
2013-12-18
1
-0
/
+2
*
IMAP parsing workarounds for Yandex.
Vincent Richard
2013-12-11
1
-3
/
+32
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
22
-251
/
+287
*
Do not throw exception for normal code flow.
Vincent Richard
2013-11-21
2
-14
/
+17
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
59
-462
/
+437
*
Per-protocol include files.
Vincent Richard
2013-11-15
5
-0
/
+168
*
Custom fetch attributes.
Vincent Richard
2013-11-14
9
-32
/
+159
*
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2013-09-21
7
-3
/
+266
*
SMTP-specific exceptions.
Vincent Richard
2013-09-08
2
-0
/
+130
*
Added missing exports.
Vincent Richard
2013-09-04
1
-1
/
+1
*
Made 'message::uid' a class to prevent implicit conversions between 'long' an...
Vincent Richard
2013-08-16
1
-1
/
+27
*
Added support for enhanced status codes (RFC-3463).
Vincent Richard
2013-08-14
1
-1
/
+23
*
Added missing exports.
Vincent Richard
2013-07-26
1
-3
/
+3
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
8
-148
/
+411
*
Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...
Vincent Richard
2013-07-24
1
-0
/
+3
*
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
2013-07-21
2
-15
/
+11
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
9
-20
/
+103
*
Removed useless accessors.
Vincent Richard
2013-07-17
1
-3
/
+0
*
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
2013-07-17
2
-28
/
+56
*
Misc fixes in documentation.
Vincent Richard
2013-07-16
1
-2
/
+2
*
Prefix exception class with namespace in documentation.
Vincent Richard
2013-07-16
2
-31
/
+31
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
3
-2
/
+4
*
Fixed method description.
Vincent Richard
2013-07-16
1
-1
/
+2
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
9
-64
/
+245
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
16
-280
/
+971
*
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
2013-07-11
1
-71
/
+69
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
1
-0
/
+4
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
2
-1
/
+4
*
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
2013-06-20
3
-0
/
+101
*
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2013-06-19
2
-27
/
+136
*
Fixed comments.
Vincent Richard
2013-06-18
1
-5
/
+5
*
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2013-06-18
2
-0
/
+26
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
2
-0
/
+10
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
1
-2
/
+2
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
2
-7
/
+7
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
4
-50
/
+144
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
2
-1
/
+122
*
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
2013-05-13
1
-0
/
+2
*
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
2013-05-13
1
-6
/
+15
*
Added missing symbol exports.
Vincent Richard
2013-05-12
35
-35
/
+35
*
Export class and functions in shared libraries.
Vincent Richard
2013-05-12
17
-24
/
+24
*
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
2013-05-12
1
-0
/
+2
*
Allow SPACEs at end of response line (Apple iCloud IMAP server).
Vincent Richard
2013-04-26
1
-1
/
+29
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
1
-0
/
+1
*
Issue #4: set envelope sender.
Vincent Richard
2013-04-03
3
-3
/
+22
*
Remove +x bit from source files
Jan Engelhardt
2013-03-27
3
-0
/
+0
*
Fixed warnings and 64-bit issues.
Vincent Richard
2013-03-24
1
-1
/
+0
*
Fixed compilation warnings.
Vincent Richard
2013-03-06
1
-1
/
+1
*
Fixed warnings about unused variables.
Vincent Richard
2013-02-26
1
-7
/
+7
[next]