aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expunge deleted messages when closing folder.Vincent Richard2005-10-061-0/+2
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-0649-152/+158
* Moved MSVC-specific defines.Vincent Richard2005-10-051-2/+4
* 'struct' to 'class' to avoid warning with MSVC.Vincent Richard2005-10-051-1/+3
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-0419-88/+41
* Added service::setSocketFactory().Vincent Richard2005-10-0421-65/+60
* Added TLS/SSL support.Vincent Richard2005-10-0359-589/+4275
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-032-0/+32
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
* Fixed bug when response text is empty.Vincent Richard2005-10-021-3/+12
* Updated FSF address.Vincent Richard2005-09-17284-852/+1820
* SASL authentication.Vincent Richard2005-09-1755-770/+3530
* 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-0621-200/+1279
* Added progression notifications.Vincent Richard2005-09-0322-46/+310
* Updated code to use smart pointers.Vincent Richard2005-09-029-133/+128
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from the...Vincent Richard2005-09-021-0/+13
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from the...Vincent Richard2005-09-021-0/+44
* NEVER call thisRef() from the object's constructor.Vincent Richard2005-09-012-10/+18
* Added a menu entry to change current folder.Vincent Richard2005-09-011-2/+40
* Missing M4 files in dist + fixed iconv detection.Vincent Richard2005-08-281-9/+10
* Added missing M4.Vincent Richard2005-08-281-0/+110
* Added missing M4.Vincent Richard2005-08-272-0/+706
* Added M4 for iconv.Vincent Richard2005-08-272-1/+102
* XML output for test results.Vincent Richard2005-08-271-15/+178
* SF#1274389: bootstrap is a bash script, not a sh script.Vincent Richard2005-08-272-2/+2
* Using AM_ICONV for better detection of libiconv.Vincent Richard2005-08-261-0/+17
* Fixed 'requestAuthInfos()' not public.Vincent Richard2005-08-263-5/+5
* Unit tests for 'misc::importanceHelper'.Vincent Richard2005-08-262-1/+164
* Fixed ambiguity when parameter is not const.Vincent Richard2005-08-262-14/+14
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-2551-9464/+2619
* Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard2005-08-252-1/+4
* Error handling in posixSocket::send().Vincent Richard2005-08-244-9/+100
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2361-18832/+0
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2381-171/+19019
* Added test case for '?' in the middle of the encoded buffer.Vincent Richard2005-08-221-0/+4
* vmime::exception now inherits from std::exception.Vincent Richard2005-08-193-97/+115
* Content handler constness.Vincent Richard2005-08-175-14/+14
* Added FETCH_IMPORTANCE flag.Vincent Richard2005-07-258-11/+46
* Don't throw if no field is found, just return normal priority.Vincent Richard2005-07-241-8/+18
* Fixed some doc + getHeader() now returns a ref.Vincent Richard2005-07-247-46/+38
* Allow getting/setting importance directly from/on message header.Vincent Richard2005-07-242-3/+36
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-244-7/+9
* Fixed getMessages().Vincent Richard2005-07-234-4/+20
* Fixed a bug when destroying an unconnected IMAP service.Vincent Richard2005-07-211-3/+6
* Added tests for smart pointer comparison.Vincent Richard2005-07-211-0/+25
* Allow creating 'charset' objects from 'const char*' (for constants).Vincent Richard2005-07-202-18/+7