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
2011-01-28
Fixed possible read to invalid memory location (thanks to Alexander Konovalov).
Vincent Richard
1
-1
/
+1
2011-01-21
Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-1
/
+1
2010-12-10
Fixed boundary parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-2
/
+41
2010-12-08
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...
Vincent Richard
1
-2
/
+3
2010-10-20
Return failed email address in exception for RCPT TO.
Vincent Richard
1
-1
/
+1
2010-10-19
Added support for DRAFT flag.
Vincent Richard
3
-1
/
+7
2010-10-18
Fold non-encoded lines in the case there is no whitespace in them.
Vincent Richard
1
-1
/
+34
2010-10-12
Fixed missing whitespace in text parsing.
Vincent Richard
1
-0
/
+12
2010-10-12
Better RFC-2047 encoding.
Vincent Richard
2
-147
/
+169
2010-10-12
Encode quotation marks in QP/RFC-2047.
Vincent Richard
1
-0
/
+1
2010-09-07
Added an option to recognize inline objects as attachments.
Vincent Richard
1
-42
/
+54
2010-09-07
Support filenames with charset (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-2
/
+10
2010-09-06
Fixed extraction of root part body.
Vincent Richard
1
-2
/
+5
2010-08-19
Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).
Vincent Richard
1
-2
/
+2
2010-08-17
Encode TSpecials in RFC-2231 encoded chunks.
Vincent Richard
1
-0
/
+12
2010-08-16
Added stubs for timeout handler (#3045770).
Vincent Richard
1
-3
/
+8
2010-08-05
Connection time out.
Vincent Richard
4
-10
/
+121
2010-07-17
Take account of charset recommended encoding (thanks to John van der Kamp, Za...
Vincent Richard
1
-8
/
+19
2010-06-23
Do not generate 7-bit value for parameter if RFC-2231 extended value is gener...
Vincent Richard
1
-6
/
+43
2010-05-23
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
10
-71
/
+226
2010-05-21
Always encode special charsets.
Vincent Richard
3
-22
/
+90
2010-05-21
Fixed missing #include.
Vincent Richard
1
-0
/
+1
2010-05-20
Fixed case-sensitive include.
Vincent Richard
1
-1
/
+1
2010-05-20
Fixed type size.
Vincent Richard
1
-7
/
+7
2010-05-18
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
8
-198
/
+561
2010-05-14
Fixed parsing of header field value with no data on the first line (folding).
Vincent Richard
1
-0
/
+6
2010-05-04
Use STARTTLS for additional connections (thanks to Andrei).
Vincent Richard
1
-1
/
+1
2010-04-13
Register non-standard encoding names.
Vincent Richard
1
-0
/
+4
2010-04-08
Fixed parsing of non-significant whitespaces in field values.
Vincent Richard
1
-3
/
+23
2010-03-16
Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ...
Vincent Richard
1
-2
/
+2
2010-03-16
Return false instead of throwing an exception if file does not exist in isDir...
Vincent Richard
1
-0
/
+12
2010-03-10
Fixed compilation issue with 'const'.
Vincent Richard
1
-1
/
+1
2010-03-10
Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).
Vincent Richard
1
-2
/
+2
2010-02-10
Don't quote if no encoding is needed.
Vincent Richard
1
-1
/
+2
2010-02-10
Allow spaces to appear in mailbox display name without encoding or quoting. E...
Vincent Richard
1
-2
/
+3
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
[prev]
[next]