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