index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
2009-12-01
3
-7
/
+10
*
Added and moved tests for RFC-2231.
Vincent Richard
2009-12-01
1
-40
/
+64
*
Fixed missing function.
Vincent Richard
2009-12-01
2
-0
/
+8
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
13
-22
/
+78
*
Quote mailbox name instead of encoding it whenever it's possible.
Vincent Richard
2009-11-12
3
-5
/
+18
*
Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...
Vincent Richard
2009-11-04
4
-17
/
+95
*
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
2009-11-04
3
-3
/
+4
*
Reset EOF flag when stream is reset.
Vincent Richard
2009-11-03
1
-1
/
+3
*
Fixed possible segfault (thanks to László Vadócz).
Vincent Richard
2009-11-03
1
-1
/
+1
*
Fixed possible segfault (thanks to John van der Kamp, from Zarafa).
Vincent Richard
2009-09-15
1
-1
/
+4
*
Added workaround for Decider() for legacy versions of SCons.
Vincent Richard
2009-09-14
1
-1
/
+5
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
346
-952
/
+1293
*
Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).
Vincent Richard
2009-08-19
1
-1
/
+1
*
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
2
-1
/
+3
*
Fixed dynamic_cast support detection on HPUX (aCC).
Vincent Richard
2009-05-01
1
-2
/
+2
*
Removed '-pipe' compiler flags, as it is not available on all platforms.
Vincent Richard
2009-04-09
1
-2
/
+1
*
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
4
-6
/
+27
*
Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().
Vincent Richard
2009-03-01
1
-3
/
+1
*
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
*
Started version 0.9.1.
Vincent Richard
2008-10-19
2
-1
/
+9
*
Fixed autotools support.
Vincent Richard
2008-10-19
5
-3
/
+195
*
Removed automake version check.
Vincent Richard
2008-10-19
1
-27
/
+2
*
Version 0.9.0.
Vincent Richard
2008-10-19
2
-4
/
+4
*
Updated doc to take into account the new namespace for encoders.
Vincent Richard
2008-10-12
1
-7
/
+8
*
New namespace for encoders.
Vincent Richard
2008-10-12
32
-179
/
+247
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
207
-789
/
+796
*
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
2
-4
/
+9
*
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
*
Fixed missing std includes.
Vincent Richard
2008-07-11
2
-0
/
+3
*
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
3
-1
/
+53
*
Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...
Vincent Richard
2008-04-28
6
-55
/
+157
[next]