| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed whitespace parsing before word. | Vincent Richard | 2013-03-24 | 1 | -4/+6 |
| | | |||||
| * | Fixed library version. | Vincent Richard | 2013-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fixed use of CMAKE_INSTALL_LIBDIR. | Vincent Richard | 2013-03-20 | 1 | -19/+41 |
| | | |||||
| * | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 11 | -414/+388 |
| | | | | | | | Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. | ||||
| * | Fixed and clarified text about handleTimeout() return value. | Vincent Richard | 2013-03-13 | 1 | -3/+5 |
| | | |||||
| * | Rewrote text for better understanding. | Vincent Richard | 2013-03-13 | 1 | -2/+3 |
| | | |||||
| * | Travis-CI: install CppUnit for unit testing. | Vincent Richard | 2013-03-11 | 1 | -1/+1 |
| | | |||||
| * | Travis-CI: run CTest. | Vincent Richard | 2013-03-11 | 1 | -1/+2 |
| | | |||||
| * | Testing with CTest. | Vincent Richard | 2013-03-11 | 2 | -6/+46 |
| | | |||||
| * | Fixed mailbox and mailbox group parsing. Added unit tests. | Vincent Richard | 2013-03-11 | 8 | -10/+149 |
| | | |||||
| * | Refactored unit tests. | Vincent Richard | 2013-03-08 | 44 | -353/+316 |
| | | |||||
| * | Fixed compilation warning. | Vincent Richard | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #33 from mabrand/fix-static-ws | Vincent Richard | 2013-03-07 | 1 | -0/+2 |
| |\ | | | | | link winsock for static builds | ||||
| | * | link winsock for static builds | Mark Brand | 2013-03-07 | 1 | -0/+2 |
| |/ | |||||
| * | Fixed compilation warnings. | Vincent Richard | 2013-03-06 | 3 | -3/+3 |
| | | |||||
| * | Fixed maximum block size for read(). | Vincent Richard | 2013-03-06 | 1 | -1/+1 |
| | | |||||
| * | Travis-CI: install dev package for GNU SASL. | Vincent Richard | 2013-03-06 | 1 | -1/+1 |
| | | |||||
| * | Travis-CI: install missing libraries + fixed path to sendmail. | Vincent Richard | 2013-03-06 | 1 | -2/+3 |
| | | |||||
| * | Added build file for Travis-CI. | Vincent Richard | 2013-03-06 | 1 | -0/+24 |
| | | |||||
| * | Fixes for out-of-source build. | Vincent Richard | 2013-03-06 | 1 | -1/+2 |
| | | |||||
| * | Fixed 'config.hpp' not installed (issue #29). | Vincent Richard | 2013-03-04 | 1 | -0/+2 |
| | | |||||
| * | More fixes for pkg-config. | Vincent Richard | 2013-03-01 | 2 | -5/+6 |
| | | |||||
| * | Fixed dependencies and generation of .pc file (issue #28). | Vincent Richard | 2013-03-01 | 2 | -8/+12 |
| | | |||||
| * | Selective build of shared/static library (issue #27). | Vincent Richard | 2013-03-01 | 1 | -73/+123 |
| | | |||||
| * | Fixed issue #26: strcpy_s not available on MinGW. | Vincent Richard | 2013-02-28 | 2 | -0/+7 |
| | | |||||
| * | Throw exception when an invalid value type is set in a header field. | Vincent Richard | 2013-02-27 | 8 | -14/+128 |
| | | |||||
| * | Fixed wrong function called. | Vincent Richard | 2013-02-27 | 1 | -2/+2 |
| | | |||||
| * | Use secure versions of time/string functions on Windows. | Vincent Richard | 2013-02-26 | 2 | -9/+4 |
| | | |||||
| * | Fixed warnings about unused variables. | Vincent Richard | 2013-02-26 | 1 | -7/+7 |
| | | |||||
| * | Fixed typo in function name. | Vincent Richard | 2013-02-25 | 11 | -19/+19 |
| | | |||||
| * | Defaults to local charset when assigning word from raw string. | Vincent Richard | 2013-02-25 | 1 | -0/+1 |
| | | |||||
| * | Unit tests for wordEncoder. | Vincent Richard | 2013-02-25 | 2 | -0/+127 |
| | | |||||
| * | Merge pull request #25 from mabrand/fix-case | Vincent Richard | 2013-02-24 | 1 | -1/+1 |
| |\ | | | | | fix include file case | ||||
| | * | fix include file case | Mark Brand | 2013-02-24 | 2 | -2/+2 |
| | | | |||||
| * | | Message generation/parsing context. Charset conversion options. Preliminary ↵ | Vincent Richard | 2013-02-24 | 91 | -959/+4374 |
| | | | | | | | | | implementation of RFC-6532. | ||||
| * | | Fixed filename case. | Vincent Richard | 2013-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed comparison always true. | Vincent Richard | 2013-02-22 | 1 | -2/+2 |
| | | | |||||
| * | | 7bit is the default encoding. Do not force CTE field with default value to ↵ | Vincent Richard | 2013-02-20 | 1 | -3/+0 |
| |/ | | | | be added in header. | ||||
| * | Fixed SMTP dot stuffing at the beginning of content. | Vincent Richard | 2013-02-20 | 3 | -2/+32 |
| | | |||||
| * | Process header before transmitting message via SMTP. | Vincent Richard | 2013-02-18 | 5 | -8/+151 |
| | | |||||
| * | Added helper function to replace header field. | Vincent Richard | 2013-02-17 | 3 | -0/+34 |
| | | |||||
| * | 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 | 5 | -1/+40 |
| | | |||||
| * | Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions. | Vincent Richard | 2013-02-16 | 1 | -3/+18 |
| | | |||||
| * | Unit tests for seekableInputStreamRegionAdapter. | Vincent Richard | 2013-02-15 | 2 | -0/+163 |
| | | |||||
| * | The seekableInputStreamRegionAdapter now stores its own current position, to ↵ | Vincent Richard | 2013-02-15 | 2 | -13/+25 |
| | | | | | avoid issues when multiple adapters share the same underlying stream. | ||||
| * | Unit tests for output stream adapters. | Vincent Richard | 2013-02-14 | 4 | -0/+269 |
| | | |||||
| * | Unit tests for POP3Utils. | Vincent Richard | 2013-02-14 | 2 | -0/+73 |
| | | |||||
| * | Unit tests for POP3Response. | Vincent Richard | 2013-02-13 | 2 | -0/+209 |
| | | |||||
| * | Trim first line of POP3 response to get rid of CR, if any. | Vincent Richard | 2013-02-13 | 1 | -2/+2 |
| | | |||||
