aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
|
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-031-0/+29
|
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
|
* Updated FSF address.Vincent Richard2005-09-17117-351/+651
|
* SASL authentication.Vincent Richard2005-09-1724-493/+2203
|
* Input buffer size.Vincent Richard2005-09-161-2/+4
|
* Non-blocking socket input/output.Vincent Richard2005-09-142-22/+51
|
* Added special characters for encoding.Vincent Richard2005-09-081-1/+2
|
* New namespace for message digest algorithms.Vincent Richard2005-09-067-61/+490
|
* Added progression notifications.Vincent Richard2005-09-039-26/+246
|
* Updated code to use smart pointers.Vincent Richard2005-09-024-82/+78
|
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard2005-09-021-0/+44
| | | | the object's constructor.
* NEVER call thisRef() from the object's constructor.Vincent Richard2005-09-011-10/+14
|
* Fixed 'requestAuthInfos()' not public.Vincent Richard2005-08-261-1/+1
|
* Fixed ambiguity when parameter is not const.Vincent Richard2005-08-261-7/+7
|
* Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard2005-08-251-0/+3
|
* Error handling in posixSocket::send().Vincent Richard2005-08-242-8/+79
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2329-9683/+0
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2336-36/+9719
|
* vmime::exception now inherits from std::exception.Vincent Richard2005-08-191-48/+54
|
* Content handler constness.Vincent Richard2005-08-172-3/+3
|
* Added FETCH_IMPORTANCE flag.Vincent Richard2005-07-256-11/+40
|
* Don't throw if no field is found, just return normal priority.Vincent Richard2005-07-241-7/+17
|
* Fixed some doc + getHeader() now returns a ref.Vincent Richard2005-07-243-36/+28
|
* Allow getting/setting importance directly from/on message header.Vincent Richard2005-07-241-3/+15
|
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-242-2/+2
|
* Fixed getMessages().Vincent Richard2005-07-233-4/+15
|
* Fixed a bug when destroying an unconnected IMAP service.Vincent Richard2005-07-211-3/+6
|
* Allow creating 'charset' objects from 'const char*' (for constants).Vincent Richard2005-07-201-17/+6
|
* Fixed default 'word' constructor using platform handler before being ↵Vincent Richard2005-07-181-1/+1
| | | | initialized.
* Fixed error given by g++ 3.3 but not >= 3.4.Vincent Richard2005-07-181-0/+4
|
* Added unit tests for smart pointer.Vincent Richard2005-07-171-0/+12
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-152-6/+50
|
* Reference counting and smart pointers.Vincent Richard2005-07-1275-1401/+1443
|
* Added contentHandler::extractRaw().Vincent Richard2005-07-063-0/+26
|
* Fixed a bug in RFC-2231 implementation.Vincent Richard2005-06-211-1/+1
|
* Fixed compilation errors with g++ 4.0.Vincent Richard2005-06-211-1/+1
|
* Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard2005-06-161-38/+20
|
* Fixed uninitialized variable.Vincent Richard2005-06-161-3/+3
|
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-162-2/+67
|
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard2005-06-151-3/+120
| | | | unit tests.
* Fixed a bug in word parsing.Vincent Richard2005-06-131-2/+18
|
* Fixed memory leak.Vincent Richard2005-06-031-0/+6
|
* Added 'peek' parameter to extract() and extractPart().Vincent Richard2005-05-273-14/+24
|
* Free memory for args.Vincent Richard2005-05-251-3/+8
|
* Fixed bug in subfolders enumeration.Vincent Richard2005-05-191-2/+13
|
* Service properties enhancement.Vincent Richard2005-05-158-96/+426
|
* Oops... missing ')'.Vincent Richard2005-05-141-1/+1
|
* Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard2005-05-141-2/+2
|
* Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard2005-05-031-1/+1
|