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
2010-02-03
Fixed compilation issue on Windows.
Vincent Richard
1
-1
/
+1
2010-02-03
Use homemade isSpace() instead of std::ispace() for portability.
Vincent Richard
1
-1
/
+1
2010-02-03
Removed wide-char support.
Vincent Richard
3
-35
/
+0
2010-02-01
Fixed memory leak.
Vincent Richard
1
-1
/
+1
2010-02-01
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
1
-14
/
+24
2010-02-01
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
1
-1
/
+12
2010-01-20
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
1
-2
/
+2
2009-12-13
Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if the...
Vincent Richard
1
-2
/
+8
2009-12-08
Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).
Vincent Richard
1
-0
/
+44
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
7
-44
/
+36
2009-12-08
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
1
-0
/
+19
2009-12-01
Fixed directory renaming.
Vincent Richard
1
-1
/
+5
2009-12-01
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
1
-2
/
+2
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
7
-12
/
+46
2009-11-12
Quote mailbox name instead of encoding it whenever it's possible.
Vincent Richard
2
-4
/
+16
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
[prev]
[next]