aboutsummaryrefslogtreecommitdiffstats
path: root/src/exception.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-748/+0
| | | | build.
* Replaced "no_such_parameter" exception with "std::out_of_range". Fixed ↵Vincent Richard2013-11-231-12/+0
| | | | argument of std::out_of_range.
* Do not throw exception for normal code flow. Removed ↵Vincent Richard2013-11-231-24/+0
| | | | exceptions::no_such_address and exceptions::no_such_mailbox, using std::out_of_range instead.
* Do not throw exception for normal code flow (removed ↵Vincent Richard2013-11-231-12/+0
| | | | exceptions::no_object_found).
* Do not throw exception for normal code flow.Vincent Richard2013-11-211-14/+0
|
* SMTP-specific exceptions.Vincent Richard2013-09-081-28/+0
|
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-161-0/+12
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-241-0/+28
|
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-1/+1
|
* Throw exception when an invalid value type is set in a header field.Vincent Richard2013-02-271-6/+6
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-12/+12
| | | | selection of platform handler.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-6/+6
|
* Fixed parsing when space occurs at the end of the field value.Vincent Richard2006-08-251-2/+2
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard2005-12-051-0/+6
|
* Fixed problem with 'no_auth_information' exception when SASL support is ↵Vincent Richard2005-10-301-13/+26
| | | | disabled.
* Charset converter.Vincent Richard2005-10-191-2/+2
|
* Added TLS/SSL support.Vincent Richard2005-10-031-0/+54
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* SASL authentication.Vincent Richard2005-09-171-4/+44
|
* New namespace for message digest algorithms.Vincent Richard2005-09-061-0/+12
|
* Error handling in posixSocket::send().Vincent Richard2005-08-241-1/+15
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-25/+25
|
* vmime::exception now inherits from std::exception.Vincent Richard2005-08-191-48/+54
|
* Sendmail implementation + filtered streams.Vincent Richard2005-04-281-0/+12
|
* Added new basic type 'messageIdSequence'.Vincent Richard2005-03-271-0/+12
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-041-2/+4
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-1/+1
|
* Allow creating a service from an URL.Vincent Richard2004-12-261-2/+4
|
* Moved code from 'exception.hpp' to 'exception.cpp' + new features for ↵Vincent Richard2004-12-191-0/+621
exceptions.