index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
2013-06-20
3
-19
/
+212
*
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2013-06-19
2
-478
/
+660
*
Fixed invalid cast.
Vincent Richard
2013-06-18
1
-1
/
+1
*
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2013-06-18
2
-0
/
+36
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
2
-4
/
+52
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
2
-9
/
+29
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
5
-9
/
+9
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
6
-550
/
+709
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
4
-73
/
+274
*
No need to read another response line in an empty 334 response.
Vincent Richard
2013-05-14
1
-5
/
+0
*
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
2013-05-13
1
-4
/
+7
*
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
2013-05-13
3
-43
/
+37
*
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
2013-05-12
1
-14
/
+16
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
2
-5
/
+13
*
Fixed issue #37.
Vincent Richard
2013-04-26
1
-1
/
+1
*
Fixed double read of response.
Vincent Richard
2013-04-18
1
-2
/
+4
*
Issue #4: set envelope sender.
Vincent Richard
2013-04-03
3
-7
/
+31
*
Remove +x bit from source files
Jan Engelhardt
2013-03-27
3
-0
/
+0
*
Fixed warnings and 64-bit issues.
Vincent Richard
2013-03-24
1
-1
/
+1
*
Fixed compilation warnings.
Vincent Richard
2013-03-06
1
-1
/
+1
*
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2013-02-24
2
-4
/
+15
*
Fixed filename case.
Vincent Richard
2013-02-23
1
-1
/
+1
*
Fixed comparison always true.
Vincent Richard
2013-02-22
1
-2
/
+2
*
Process header before transmitting message via SMTP.
Vincent Richard
2013-02-18
1
-8
/
+91
*
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
2013-02-17
1
-1
/
+2
*
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2013-02-17
2
-1
/
+28
*
Trim first line of POP3 response to get rid of CR, if any.
Vincent Richard
2013-02-13
1
-2
/
+2
*
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...
Vincent Richard
2013-02-12
1
-1
/
+1
*
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
2013-02-12
3
-109
/
+344
*
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
2013-01-15
4
-20
/
+20
*
Removed unused includes for OpenSSL.
Vincent Richard
2013-01-15
1
-6
/
+0
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
51
-51
/
+51
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
15
-34
/
+34
*
Fixed wrong class name (copy/paste is BAD ;-) ).
Vincent Richard
2012-12-11
1
-1
/
+1
*
SSL server identity check.
Vincent Richard
2012-12-10
2
-2
/
+26
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
5
-406
/
+529
*
Fixed progression notification when message size is lower than 64K.
Vincent Richard
2012-12-05
1
-9
/
+10
*
Use message size for progress listener.
Vincent Richard
2012-11-30
1
-7
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-11-29
3
-8
/
+8
*
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
2012-11-29
3
-21
/
+140
*
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2012-11-11
2
-28
/
+122
*
Thread-safe initialization for OpenSSL.
Vincent Richard
2012-11-06
1
-4
/
+3
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
10
-634
/
+1445
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
44
-19
/
+410
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
2
-11
/
+38
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
5
-16
/
+225
*
Fixed issue #10.
Vincent Richard
2012-07-06
1
-2
/
+0
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
10
-0
/
+22
*
Fixed memory leak.
Vincent Richard
2012-04-06
1
-0
/
+6
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
3
-0
/
+68
[next]