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