index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Fixed missing space in command.
Vincent Richard
2013-08-16
1
-2
/
+2
|
*
Added test for SMTP connection error.
Vincent Richard
2013-08-16
1
-0
/
+12
|
*
Fixed segfault at POP3 connection error.
Vincent Richard
2013-08-16
3
-10
/
+87
|
*
Fixed isEmpty() test.
Vincent Richard
2013-08-16
1
-1
/
+1
|
*
Made 'message::uid' a class to prevent implicit conversions between 'long' ↵
Vincent Richard
2013-08-16
2
-1
/
+117
|
|
|
|
and 'string'.
*
Added support for enhanced status codes (RFC-3463).
Vincent Richard
2013-08-14
3
-4
/
+154
|
*
Added missing exports.
Vincent Richard
2013-07-26
1
-3
/
+3
|
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
20
-982
/
+1360
|
|
|
|
Warning: this is an API-breaking change.
*
Added SMTP service properties to allow disabling PIPELINING and CHUNKING ↵
Vincent Richard
2013-07-24
4
-2
/
+22
|
|
|
|
extensions.
*
Return real message UID from IMAP server. Added function to return the ↵
Vincent Richard
2013-07-21
5
-65
/
+28
|
|
|
|
current UID validity.
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
18
-450
/
+562
|
*
Removed useless accessors.
Vincent Richard
2013-07-17
2
-15
/
+0
|
*
Code cleanup. Store error log in parsed response to avoid accessing parser ↵
Vincent Richard
2013-07-17
6
-127
/
+115
|
|
|
|
internal data.
*
Dispatch NOOP commands on open folders only.
Vincent Richard
2013-07-16
1
-1
/
+2
|
*
Misc fixes in documentation.
Vincent Richard
2013-07-16
11
-18
/
+16
|
*
Prefix exception class with namespace in documentation.
Vincent Richard
2013-07-16
2
-31
/
+31
|
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
8
-179
/
+105
|
*
Fixed method description.
Vincent Richard
2013-07-16
1
-1
/
+2
|
*
Fixed issue #45: test for _WIN32 instead of WIN32.
Vincent Richard
2013-07-16
2
-3
/
+3
|
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵
Vincent Richard
2013-07-16
19
-320
/
+572
|
|
|
|
code in multiple files.
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
29
-450
/
+1560
|
|
|
|
|
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
*
Fixed IMAP tag not incrementing.
Vincent Richard
2013-07-15
1
-3
/
+3
|
*
64-bit type detection.
Vincent Richard
2013-07-15
3
-21
/
+65
|
*
Refactored the way embedded objects are referenced in MHTML.
Vincent Richard
2013-07-11
4
-63
/
+133
|
*
Update example to test STATUS command.
Vincent Richard
2013-07-11
1
-3
/
+13
|
*
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
2013-07-11
2
-80
/
+78
|
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
12
-3
/
+165
|
*
Removed debug printf.
Vincent Richard
2013-06-27
1
-1
/
+0
|
*
Unit tests for content handlers.
Vincent Richard
2013-06-26
6
-1
/
+613
|
*
Added missing include.
Vincent Richard
2013-06-26
1
-0
/
+1
|
*
Added missing constructor.
Vincent Richard
2013-06-25
1
-0
/
+5
|
*
New content handler for file. Automatically set file size with file attachment.
Vincent Richard
2013-06-25
5
-27
/
+204
|
*
Documentation.
Vincent Richard
2013-06-25
1
-2
/
+37
|
*
Renamed default encoder.
Vincent Richard
2013-06-24
6
-19
/
+19
|
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
36
-452
/
+1173
|
*
Return after sending message when sending is supported.
Vincent Richard
2013-06-22
2
-0
/
+4
|
*
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵
Vincent Richard
2013-06-20
11
-21
/
+661
|
|
|
|
for SMTP.
*
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2013-06-19
5
-505
/
+797
|
*
Fixed invalid cast.
Vincent Richard
2013-06-18
1
-1
/
+1
|
*
Fixed comments.
Vincent Richard
2013-06-18
1
-5
/
+5
|
*
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2013-06-18
4
-0
/
+62
|
*
Fixed issue #44 for MSVC.
Vincent Richard
2013-06-18
1
-142
/
+142
|
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
4
-4
/
+62
|
*
Added support for transport padding in boundary (issue #38).
Vincent Richard
2013-06-13
3
-109
/
+173
|
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
6
-13
/
+91
|
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
16
-25
/
+25
|
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
15
-610
/
+953
|
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
8
-74
/
+621
|
*
Added function to return email address as a string.
Vincent Richard
2013-06-09
2
-0
/
+22
|
*
Fixed inverted comments for constants.
Vincent Richard
2013-06-09
1
-4
/
+4
|
[prev]
[next]