index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2012-11-11
2
-28
/
+122
*
Thread-safe initialization for OpenSSL.
Vincent Richard
2012-11-06
1
-4
/
+3
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
10
-634
/
+1445
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
44
-19
/
+410
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
2
-11
/
+38
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
5
-16
/
+225
*
Fixed issue #10.
Vincent Richard
2012-07-06
1
-2
/
+0
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
10
-0
/
+22
*
Fixed memory leak.
Vincent Richard
2012-04-06
1
-0
/
+6
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
3
-0
/
+68
*
Set Diffie-Hellman prime size (bug SF#3434852).
Vincent Richard
2011-11-15
1
-0
/
+1
*
GNU TLS 3 has no 'extra' (thanks to mabrand).
Vincent Richard
2011-11-15
1
-0
/
+2
*
Removed dependency on gcrypt for gnutls version >= 2.12.
Vincent Richard
2011-08-21
1
-2
/
+12
*
Use gnutls_strerror() for reporting errors.
Vincent Richard
2011-08-20
1
-111
/
+9
*
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
Vincent Richard
2011-06-26
1
-0
/
+17
*
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...
Vincent Richard
2010-12-08
1
-2
/
+3
*
Return failed email address in exception for RCPT TO.
Vincent Richard
2010-10-20
1
-1
/
+1
*
Added support for DRAFT flag.
Vincent Richard
2010-10-19
3
-1
/
+7
*
Fixed extraction of root part body.
Vincent Richard
2010-09-06
1
-2
/
+5
*
Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).
Vincent Richard
2010-08-19
1
-2
/
+2
*
Connection time out.
Vincent Richard
2010-08-05
3
-3
/
+3
*
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
2010-05-23
1
-0
/
+6
*
Fixed missing #include.
Vincent Richard
2010-05-21
1
-0
/
+1
*
Fixed case-sensitive include.
Vincent Richard
2010-05-20
1
-1
/
+1
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
6
-197
/
+550
*
Use STARTTLS for additional connections (thanks to Andrei).
Vincent Richard
2010-05-04
1
-1
/
+1
*
Fixed memory leak.
Vincent Richard
2010-02-01
1
-1
/
+1
*
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2009-12-08
5
-22
/
+22
*
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+19
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
3
-3
/
+19
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
42
-84
/
+84
*
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
2009-07-11
2
-12
/
+23
*
gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...
Vincent Richard
2009-06-21
1
-13
/
+12
*
Include hostname in message id (ensure unicity when working on a network file...
Vincent Richard
2009-06-21
1
-0
/
+3
*
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
Vincent Richard
2009-06-21
1
-0
/
+2
*
Send CRLF in the same packet as command to avoid problems with some servers.
Vincent Richard
2008-12-16
1
-2
/
+4
*
New namespace for encoders.
Vincent Richard
2008-10-12
1
-1
/
+0
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
27
-111
/
+113
*
Remove BCC headers before sending the message over SMTP (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+10
*
Removed old GNU TLS error.
Vincent Richard
2008-04-14
1
-1
/
+1
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
42
-42
/
+42
*
Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...
Vincent Richard
2007-12-23
1
-5
/
+3
*
Reset exception pointer (thanks to Emmanuel Cabestan).
Vincent Richard
2007-08-10
1
-3
/
+8
*
Fixed bug in modified UTF-7 encoding.
Vincent Richard
2007-07-10
1
-46
/
+95
*
Allow more than one mechanism after AUTH=.
Vincent Richard
2007-04-24
1
-12
/
+11
*
Better parsing of ESMTP extensions.
Vincent Richard
2007-03-28
1
-38
/
+36
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
34
-98
/
+226
*
Added support for Courier maildir format.
Vincent Richard
2007-03-22
6
-213
/
+994
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
39
-39
/
+39
*
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
2006-12-26
1
-0
/
+5
[next]