index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
exception.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
SMTP-specific exceptions.
Vincent Richard
2013-09-08
1
-28
/
+0
|
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
1
-0
/
+12
|
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
1
-0
/
+28
|
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
1
-1
/
+1
|
*
Throw exception when an invalid value type is set in a header field.
Vincent Richard
2013-02-27
1
-6
/
+6
|
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
|
*
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
2012-11-01
1
-12
/
+12
|
|
|
|
selection of platform handler.
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
|
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
|
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-6
/
+6
|
*
Fixed parsing when space occurs at the end of the field value.
Vincent Richard
2006-08-25
1
-2
/
+2
|
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
|
*
Fixed segfault in destructor when chaining 3 exceptions or more.
Vincent Richard
2005-12-05
1
-0
/
+6
|
*
Fixed problem with 'no_auth_information' exception when SASL support is ↵
Vincent Richard
2005-10-30
1
-13
/
+26
|
|
|
|
disabled.
*
Charset converter.
Vincent Richard
2005-10-19
1
-2
/
+2
|
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-0
/
+54
|
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
|
*
SASL authentication.
Vincent Richard
2005-09-17
1
-4
/
+44
|
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
1
-0
/
+12
|
*
Error handling in posixSocket::send().
Vincent Richard
2005-08-24
1
-1
/
+15
|
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-25
/
+25
|
*
vmime::exception now inherits from std::exception.
Vincent Richard
2005-08-19
1
-48
/
+54
|
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
1
-0
/
+12
|
*
Added new basic type 'messageIdSequence'.
Vincent Richard
2005-03-27
1
-0
/
+12
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
|
*
Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵
Vincent Richard
2005-01-04
1
-2
/
+4
|
|
|
|
bug in 'posixSocket::connect()' when specifying an IP address.
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
|
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-1
/
+1
|
*
Allow creating a service from an URL.
Vincent Richard
2004-12-26
1
-2
/
+4
|
*
Moved code from 'exception.hpp' to 'exception.cpp' + new features for ↵
Vincent Richard
2004-12-19
1
-0
/
+621
exceptions.