aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Charset conversion output stream for ICU.Vincent Richard2013-06-092-6/+251
|
* Fixed comment.Vincent Richard2013-06-091-1/+1
|
* Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.Vincent Richard2013-06-071-1/+1
|
* Fixed visibility attribute position for GCC.Vincent Richard2013-06-073-7/+7
|
* Outsourced build test script.Vincent Richard2013-06-072-0/+16
|
* Fixed issue #44.Vincent Richard2013-06-061-142/+142
|
* Define "VMIME_HAVE_FILESYSTEM_FEATURES" to generate doc for classes related ↵Vincent Richard2013-05-181-1/+1
| | | | to files (eg. fileAttachment).
* Issue #41.Vincent Richard2013-05-181-1/+2
|
* Log contents of generated files before build.Vincent Richard2013-05-141-0/+7
|
* Removed test as it is invalid.Vincent Richard2013-05-141-23/+0
|
* Changed the way the path to export header file is specified.Vincent Richard2013-05-141-2/+16
|
* No need to read another response line in an empty 334 response.Vincent Richard2013-05-141-5/+0
|
* Do not increment tag after sending command (parser needs current tag).Vincent Richard2013-05-132-4/+9
|
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-135-52/+55
|
* Put generated header files in a separate list.Vincent Richard2013-05-131-3/+3
|
* Fixed SCons build for export header.Vincent Richard2013-05-131-0/+19
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2013-05-131-0/+1
|\
| * Fixed source directory.Vincent Richard2013-05-131-1/+1
| |
| * Display CMake variables before build.Vincent Richard2013-05-131-0/+1
| |
* | Fixed export header for static/shared build.Vincent Richard2013-05-133-9/+57
|/
* Do not include generated header files in ADD_LIBRARY().Vincent Richard2013-05-121-3/+3
|
* Fixed issue with ADD_LIBRARY() and export header file.Vincent Richard2013-05-121-1/+2
|
* Fixed export header file location.Vincent Richard2013-05-121-1/+1
|