index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed missing space in command.
Vincent Richard
2013-08-16
1
-2
/
+2
*
Fixed segfault at POP3 connection error.
Vincent Richard
2013-08-16
1
-10
/
+17
*
Fixed isEmpty() test.
Vincent Richard
2013-08-16
1
-1
/
+1
*
Made 'message::uid' a class to prevent implicit conversions between 'long' an...
Vincent Richard
2013-08-16
1
-0
/
+90
*
Added support for enhanced status codes (RFC-3463).
Vincent Richard
2013-08-14
1
-3
/
+66
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
9
-828
/
+739
*
Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...
Vincent Richard
2013-07-24
2
-2
/
+13
*
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
2013-07-21
3
-50
/
+17
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
9
-430
/
+459
*
Removed useless accessors.
Vincent Richard
2013-07-17
1
-12
/
+0
*
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
2013-07-17
4
-99
/
+59
*
Dispatch NOOP commands on open folders only.
Vincent Richard
2013-07-16
1
-1
/
+2
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
3
-177
/
+74
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
9
-253
/
+322
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
12
-170
/
+585
*
Fixed IMAP tag not incrementing.
Vincent Richard
2013-07-15
1
-3
/
+3
*
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
2013-07-11
1
-9
/
+9
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
1
-0
/
+15
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
2
-9
/
+58
*
Return after sending message when sending is supported.
Vincent Richard
2013-06-22
1
-0
/
+1
*
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
[next]