index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SConstruct
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed segfault at POP3 connection error.
Vincent Richard
2013-08-16
1
-0
/
+1
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
1
-0
/
+2
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
1
-3
/
+5
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
1
-0
/
+4
*
64-bit type detection.
Vincent Richard
2013-07-15
1
-0
/
+11
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
1
-0
/
+1
*
Unit tests for content handlers.
Vincent Richard
2013-06-26
1
-0
/
+4
*
New content handler for file. Automatically set file size with file attachment.
Vincent Richard
2013-06-25
1
-0
/
+1
*
Renamed default encoder.
Vincent Richard
2013-06-24
1
-1
/
+1
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
1
-1
/
+3
*
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
2013-06-20
1
-0
/
+1
*
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2013-06-19
1
-0
/
+1
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
1
-0
/
+1
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
1
-0
/
+2
*
Fixed SCons build for export header.
Vincent Richard
2013-05-13
1
-0
/
+19
*
Allow SPACEs at end of response line (Apple iCloud IMAP server).
Vincent Richard
2013-04-26
1
-0
/
+1
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
1
-0
/
+1
*
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
Vincent Richard
2013-03-25
1
-0
/
+15
*
Updated tests for charset conversion.
Vincent Richard
2013-03-18
1
-0
/
+1
*
Fixed mailbox and mailbox group parsing. Added unit tests.
Vincent Richard
2013-03-11
1
-0
/
+1
*
Refactored unit tests.
Vincent Richard
2013-03-08
1
-2
/
+4
*
Throw exception when an invalid value type is set in a header field.
Vincent Richard
2013-02-27
1
-0
/
+1
*
Unit tests for wordEncoder.
Vincent Richard
2013-02-25
1
-0
/
+1
*
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2013-02-24
1
-1
/
+8
*
Unit tests for seekableInputStreamRegionAdapter.
Vincent Richard
2013-02-15
1
-0
/
+1
*
Unit tests for output stream adapters.
Vincent Richard
2013-02-14
1
-0
/
+3
*
Unit tests for POP3Utils.
Vincent Richard
2013-02-14
1
-0
/
+1
*
Unit tests for POP3Response.
Vincent Richard
2013-02-13
1
-0
/
+1
*
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...
Vincent Richard
2013-02-12
1
-0
/
+2
*
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
2013-02-12
1
-0
/
+2
*
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2013-02-05
1
-0
/
+4
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
1
-0
/
+2
*
SSL server identity check.
Vincent Richard
2012-12-10
1
-0
/
+1
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
1
-0
/
+1
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
1
-3
/
+31
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-1459
/
+19
*
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
1
-0
/
+3
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+14
*
Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS su...
Vincent Richard
2011-08-21
1
-0
/
+6
*
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
Vincent Richard
2011-06-26
1
-0
/
+33
*
Added missing libs in pkg-config file.
Vincent Richard
2011-06-24
1
-1
/
+1
*
Allow static linking in mingw-cross-env. Added 'iconv' and uses 'ws2_32' inst...
Vincent Richard
2011-03-27
1
-2
/
+2
*
Started version 0.9.2.
Vincent Richard
2010-11-16
1
-1
/
+1
*
Fixed unit tests build on OSX.
Vincent Richard
2010-05-20
1
-0
/
+4
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
1
-0
/
+3
*
Fixed typo.
Vincent Richard
2010-05-04
1
-5
/
+5
*
Migrated config script for newer versions of SCons.
Vincent Richard
2010-03-16
1
-3
/
+6
*
Fixed test for global constructor failing when cross building.
Vincent Richard
2010-02-15
1
-1
/
+1
*
Replaced 'Options' with 'Variables' to solve warnings about the former being ...
Vincent Richard
2010-02-12
1
-12
/
+12
[next]