index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
142
-284
/
+284
*
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
2009-07-11
2
-12
/
+23
*
fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...
Vincent Richard
2009-07-11
1
-0
/
+6
*
Ensure 'unsigned long' is 4 bytes long (Georg Sauthoff).
Vincent Richard
2009-07-11
1
-2
/
+5
*
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
*
Changed posix write wrapper since a) write can be interrupted and b) write ca...
Vincent Richard
2009-06-21
1
-2
/
+23
*
Added other missing return error checks for posix system calls; check consist...
Vincent Richard
2009-06-21
1
-18
/
+62
*
Check return status of fsync (Georg Sauthoff).
Vincent Richard
2009-06-21
1
-1
/
+2
*
Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).
Vincent Richard
2009-04-09
1
-0
/
+2
*
Fixed block size through filtered streams.
Vincent Richard
2009-04-09
2
-3
/
+19
*
Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
2009-01-09
1
-1
/
+3
*
Fixed week of year for 53th week (non ISO-compliant).
Vincent Richard
2008-12-29
1
-0
/
+3
*
Send CRLF in the same packet as command to avoid problems with some servers.
Vincent Richard
2008-12-16
1
-2
/
+4
*
Missing #include for GCC 4.4 (thanks to Martin Michlmayr).
Vincent Richard
2008-11-09
1
-0
/
+1
*
New namespace for encoders.
Vincent Richard
2008-10-12
17
-91
/
+122
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
93
-365
/
+373
*
Encode '?' characters to avoid breaking QP encoding (Zarafa).
Vincent Richard
2008-07-11
1
-1
/
+1
*
Fixed 'negative unsigned' index causing crash (Zarafa).
Vincent Richard
2008-07-11
1
-2
/
+2
*
Enable re-generation of broken Content-Id's that had no '@' sign in them (Zar...
Vincent Richard
2008-07-11
1
-2
/
+7
*
Treat empty encoding as default '7-bit' (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+3
*
Fixed bad buffer length causing duplicate data (Zarafa).
Vincent Richard
2008-07-11
1
-1
/
+1
*
Escape all RFC-2047 'especials' characters (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+8
*
Fix for possible NULL return value for setlocale() (Zarafa).
Vincent Richard
2008-07-11
1
-2
/
+2
*
Actually add the 'Final-Recipient' header (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+2
*
Remove BCC headers before sending the message over SMTP (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+10
*
Recover from broken emails without a final boundary (Zarafa).
Vincent Richard
2008-07-11
1
-1
/
+22
*
Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...
Vincent Richard
2008-04-28
2
-46
/
+99
*
Removed old GNU TLS error.
Vincent Richard
2008-04-14
1
-1
/
+1
*
Fixed constructor ambiguity in 'fileAttachment'.
Vincent Richard
2008-01-28
1
-1
/
+11
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
142
-142
/
+142
*
Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...
Vincent Richard
2007-12-23
2
-23
/
+9
*
Fixed incorrect white-space between words.
Vincent Richard
2007-11-20
2
-6
/
+16
*
Initialize Winsock before using gethostbyname().
Vincent Richard
2007-10-16
1
-0
/
+6
*
Silently accept quoted string.
Vincent Richard
2007-08-30
1
-2
/
+3
*
Added function to unquote strings.
Vincent Richard
2007-08-30
1
-0
/
+36
*
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
*
Throw exception when badbit is set.
Vincent Richard
2007-07-09
1
-0
/
+8
*
New GCC definition.
Vincent Richard
2007-07-09
1
-1
/
+1
*
Fixed wrong block size (thanks to Emmanuel Cabestan).
Vincent Richard
2007-06-07
1
-1
/
+1
*
Fixed bug #1721186: thread-safe reference counting.
Vincent Richard
2007-05-22
3
-130
/
+306
*
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
2007-05-21
1
-18
/
+18
*
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
52
-152
/
+352
*
Added support for Courier maildir format.
Vincent Richard
2007-03-22
7
-213
/
+1000
*
Fixed warning.
Vincent Richard
2007-03-01
1
-4
/
+1
*
Fixed bad parsing of RFC-2047 quoting.
Vincent Richard
2007-02-22
1
-1
/
+1
[next]