index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
10
-71
/
+226
*
Always encode special charsets.
Vincent Richard
2010-05-21
3
-22
/
+90
*
Fixed missing #include.
Vincent Richard
2010-05-21
1
-0
/
+1
*
Fixed case-sensitive include.
Vincent Richard
2010-05-20
1
-1
/
+1
*
Fixed type size.
Vincent Richard
2010-05-20
1
-7
/
+7
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
8
-198
/
+561
*
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
*
Register non-standard encoding names.
Vincent Richard
2010-04-13
1
-0
/
+4
*
Fixed parsing of non-significant whitespaces in field values.
Vincent Richard
2010-04-08
1
-3
/
+23
*
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
1
-2
/
+2
*
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
3
-35
/
+0
*
Fixed memory leak.
Vincent Richard
2010-02-01
1
-1
/
+1
*
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
1
-2
/
+2
*
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
7
-44
/
+36
*
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+19
*
Fixed directory renaming.
Vincent Richard
2009-12-01
1
-1
/
+5
*
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
2009-12-01
1
-2
/
+2
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
7
-12
/
+46
*
Quote mailbox name instead of encoding it whenever it's possible.
Vincent Richard
2009-11-12
2
-4
/
+16
*
Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...
Vincent Richard
2009-11-04
2
-11
/
+72
*
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
2009-11-04
1
-2
/
+2
*
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
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
142
-284
/
+284
*
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
1
-1
/
+2
*
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
2
-3
/
+19
[next]