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 (
Collapse
)
Author
Age
Files
Lines
...
*
Added other missing return error checks for posix system calls; check ↵
Vincent Richard
2009-06-21
1
-18
/
+62
|
|
|
|
consistent for -1 (Georg Sauthoff).
*
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 ↵
Vincent Richard
2008-07-11
2
-4
/
+9
|
|
|
|
(Zarafa).
*
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 ↵
Vincent Richard
2008-04-28
6
-55
/
+157
|
|
|
|
https://sourceforge.net/forum/message.php?msg_id=4894970).
*
Removed old GNU TLS error.
Vincent Richard
2008-04-14
1
-1
/
+1
|
*
Made constructor explicit to prevent from implicit conversions.
Vincent Richard
2008-01-30
1
-1
/
+1
|
*
Fixed constructor ambiguity in 'fileAttachment'.
Vincent Richard
2008-01-28
3
-3
/
+21
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
341
-341
/
+341
|
*
Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵
Vincent Richard
2007-12-23
2
-23
/
+9
|
|
|
|
RAII idiom).
*
Fixed bug #1755458: The project generator does not exclude the SASL sources. ↵
Vincent Richard
2007-12-22
1
-44
/
+59
|
|
|
|
Rewritten generation code for MSVC project file.
*
Fixed bug #1755469: maildirStore is not compiling under MSVC 2003.
Vincent Richard
2007-12-22
1
-1
/
+1
|
*
Fixed incorrect white-space between words.
Vincent Richard
2007-11-20
5
-7
/
+63
|
*
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
3
-0
/
+53
|
*
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-10
2
-46
/
+99
|
*
Throw exception when badbit is set.
Vincent Richard
2007-07-09
1
-0
/
+8
|
*
New GCC definition.
Vincent Richard
2007-07-09
2
-2
/
+2
|
*
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
9
-171
/
+1266
|
*
Fail if GNU TLS or GNU SASL dev packages are required but not installed.
Vincent Richard
2007-05-22
1
-1
/
+12
|
*
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
2007-05-21
2
-19
/
+28
|
*
Fixed bug #1660740: Listing 5.1, The VMIME BOOK, getDecodedText.
Vincent Richard
2007-05-21
1
-2
/
+2
|
[prev]
[next]