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
*
Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).
Vincent Richard
2010-08-19
1
-2
/
+2
*
Encode TSpecials in RFC-2231 encoded chunks.
Vincent Richard
2010-08-17
2
-0
/
+67
*
Added stubs for timeout handler (#3045770).
Vincent Richard
2010-08-16
2
-3
/
+12
*
Connection time out.
Vincent Richard
2010-08-05
7
-11
/
+143
*
Added section about deleting messages from store.
Vincent Richard
2010-07-21
1
-0
/
+21
*
Take account of charset recommended encoding (thanks to John van der Kamp, Za...
Vincent Richard
2010-07-17
1
-8
/
+19
*
Do not generate 7-bit value for parameter if RFC-2231 extended value is gener...
Vincent Richard
2010-06-23
1
-6
/
+43
*
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
2010-05-23
18
-79
/
+334
*
FileSystemFactory is now a ref.
Vincent Richard
2010-05-23
1
-1
/
+1
*
Rewritten doc.
Vincent Richard
2010-05-21
1
-2
/
+2
*
Always encode special charsets.
Vincent Richard
2010-05-21
6
-26
/
+144
*
Fixed missing #include.
Vincent Richard
2010-05-21
1
-0
/
+1
*
Fixed case-sensitive include.
Vincent Richard
2010-05-20
1
-1
/
+1
*
Fixed unit tests build on OSX.
Vincent Richard
2010-05-20
1
-0
/
+4
*
Fixed type size.
Vincent Richard
2010-05-20
2
-10
/
+10
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
19
-199
/
+835
*
Fixed parsing of header field value with no data on the first line (folding).
Vincent Richard
2010-05-14
1
-0
/
+6
*
Use STARTTLS for additional connections (thanks to Andrei).
Vincent Richard
2010-05-04
1
-1
/
+1
*
Fixed typo.
Vincent Richard
2010-05-04
1
-5
/
+5
*
Register non-standard encoding names.
Vincent Richard
2010-04-13
1
-0
/
+4
*
Fixed duplicate shebang.
Vincent Richard
2010-04-10
1
-1
/
+0
*
Fixed parsing of non-significant whitespaces in field values.
Vincent Richard
2010-04-08
2
-3
/
+42
*
Migrated config script for newer versions of SCons.
Vincent Richard
2010-03-16
1
-3
/
+6
*
Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ...
Vincent Richard
2010-03-16
1
-2
/
+2
*
Return false instead of throwing an exception if file does not exist in isDir...
Vincent Richard
2010-03-16
1
-0
/
+12
*
Fixed compilation issue with 'const'.
Vincent Richard
2010-03-10
1
-1
/
+1
*
Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).
Vincent Richard
2010-03-10
2
-5
/
+3
*
Use 'glibtoolize' instead of 'libtoolize' on MacOSX.
Vincent Richard
2010-03-06
1
-1
/
+8
*
Fixed shebang for systems that don't have /bin/bash.
Vincent Richard
2010-02-17
1
-0
/
+1
*
Fixed test for global constructor failing when cross building.
Vincent Richard
2010-02-15
1
-1
/
+1
*
Updated gettext m4 macros to 0.17.
Vincent Richard
2010-02-12
2
-56
/
+244
*
Solved 'underquoted' warnings from m4 macros.
Vincent Richard
2010-02-12
3
-8
/
+8
*
Replaced 'Options' with 'Variables' to solve warnings about the former being ...
Vincent Richard
2010-02-12
1
-12
/
+12
*
Fixed missing M4 file in dist tarball.
Vincent Richard
2010-02-10
1
-0
/
+1
*
Don't quote if no encoding is needed.
Vincent Richard
2010-02-10
1
-1
/
+2
*
Allow spaces to appear in mailbox display name without encoding or quoting. E...
Vincent Richard
2010-02-10
1
-2
/
+3
*
Fixed compilation issue on Windows.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Use homemade isSpace() instead of std::ispace() for portability.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Removed wide-char support.
Vincent Richard
2010-02-03
8
-67
/
+0
*
Fixed memory leak.
Vincent Richard
2010-02-01
2
-2
/
+2
*
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
2010-02-01
1
-14
/
+24
*
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
2010-02-01
1
-1
/
+12
*
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
2010-01-20
2
-2
/
+3
*
Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if the...
Vincent Richard
2009-12-13
1
-2
/
+8
*
Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+44
*
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2009-12-08
14
-62
/
+55
*
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+19
*
Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).
Vincent Richard
2009-12-02
1
-1
/
+1
*
Fixed directory renaming.
Vincent Richard
2009-12-01
4
-3
/
+85
*
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
2009-12-01
3
-7
/
+10
[next]