aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Vincent Richard2005-09-021-0/+13
| | | | the object's constructor.
* 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-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
|
* Added simple test for STL containers.Vincent Richard2005-07-181-0/+41
|
* 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-183-2/+8
|
* Reference counting and smart pointers.Vincent Richard2005-07-171-6/+5
|
* Added unit tests for smart pointer.Vincent Richard2005-07-175-1/+237
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-156-8/+67
|
* Reference counting and smart pointers.Vincent Richard2005-07-12187-2132/+2982
|
* Added contentHandler::extractRaw().Vincent Richard2005-07-068-0/+44
|
* 'depcomp' not used.Vincent Richard2005-07-061-1/+1
|
* Makefiles in examples/ not used.Vincent Richard2005-07-061-2/+2
|
* Fixed 'bootstrap' script not running on Windows.Vincent Richard2005-07-051-1/+1
|
* Fixed SConstruct so 'sendmail' does not build on Windows.Vincent Richard2005-07-051-14/+27
|