aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-29 10:53:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-29 10:53:47 +0800
commit338c81f70a92560970f7a6c542c38a3839cc748c (patch)
tree2af652794d0d795e55628e671acb0ad306bcf4c9 /camel/ChangeLog
parentad08b9bda3baa61b53bba13b8df47978e3992fbb (diff)
downloadgsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar.gz
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar.bz2
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar.lz
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar.xz
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.tar.zst
gsoc2013-evolution-338c81f70a92560970f7a6c542c38a3839cc748c.zip
Fixed some memory leaks. (camel_smtp_transport_init): Initialize
2000-09-28 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.c: Fixed some memory leaks. (camel_smtp_transport_init): Initialize supports_8bit to FALSE. (smtp_helo): If server supports 8bit, set supports_8bit to TRUE. * camel-transport.h (struct _CamelTransport): Added variable gboolean supports_8bit (we'll need this eventually? - see bugzilla bug #53) * providers/smtp/camel-smtp-transport.c (smtp_get_email_addr_from_text): Ugh, no wonder people were getting illegal seek warnings *sigh*. I guess I can only blame myself for this one though :-( svn path=/trunk/; revision=5631
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 554d22eb2a..c39f93262d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,20 @@
2000-09-28 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/smtp/camel-smtp-transport.c: Fixed some memory leaks.
+ (camel_smtp_transport_init): Initialize supports_8bit to FALSE.
+ (smtp_helo): If server supports 8bit, set supports_8bit to TRUE.
+
+ * camel-transport.h (struct _CamelTransport): Added variable
+ gboolean supports_8bit (we'll need this eventually? - see bugzilla
+ bug #53)
+
+ * providers/smtp/camel-smtp-transport.c
+ (smtp_get_email_addr_from_text): Ugh, no wonder people were
+ getting illegal seek warnings *sigh*. I guess I can only blame
+ myself for this one though :-(
+
+2000-09-28 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/smtp/camel-smtp-transport.c (_send_to): Don't send the
recipient data through smtp_get_email_addr_from_text - this is a
complete waste. In fact, we don't want to have to use that