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
2013-08-16
Open the file in shared mode not to lock file.
Vincent Richard
1
-2
/
+2
2013-08-16
Fixed missing space in command.
Vincent Richard
1
-2
/
+2
2013-08-16
Fixed segfault at POP3 connection error.
Vincent Richard
1
-10
/
+17
2013-08-16
Fixed isEmpty() test.
Vincent Richard
1
-1
/
+1
2013-08-16
Made 'message::uid' a class to prevent implicit conversions between 'long' an...
Vincent Richard
1
-0
/
+90
2013-08-14
Added support for enhanced status codes (RFC-3463).
Vincent Richard
1
-3
/
+66
2013-07-26
Allow messages to be designated either by their number or their UID.
Vincent Richard
9
-828
/
+739
2013-07-24
Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...
Vincent Richard
2
-2
/
+13
2013-07-21
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
3
-50
/
+17
2013-07-18
Reworked IMAP event notification code.
Vincent Richard
9
-430
/
+459
2013-07-17
Removed useless accessors.
Vincent Richard
1
-12
/
+0
2013-07-17
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
4
-99
/
+59
2013-07-16
Dispatch NOOP commands on open folders only.
Vincent Richard
1
-1
/
+2
2013-07-16
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
4
-177
/
+86
2013-07-16
Fixed issue #45: test for _WIN32 instead of WIN32.
Vincent Richard
1
-2
/
+2
2013-07-16
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
9
-253
/
+322
2013-07-16
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
12
-170
/
+585
2013-07-15
Fixed IMAP tag not incrementing.
Vincent Richard
1
-3
/
+3
2013-07-11
Refactored the way embedded objects are referenced in MHTML.
Vincent Richard
1
-45
/
+70
2013-07-11
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
1
-9
/
+9
2013-06-27
Do not QP-encode CRLFs when content type is text.
Vincent Richard
5
-3
/
+64
2013-06-25
Added missing constructor.
Vincent Richard
1
-0
/
+5
2013-06-25
New content handler for file. Automatically set file size with file attachment.
Vincent Richard
2
-20
/
+101
2013-06-24
Renamed default encoder.
Vincent Richard
1
-6
/
+6
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
13
-33
/
+326
2013-06-22
Return after sending message when sending is supported.
Vincent Richard
1
-0
/
+1
2013-06-20
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
3
-19
/
+212
2013-06-19
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2
-478
/
+660
2013-06-18
Fixed invalid cast.
Vincent Richard
1
-1
/
+1
2013-06-18
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2
-0
/
+36
2013-06-17
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2
-4
/
+52
2013-06-13
Added support for transport padding in boundary (issue #38).
Vincent Richard
1
-109
/
+114
2013-06-12
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
3
-9
/
+40
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
11
-15
/
+15
2013-06-12
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
6
-550
/
+709
2013-06-11
Moved POP3 client command related things to POP3Command class.
Vincent Richard
4
-73
/
+274
2013-06-09
Added function to return email address as a string.
Vincent Richard
1
-0
/
+15
2013-06-09
Charset conversion output stream for ICU.
Vincent Richard
1
-6
/
+212
2013-06-07
Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
Vincent Richard
1
-1
/
+1
2013-05-14
No need to read another response line in an empty 334 response.
Vincent Richard
1
-5
/
+0
2013-05-13
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
1
-4
/
+7
2013-05-13
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
4
-46
/
+40
2013-05-12
Lowered wait delay on Windows.
Vincent Richard
1
-1
/
+1
2013-05-12
Fixed missing includes.
Vincent Richard
2
-0
/
+3
2013-05-12
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
1
-14
/
+16
2013-05-12
Better random seed.
Vincent Richard
1
-3
/
+13
2013-04-26
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2
-5
/
+13
2013-04-26
Issue #36: added support for wildcard in Common Name when verifying host name...
Vincent Richard
1
-1
/
+19
2013-04-26
Fixed invalid buffer access.
Vincent Richard
1
-1
/
+1
2013-04-26
Fixed issue #37.
Vincent Richard
1
-1
/
+1
[prev]
[next]