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
...
*
Process header before transmitting message via SMTP.
Vincent Richard
2013-02-18
1
-0
/
+22
*
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2013-02-17
2
-0
/
+3
*
Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions.
Vincent Richard
2013-02-16
1
-3
/
+18
*
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
2013-02-12
3
-9
/
+221
*
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
2013-01-15
1
-1
/
+1
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
55
-55
/
+55
*
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Vincent Richard
2012-12-17
1
-1
/
+2
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
5
-16
/
+16
*
SSL server identity check.
Vincent Richard
2012-12-10
3
-0
/
+18
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
3
-18
/
+190
*
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
2012-11-29
3
-2
/
+38
*
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2012-11-11
2
-5
/
+25
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
7
-74
/
+541
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
49
-11
/
+371
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
1
-1
/
+11
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
6
-11
/
+76
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-1
/
+4
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
4
-0
/
+13
*
Initialize and delete object.
Vincent Richard
2010-11-30
1
-1
/
+4
*
Added support for DRAFT flag.
Vincent Richard
2010-10-19
1
-0
/
+1
*
Connection time out.
Vincent Richard
2010-08-05
1
-0
/
+13
*
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
2010-05-23
1
-0
/
+2
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
7
-0
/
+263
*
Fixed memory leak.
Vincent Richard
2010-02-01
1
-1
/
+1
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
3
-4
/
+20
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
46
-92
/
+92
*
New namespace for encoders.
Vincent Richard
2008-10-12
1
-5
/
+5
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
34
-143
/
+143
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
46
-46
/
+46
*
Fixed bug #1755469: maildirStore is not compiling under MSVC 2003.
Vincent Richard
2007-12-22
1
-1
/
+1
*
Better parsing of ESMTP extensions.
Vincent Richard
2007-03-28
1
-1
/
+1
*
Added support for Courier maildir format.
Vincent Richard
2007-03-22
5
-36
/
+406
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
43
-43
/
+43
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
2
-5
/
+5
*
Reissue EHLO after successful STARTTLS.
Vincent Richard
2006-10-02
1
-0
/
+1
*
Oops... Removed IMAP response debug.
Vincent Richard
2006-08-09
1
-1
/
+1
*
Fix for message ids without angle brackets.
Vincent Richard
2006-08-09
1
-1
/
+1
*
Reset timeout before reading response.
Vincent Richard
2006-05-05
1
-0
/
+3
*
Folder deletion.
Vincent Richard
2006-04-23
5
-0
/
+43
*
Clean up.
Vincent Richard
2006-04-05
4
-7
/
+76
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
10
-42
/
+48
*
Accept 8-bit characters even if not allowed (non-strict mode).
Vincent Richard
2006-02-20
1
-3
/
+26
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
42
-42
/
+42
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
11
-1
/
+283
*
getPeerCertificates() should be const.
Vincent Richard
2006-01-29
1
-1
/
+1
*
Fixed memory leaks.
Vincent Richard
2006-01-15
1
-0
/
+16
*
Implemented IMAP multi-fetching.
Vincent Richard
2006-01-15
1
-2
/
+34
*
Non-const folder for events.
Vincent Richard
2006-01-15
1
-3
/
+3
*
Fixed 'uninitialised values' warnings in Valgrind.
Vincent Richard
2006-01-14
1
-1
/
+3
*
Fixed compilation problem with GCC 4.
Vincent Richard
2006-01-08
1
-1
/
+1
[prev]
[next]