index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2010-05-04
Use STARTTLS for additional connections (thanks to Andrei).
Vincent Richard
1
-1
/
+1
2010-02-01
Fixed memory leak.
Vincent Richard
1
-1
/
+1
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory ↵
Vincent Richard
5
-22
/
+22
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
2009-12-08
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
1
-0
/
+19
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
3
-3
/
+19
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
42
-84
/
+84
2009-07-11
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to ↵
Vincent Richard
2
-12
/
+23
'new' instead of 'cur' (Georg Sauthoff).
2009-06-21
gnutls_x509_crt_list_import does not support multiple DER certificates ↵
Vincent Richard
1
-13
/
+12
(Georg Sauthoff).
2009-06-21
Include hostname in message id (ensure unicity when working on a network ↵
Vincent Richard
1
-0
/
+3
file system).
2009-06-21
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
Vincent Richard
1
-0
/
+2
2008-12-16
Send CRLF in the same packet as command to avoid problems with some servers.
Vincent Richard
1
-2
/
+4
2008-10-12
New namespace for encoders.
Vincent Richard
1
-1
/
+0
2008-10-12
Fixed compilation warnings.
Vincent Richard
27
-111
/
+113
2008-07-11
Remove BCC headers before sending the message over SMTP (Zarafa).
Vincent Richard
1
-0
/
+10
2008-04-14
Removed old GNU TLS error.
Vincent Richard
1
-1
/
+1
2008-01-04
Changed copyright year to 2008.
Vincent Richard
42
-42
/
+42
2007-12-23
Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵
Vincent Richard
1
-5
/
+3
RAII idiom).
2007-08-10
Reset exception pointer (thanks to Emmanuel Cabestan).
Vincent Richard
1
-3
/
+8
2007-07-09
Fixed bug in modified UTF-7 encoding.
Vincent Richard
1
-46
/
+95
2007-04-24
Allow more than one mechanism after AUTH=.
Vincent Richard
1
-12
/
+11
2007-03-28
Better parsing of ESMTP extensions.
Vincent Richard
1
-38
/
+36
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
34
-98
/
+226
2007-03-22
Added support for Courier maildir format.
Vincent Richard
6
-213
/
+994
2007-01-01
Changed copyright year to 2007.
Vincent Richard
39
-39
/
+39
2006-12-26
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
1
-0
/
+5
2006-11-24
Check for space/tab instead of using isspace().
Vincent Richard
1
-1
/
+1
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
5
-0
/
+44
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
12
-39
/
+38
2006-10-02
Reissue EHLO after successful STARTTLS.
Vincent Richard
1
-30
/
+42
2006-05-05
Fixed CRLF response parsing + intermediate replies.
Vincent Richard
1
-7
/
+13
2006-05-05
Reset timeout before reading response.
Vincent Richard
1
-0
/
+3
2006-05-05
Fixed typo in comment.
Vincent Richard
1
-1
/
+1
2006-05-05
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
1
-4
/
+4
2006-04-23
Folder deletion.
Vincent Richard
4
-0
/
+120
2006-04-18
Renamed 'byte' to 'byte_t'.
Vincent Richard
4
-7
/
+7
2006-04-05
Clean up.
Vincent Richard
4
-63
/
+100
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
11
-289
/
+450
2006-02-24
Check for connection before any operation.
Vincent Richard
1
-0
/
+6
2006-02-09
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
3
-3
/
+3
2006-02-05
Changed copyright year to 2006.
Vincent Richard
38
-38
/
+38
2006-01-29
Added service::isSecuredConnection() and service::getConnectionInfos() to ↵
Vincent Richard
8
-15
/
+265
retrieve information about the connection.
2006-01-29
getPeerCertificates() should be const.
Vincent Richard
1
-1
/
+1
2006-01-29
Fixed segfault when cert data is NULL.
Vincent Richard
1
-0
/
+3
2006-01-15
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
1
-17
/
+20
2006-01-15
Implemented IMAP multi-fetching.
Vincent Richard
3
-83
/
+149
2006-01-15
Non-const folder for events.
Vincent Richard
1
-3
/
+3
2006-01-10
Fixed bug when fetching structure.
Vincent Richard
1
-13
/
+25
2006-01-10
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+2
2006-01-08
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+10
2006-01-07
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
1
-3
/
+3
[prev]
[next]