index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-09
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
*
Check for space/tab instead of using isspace().
Vincent Richard
2006-11-24
1
-1
/
+1
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
5
-0
/
+44
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
12
-39
/
+38
*
Reissue EHLO after successful STARTTLS.
Vincent Richard
2006-10-02
1
-30
/
+42
*
Fixed CRLF response parsing + intermediate replies.
Vincent Richard
2006-05-05
1
-7
/
+13
*
Reset timeout before reading response.
Vincent Richard
2006-05-05
1
-0
/
+3
*
Fixed typo in comment.
Vincent Richard
2006-05-05
1
-1
/
+1
*
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
2006-05-05
1
-4
/
+4
*
Folder deletion.
Vincent Richard
2006-04-23
4
-0
/
+120
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
4
-7
/
+7
*
Clean up.
Vincent Richard
2006-04-05
4
-63
/
+100
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
11
-289
/
+450
*
Check for connection before any operation.
Vincent Richard
2006-02-24
1
-0
/
+6
*
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
2006-02-09
3
-3
/
+3
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
38
-38
/
+38
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
8
-15
/
+265
*
getPeerCertificates() should be const.
Vincent Richard
2006-01-29
1
-1
/
+1
*
Fixed segfault when cert data is NULL.
Vincent Richard
2006-01-29
1
-0
/
+3
*
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
2006-01-15
1
-17
/
+20
*
Implemented IMAP multi-fetching.
Vincent Richard
2006-01-15
3
-83
/
+149
*
Non-const folder for events.
Vincent Richard
2006-01-15
1
-3
/
+3
[next]