Vincent Richard
|
ad9bef78c4
|
Updated copyright year and maintainer email address.
|
2013-01-10 17:30:31 +01:00 |
|
Vincent Richard
|
3a5621c2aa
|
Trivial 64-bit warning fixes.
|
2012-12-12 16:35:55 +01:00 |
|
Vincent Richard
|
dc791215f5
|
Fixed wrong class name (copy/paste is BAD ;-) ).
|
2012-12-11 21:48:43 +01:00 |
|
Vincent Richard
|
87259631e4
|
SSL server identity check.
|
2012-12-10 22:59:19 +01:00 |
|
Vincent Richard
|
1ba5e8698c
|
Moved POP3 response receiving and parsing to a separate class.
|
2012-12-06 11:02:31 +01:00 |
|
Vincent Richard
|
053d2b4ee0
|
Fixed progression notification when message size is lower than 64K.
|
2012-12-05 21:02:34 +01:00 |
|
Vincent Richard
|
052cf47fcc
|
Use message size for progress listener.
|
2012-11-30 20:11:33 +01:00 |
|
Vincent Richard
|
71f06fab91
|
Trivial 64-bit warning fixes.
|
2012-11-29 22:33:31 +01:00 |
|
Vincent Richard
|
3e9e8c9265
|
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
|
2012-11-29 22:33:31 +01:00 |
|
Vincent Richard
|
6ae75bc971
|
SMTP Command Pipelining (RFC-2920).
|
2012-11-11 21:55:44 +01:00 |
|
Vincent Richard
|
a6a098b473
|
Thread-safe initialization for OpenSSL.
|
2012-11-06 16:05:04 +01:00 |
|
Vincent Richard
|
bc63892291
|
OpenSSL support (thanks to Mehmet Bozkurt).
|
2012-11-03 09:27:12 +01:00 |
|
Vincent Richard
|
cce1c28bce
|
Migrated build system to CMake. Conditional file compilation. Automatic selection of platform handler.
|
2012-11-01 18:20:06 +01:00 |
|
Vincent Richard
|
ff462a5ee1
|
Fixed body part extraction (only body should be extracted).
|
2012-07-30 20:45:17 +02:00 |
|
Vincent Richard
|
a68cebf12a
|
Added functions to get messages by UID (IMAP only for now).
|
2012-07-28 13:01:48 +02:00 |
|
Vincent Richard
|
891aba49ff
|
Fixed issue #10.
|
2012-07-06 18:45:02 +02:00 |
|
Vincent Richard
|
cc49395dd2
|
Split stream.hpp/.cpp into multiple source files.
|
2012-04-14 13:46:05 +02:00 |
|
Vincent Richard
|
b5927243a2
|
Fixed memory leak.
|
2012-04-06 22:26:18 +02:00 |
|
Vincent Richard
|
92c445dd63
|
Added function to retrieve sequence numbers of messages whose UID is greater or equal than a specified UID (thanks to Zahi Mashael).
|
2012-04-05 11:46:39 +02:00 |
|
Vincent Richard
|
3b20040e9f
|
Set Diffie-Hellman prime size (bug SF#3434852).
|
2011-11-15 11:46:07 +00:00 |
|
Vincent Richard
|
50f82c3a04
|
GNU TLS 3 has no 'extra' (thanks to mabrand).
|
2011-11-15 11:40:42 +00:00 |
|
Vincent Richard
|
f68a466dc0
|
Removed dependency on gcrypt for gnutls version >= 2.12.
|
2011-08-21 08:55:46 +00:00 |
|
Vincent Richard
|
bcdffb5355
|
Use gnutls_strerror() for reporting errors.
|
2011-08-20 06:35:06 +00:00 |
|
Vincent Richard
|
4365a126e3
|
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
|
2011-06-26 08:19:11 +00:00 |
|
Vincent Richard
|
20ba86512f
|
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server response after QUIT and before closing connection.
|
2010-12-08 08:52:54 +00:00 |
|
Vincent Richard
|
7e5a9a404f
|
Return failed email address in exception for RCPT TO.
|
2010-10-20 09:37:39 +00:00 |
|
Vincent Richard
|
fa06cf1652
|
Added support for DRAFT flag.
|
2010-10-19 13:28:43 +00:00 |
|
Vincent Richard
|
c4d595624b
|
Fixed extraction of root part body.
|
2010-09-06 20:20:45 +00:00 |
|
Vincent Richard
|
5debcfccfa
|
Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).
|
2010-08-19 07:50:15 +00:00 |
|
Vincent Richard
|
d6a8b099ed
|
Connection time out.
|
2010-08-05 10:30:22 +00:00 |
|
Vincent Richard
|
2f8026dc5b
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
|
Vincent Richard
|
b2b01b8c26
|
Fixed missing #include.
|
2010-05-21 06:01:33 +00:00 |
|
Vincent Richard
|
1e00ab7bba
|
Fixed case-sensitive include.
|
2010-05-20 15:28:51 +00:00 |
|
Vincent Richard
|
9196d5c342
|
Added helper function to construct parsed message from net message. Splitted IMAP source files.
|
2010-05-18 13:52:27 +00:00 |
|
Vincent Richard
|
6fb89acf38
|
Use STARTTLS for additional connections (thanks to Andrei).
|
2010-05-04 10:49:10 +00:00 |
|
Vincent Richard
|
69421bbd6f
|
Fixed memory leak.
|
2010-02-01 16:33:31 +00:00 |
|
Vincent Richard
|
a3bf37fb4f
|
Fixed not exception-safe constructor, which could lead to possible memory leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
|
2009-12-08 10:03:34 +00:00 |
|
Vincent Richard
|
6016fd5879
|
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
|
2009-12-08 09:31:06 +00:00 |
|
Vincent Richard
|
5d82825687
|
Added block size on sockets to allow different buffer size for SSL.
|
2009-11-30 13:04:15 +00:00 |
|
Vincent Richard
|
a5d258dc72
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
|
Vincent Richard
|
6bfaff3ce4
|
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new' instead of 'cur' (Georg Sauthoff).
|
2009-07-11 12:39:36 +00:00 |
|
Vincent Richard
|
3442caf607
|
gnutls_x509_crt_list_import does not support multiple DER certificates (Georg Sauthoff).
|
2009-06-21 21:32:25 +00:00 |
|
Vincent Richard
|
0537a5eb8e
|
Include hostname in message id (ensure unicity when working on a network file system).
|
2009-06-21 21:19:00 +00:00 |
|
Vincent Richard
|
6e1acbf794
|
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
|
2009-06-21 21:08:56 +00:00 |
|
Vincent Richard
|
a74393b092
|
Send CRLF in the same packet as command to avoid problems with some servers.
|
2008-12-16 21:44:42 +00:00 |
|
Vincent Richard
|
13f69779c2
|
New namespace for encoders.
|
2008-10-12 13:59:09 +00:00 |
|
Vincent Richard
|
3f4226eaac
|
Fixed compilation warnings.
|
2008-10-12 10:05:28 +00:00 |
|
Vincent Richard
|
ad0ea8ce9f
|
Remove BCC headers before sending the message over SMTP (Zarafa).
|
2008-07-11 21:02:12 +00:00 |
|
Vincent Richard
|
9246b79aae
|
Removed old GNU TLS error.
|
2008-04-14 20:14:28 +00:00 |
|
Vincent Richard
|
0c30c298da
|
Changed copyright year to 2008.
|
2008-01-04 18:07:40 +00:00 |
|