aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Trace socket/connection events.Vincent Richard2014-03-2517-5/+147
|
* Fixed issue #71.Vincent Richard2014-03-201-1/+1
|
* Unit tests for IMAP utils.Vincent Richard2014-03-172-1/+284
|
* Connection trace facility.Vincent Richard2014-03-1635-287/+810
|
* Modified IMAP parser constructor to make testing easier.Vincent Richard2014-03-163-8/+46
|
* IMAP commands.Vincent Richard2014-03-1511-265/+1188
|
* Removed unused/unimplemented function.Vincent Richard2014-03-134-30/+0
|
* Premature return if message list/set is empty.Vincent Richard2014-03-103-0/+18
|
* Issue #47: get and fetch messages.Vincent Richard2014-03-107-0/+126
| | | | | Added a feature to get and fetch a list of messages at the same time, to avoid a roundtrip to the server.
* Fixed operator to combine flags.Vincent Richard2014-03-101-1/+1
|
* Default timeout handler. Fixed spelling.Vincent Richard2014-03-096-25/+196
|
* Fixed memory leak.Vincent Richard2014-03-081-0/+10
|
* Retry reading from the stream instead of waiting for input data on socket.Vincent Richard2014-03-071-1/+11
|
* Compilation fixes for Windows.Vincent Richard2014-02-261-2/+2
|
* Fixed possible issues with EAGAIN on Windows.Vincent Richard2014-02-262-12/+16
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-02-241-1/+6
|\
| * Merge pull request #70 from kisli/pr/69Vincent Richard2014-02-231-1/+6
| |\ | | | | | | Make serviceFactory::create throw instead of dying for invalid protocols.
| | * Make serviceFactory::create throw instead of dying for invalid protocols.Vincent Richard2014-02-231-1/+6
| |/
* / Non exception-driven IMAP parser.Vincent Richard2014-02-241-1039/+1028
|/
* Fixed documentation.Vincent Richard2014-02-161-2/+4
|
* Added support for initial response in SASL authentication.Vincent Richard2014-02-1313-3/+128
|
* Fixed problem when custom registered mechanism is used.Vincent Richard2014-02-132-13/+23
| | | | | User-defined mechanisms should be tested first. Added function to determine whether a mechanism is built-in.
* Demonstrates extraction of attachments from a message in a remote store.Vincent Richard2014-02-081-7/+73
|
* Fixed extraction of message parts in IMAP.Vincent Richard2014-02-081-3/+0
|
* Windows charset converter (thanks to ElmüSoft).Vincent Richard2014-02-065-3/+470
|
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-02-053-3/+3
|\
| * Fixed null value in Windows build.laurent-richard2014-02-053-3/+3
| |
* | Added example and in-code documentation for time out handler.Vincent Richard2014-02-051-0/+53
| |
* | Better polling. Fixed possible connection issues on POSIX with slow network. ↵Vincent Richard2014-02-0521-210/+373
|/ | | | Better error handling in POSIX sockets.
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2014-01-312-2/+2
|\
| * Merge pull request #67 from tholdawa/constFixVincent Richard2014-01-262-2/+2
| |\ | | | | | | Change path::toString to be a const function
| | * Change path::toString to be a const functiontholdawa2014-01-242-2/+2
| | |
* | | Fixed type.Vincent Richard2014-01-311-2/+1
|/ /
* | Merge pull request #66 from tholdawa/masterVincent Richard2014-01-221-2/+2
|\| | | | | Fix IMAPMessage::processFetchResponse bad_field_value_type for Cc and Bcc fields
| * Merge remote-tracking branch 'upstream/master'tholdawa2014-01-221-4/+8
| |\ | |/ |/|
* | Fixed build of examples.Vincent Richard2014-01-211-4/+8
| |
| * IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header ↵tholdawa2014-01-221-2/+2
| | | | | | | | | | | | | | | | | | fields to values of type mailboxList. HeaderFieldFactory registers these fields as type adddressList, so a bad_field_value_type exception was thrown when processing a fetch response for a message with either Cc or Bcc fields. Fixed by calling toAddressList on the mailboxList header field values to convert them to expected type.
| * Merge remote-tracking branch 'upstream/master'tholdawa2014-01-2027-97/+322
| |\ | |/ |/|
* | Use appropriate syntax for rethrowing exceptions.Vincent Richard2014-01-193-10/+10
| |
* | SASL is the only authentication method supported in SMTP (no fallback).Vincent Richard2014-01-191-14/+1
| |
* | Calling getAttributes() does not require the folder to be open.Vincent Richard2014-01-192-6/+0
| |
* | Do not flag existing messages as recent.Vincent Richard2014-01-191-1/+1
| |
* | Path to/from string conversion.Vincent Richard2014-01-193-0/+106
| |
* | Better error message.Vincent Richard2014-01-191-1/+1
| |
* | Fixed possible crash when COPYUID/APPENDUID is not supported by the server.Vincent Richard2014-01-191-2/+2
| |
* | Fixed argument to handshake().Vincent Richard2014-01-191-1/+1
| |
* | In SSL socket, use timeout handler of underlying socket. Throw exception ↵Vincent Richard2014-01-1918-54/+152
| | | | | | | | when reading from/writing to disconnected SSL socket.
* | Fixed SMTP disconnection error caused by handshake failure.Vincent Richard2014-01-191-8/+11
| |
* | Added test for "+" not followed by space in continue_req.Vincent Richard2014-01-161-0/+37
| |
| * Merge remote-tracking branch 'upstream/master'tholdawa2014-01-1619-47/+206
| |\ | |/ |/|