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