diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-25 05:17:27 +0800 |
commit | 8034bd125495a5b1adcd2449534d1d2208bd96e8 (patch) | |
tree | 0d963ba80c4de01fc5559d76f85bfb905db99ff3 /camel/ChangeLog | |
parent | 3c81d8bb9e173bf61f4016e0154a1f4045cc6ba6 (diff) | |
download | gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.gz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.bz2 gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.lz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.xz gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.tar.zst gsoc2013-evolution-8034bd125495a5b1adcd2449534d1d2208bd96e8.zip |
Add CamelTransport abstract class and CamelSendmailTransport
svn path=/trunk/; revision=1921
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7ae791a9a1..4166f9b7c0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2000-02-24 Dan Winship <danw@helixcode.com> + * camel-transport.h: + * camel-transport.c: Add an abstract CamelTransport class. + + * providers/sendmail/*: A CamelTransport that uses sendmail + to deliver mail. + +2000-02-24 Dan Winship <danw@helixcode.com> + * camel-folder.c: use CamelExceptions for run-time errors, not incorrect code. Don't bother validating that an object exists from inside one of its methods, since you couldn't have gotten there if |