index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
11
-27
/
+301
*
Fixed issue #10.
Vincent Richard
2012-07-06
1
-2
/
+0
*
Fixed error in sample code.
Vincent Richard
2012-05-10
1
-1
/
+1
*
Fixed duplicate file reference (thanks to Enes Albay).
Vincent Richard
2012-04-27
1
-1
/
+0
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
74
-378
/
+1643
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
65
-867
/
+1884
*
Fixed memory leak.
Vincent Richard
2012-04-06
1
-0
/
+6
*
Fixed wrong encoding of line breaks in QP-encoded text (issue #7).
Vincent Richard
2012-04-05
4
-10
/
+91
*
Added tests for Quoted-Printable encoding.
Vincent Richard
2012-04-05
1
-0
/
+31
*
Added test: Ensure '7bit' encoding is used when body is 7-bit only.
Vincent Richard
2012-04-05
1
-0
/
+14
*
Updated README.
Vincent Richard
2012-04-05
1
-1
/
+29
*
Added check before dereferencing.
Vincent Richard
2012-04-05
1
-1
/
+3
*
Added .gitignore.
Vincent Richard
2012-04-05
1
-0
/
+11
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
7
-0
/
+81
*
Updated coding conventions.
Vincent Richard
2011-12-22
1
-8
/
+45
*
Set Diffie-Hellman prime size (bug SF#3434852).
Vincent Richard
2011-11-15
1
-0
/
+1
*
GNU TLS 3 has no 'extra' (thanks to mabrand).
Vincent Richard
2011-11-15
1
-0
/
+2
*
Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS su...
Vincent Richard
2011-08-21
1
-0
/
+6
*
Removed dependency on gcrypt for gnutls version >= 2.12.
Vincent Richard
2011-08-21
1
-2
/
+12
*
Use gnutls_strerror() for reporting errors.
Vincent Richard
2011-08-20
1
-111
/
+9
*
Fixed encoding of whitespace. Fixed old test case.
Vincent Richard
2011-06-26
2
-7
/
+41
*
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
Vincent Richard
2011-06-26
2
-0
/
+50
*
Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).
Vincent Richard
2011-06-25
2
-0
/
+24
*
Added missing libs in pkg-config file.
Vincent Richard
2011-06-24
1
-1
/
+1
*
Added support for mailboxes that specify an (encoded) full name with an empty...
Vincent Richard
2011-06-19
2
-1
/
+18
*
Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to allo...
Vincent Richard
2011-06-19
1
-5
/
+3
*
Alias for UTF-7 charset.
Vincent Richard
2011-06-19
1
-0
/
+7
*
Correctly generate attachment names which are long and have high characters f...
Vincent Richard
2011-06-19
1
-22
/
+48
*
Fixed parsing of an attachment filename that is between 66 and 76 characters ...
Vincent Richard
2011-06-19
1
-1
/
+2
*
Fixed compilation issue following namespace change.
Vincent Richard
2011-06-14
1
-3
/
+3
*
Requested email change.
Vincent Richard
2011-06-10
1
-1
/
+1
*
Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).
Vincent Richard
2011-03-31
2
-4
/
+19
*
Allow static linking in mingw-cross-env. Added 'iconv' and uses 'ws2_32' inst...
Vincent Richard
2011-03-27
1
-2
/
+2
*
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
2011-03-09
3
-14
/
+101
*
Fixed possible read to invalid memory location (thanks to Alexander Konovalov).
Vincent Richard
2011-01-28
1
-1
/
+1
*
Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).
Vincent Richard
2011-01-21
2
-1
/
+12
*
Fixed boundary parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
2010-12-10
2
-3
/
+42
*
Fixed unit test after bug fix.
Vincent Richard
2010-12-10
1
-1
/
+1
*
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...
Vincent Richard
2010-12-08
1
-2
/
+3
*
Updated deprecated function.
Vincent Richard
2010-12-06
1
-1
/
+1
*
Initialize and delete object.
Vincent Richard
2010-11-30
1
-1
/
+4
*
Started version 0.9.2.
Vincent Richard
2010-11-16
2
-1
/
+9
*
Version 0.9.1.
Vincent Richard
2010-11-16
1
-2
/
+2
*
Updated AUTHORS with patch licensing information.
Vincent Richard
2010-11-16
1
-1
/
+10
*
Return failed email address in exception for RCPT TO.
Vincent Richard
2010-10-20
1
-1
/
+1
*
Fixed wrong name.
Vincent Richard
2010-10-19
1
-1
/
+1
*
Added support for DRAFT flag.
Vincent Richard
2010-10-19
5
-1
/
+9
*
Fold non-encoded lines in the case there is no whitespace in them.
Vincent Richard
2010-10-18
2
-1
/
+48
*
Fixed missing whitespace in text parsing.
Vincent Richard
2010-10-12
2
-2
/
+64
*
Better RFC-2047 encoding.
Vincent Richard
2010-10-12
3
-147
/
+173
[prev]
[next]