index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
134
-2330
/
+1949
|
*
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
2013-11-15
1
-13
/
+10
|
*
Custom fetch attributes.
Vincent Richard
2013-11-14
8
-54
/
+155
|
*
Fixed group parsing in mailboxList.
Vincent Richard
2013-10-16
1
-1
/
+31
|
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2013-09-23
1
-1
/
+1
|
\
|
*
fix typo
Mark Brand
2013-09-22
1
-1
/
+1
|
|
*
|
Order ciphers according to strength and always exclude ADH (OpenSSL).
Vincent Richard
2013-09-23
1
-4
/
+4
|
/
*
Fixed chunking output buffer.
Vincent Richard
2013-09-21
1
-1
/
+1
|
*
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2013-09-21
9
-33
/
+318
|
*
Made template argument explicit to workaround compiler error on MSVC.
Vincent Richard
2013-09-09
1
-1
/
+1
|
*
SMTP-specific exceptions.
Vincent Richard
2013-09-08
5
-43
/
+203
|
*
Added required includes for MSVC.
Vincent Richard
2013-09-08
5
-0
/
+9
|
*
Added support for MIC (thanks to Mehmet Bozkurt).
Vincent Richard
2013-09-04
1
-0
/
+14
|
*
Fixed linking error on Visual Studio.
Vincent Richard
2013-09-02
1
-0
/
+6
|
*
Fixed sharing mode when opening file.
Vincent Richard
2013-08-28
1
-4
/
+4
|
*
Test for non-NULL 'ai_canonname', as per MSDN recommendation.
Vincent Richard
2013-08-18
1
-1
/
+1
|
*
Open the file in shared mode not to lock file.
Vincent Richard
2013-08-16
1
-2
/
+2
|
*
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' ↵
Vincent Richard
2013-08-16
1
-0
/
+90
|
|
|
|
and 'string'.
*
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
|
|
|
|
Warning: this is an API-breaking change.
*
Added SMTP service properties to allow disabling PIPELINING and CHUNKING ↵
Vincent Richard
2013-07-24
2
-2
/
+13
|
|
|
|
extensions.
*
Return real message UID from IMAP server. Added function to return the ↵
Vincent Richard
2013-07-21
3
-50
/
+17
|
|
|
|
current UID validity.
*
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 ↵
Vincent Richard
2013-07-17
4
-99
/
+59
|
|
|
|
internal data.
*
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
4
-177
/
+86
|
*
Fixed issue #45: test for _WIN32 instead of WIN32.
Vincent Richard
2013-07-16
1
-2
/
+2
|
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵
Vincent Richard
2013-07-16
9
-253
/
+322
|
|
|
|
code in multiple files.
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
12
-170
/
+585
|
|
|
|
|
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
|
*
Refactored the way embedded objects are referenced in MHTML.
Vincent Richard
2013-07-11
1
-45
/
+70
|
*
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
5
-3
/
+64
|
*
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
2
-20
/
+101
|
*
Renamed default encoder.
Vincent Richard
2013-06-24
1
-6
/
+6
|
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
13
-33
/
+326
|
*
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
|
|
|
|
for SMTP.
*
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 transport padding in boundary (issue #38).
Vincent Richard
2013-06-13
1
-109
/
+114
|
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
3
-9
/
+40
|
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
11
-15
/
+15
|
[next]