aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed missing space in command.Vincent Richard2013-08-161-2/+2
|
* Added test for SMTP connection error.Vincent Richard2013-08-161-0/+12
|
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-163-10/+87
|
* Fixed isEmpty() test.Vincent Richard2013-08-161-1/+1
|
* Made 'message::uid' a class to prevent implicit conversions between 'long' ↵Vincent Richard2013-08-162-1/+117
| | | | and 'string'.
* Added support for enhanced status codes (RFC-3463).Vincent Richard2013-08-143-4/+154
|
* Added missing exports.Vincent Richard2013-07-261-3/+3
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-2620-982/+1360
| | | | Warning: this is an API-breaking change.
* Added SMTP service properties to allow disabling PIPELINING and CHUNKING ↵Vincent Richard2013-07-244-2/+22
| | | | extensions.
* Return real message UID from IMAP server. Added function to return the ↵Vincent Richard2013-07-215-65/+28
| | | | current UID validity.
* Reworked IMAP event notification code.Vincent Richard2013-07-1818-450/+562
|
* Removed useless accessors.Vincent Richard2013-07-172-15/+0
|
* Code cleanup. Store error log in parsed response to avoid accessing parser ↵Vincent Richard2013-07-176-127/+115
| | | | internal data.
* Dispatch NOOP commands on open folders only.Vincent Richard2013-07-161-1/+2
|
* Misc fixes in documentation.Vincent Richard2013-07-1611-18/+16
|
* Prefix exception class with namespace in documentation.Vincent Richard2013-07-162-31/+31
|
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-168-179/+105
|
* Fixed method description.Vincent Richard2013-07-161-1/+2
|
* Fixed issue #45: test for _WIN32 instead of WIN32.Vincent Richard2013-07-162-3/+3
|
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard2013-07-1619-320/+572
| | | | code in multiple files.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-1629-450/+1560
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Fixed IMAP tag not incrementing.Vincent Richard2013-07-151-3/+3
|
* 64-bit type detection.Vincent Richard2013-07-153-21/+65
|
* Refactored the way embedded objects are referenced in MHTML.Vincent Richard2013-07-114-63/+133
|
* Update example to test STATUS command.Vincent Richard2013-07-111-3/+13
|
* Updated IMAP parser to support STATUS response extensions.Vincent Richard2013-07-112-80/+78
|
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-2712-3/+165
|
* Removed debug printf.Vincent Richard2013-06-271-1/+0
|
* Unit tests for content handlers.Vincent Richard2013-06-266-1/+613
|
* Added missing include.Vincent Richard2013-06-261-0/+1
|
* Added missing constructor.Vincent Richard2013-06-251-0/+5
|
* New content handler for file. Automatically set file size with file attachment.Vincent Richard2013-06-255-27/+204
|
* Documentation.Vincent Richard2013-06-251-2/+37
|
* Renamed default encoder.Vincent Richard2013-06-246-19/+19
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-2436-452/+1173
|
* Return after sending message when sending is supported.Vincent Richard2013-06-222-0/+4
|
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard2013-06-2011-21/+661
| | | | for SMTP.
* Moved SMTP connection-related things to SMTPConnection object.Vincent Richard2013-06-195-505/+797
|
* Fixed invalid cast.Vincent Richard2013-06-181-1/+1
|
* Fixed comments.Vincent Richard2013-06-181-5/+5
|
* SMTPUTF8: generate Internationalized Email only if supported by SMTP server.Vincent Richard2013-06-184-0/+62
|
* Fixed issue #44 for MSVC.Vincent Richard2013-06-181-142/+142
|
* Re-issue CAPA command once TLS has been started (POP3, IMAP).Vincent Richard2013-06-174-4/+62
|
* Added support for transport padding in boundary (issue #38).Vincent Richard2013-06-133-109/+173
|
* Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard2013-06-126-13/+91
|
* Homogeneous use of vmime::string.Vincent Richard2013-06-1216-25/+25
|
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-1215-610/+953
|
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-118-74/+621
|
* Added function to return email address as a string.Vincent Richard2013-06-092-0/+22
|
* Fixed inverted comments for constants.Vincent Richard2013-06-091-4/+4
|