index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-03
Issue #4: set envelope sender.
Vincent Richard
3
-7
/
+31
2013-03-27
Remove +x bit from source files
Jan Engelhardt
3
-0
/
+0
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
1
-1
/
+1
2013-03-06
Fixed compilation warnings.
Vincent Richard
1
-1
/
+1
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2
-4
/
+15
2013-02-24
fix include file case
Mark Brand
1
-1
/
+1
2013-02-23
Fixed filename case.
Vincent Richard
1
-1
/
+1
2013-02-22
Fixed comparison always true.
Vincent Richard
1
-2
/
+2
2013-02-18
Process header before transmitting message via SMTP.
Vincent Richard
1
-8
/
+91
2013-02-17
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
1
-1
/
+2
2013-02-17
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2
-1
/
+28
2013-02-13
Trim first line of POP3 response to get rid of CR, if any.
Vincent Richard
1
-2
/
+2
2013-02-12
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...
Vincent Richard
1
-1
/
+1
2013-02-12
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
3
-109
/
+344
2013-01-15
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
4
-20
/
+20
2013-01-15
Removed unused includes for OpenSSL.
Vincent Richard
1
-6
/
+0
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
51
-51
/
+51
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
15
-34
/
+34
2012-12-11
Fixed wrong class name (copy/paste is BAD ;-) ).
Vincent Richard
1
-1
/
+1
2012-12-10
SSL server identity check.
Vincent Richard
2
-2
/
+26
2012-12-06
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
5
-406
/
+529
2012-12-05
Fixed progression notification when message size is lower than 64K.
Vincent Richard
1
-9
/
+10
2012-11-30
Use message size for progress listener.
Vincent Richard
1
-7
/
+1
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
3
-8
/
+8
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
3
-21
/
+140
2012-11-11
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2
-28
/
+122
2012-11-06
Thread-safe initialization for OpenSSL.
Vincent Richard
1
-4
/
+3
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
10
-634
/
+1445
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
44
-19
/
+410
2012-07-30
Fixed body part extraction (only body should be extracted).
Vincent Richard
2
-11
/
+38
2012-07-28
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
5
-16
/
+225
2012-07-06
Fixed issue #10.
Vincent Richard
1
-2
/
+0
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
10
-0
/
+22
2012-04-06
Fixed memory leak.
Vincent Richard
1
-0
/
+6
2012-04-05
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
3
-0
/
+68
2011-11-15
Set Diffie-Hellman prime size (bug SF#3434852).
Vincent Richard
1
-0
/
+1
2011-11-15
GNU TLS 3 has no 'extra' (thanks to mabrand).
Vincent Richard
1
-0
/
+2
2011-08-21
Removed dependency on gcrypt for gnutls version >= 2.12.
Vincent Richard
1
-2
/
+12
2011-08-20
Use gnutls_strerror() for reporting errors.
Vincent Richard
1
-111
/
+9
2011-06-26
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
Vincent Richard
1
-0
/
+17
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-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-05
Connection time out.
Vincent Richard
3
-3
/
+3
2010-05-23
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
1
-0
/
+6
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-18
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
6
-197
/
+550
[prev]
[next]