aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-03-29 07:20:09 +0800
committerDan Winship <danw@src.gnome.org>2002-03-29 07:20:09 +0800
commit93c35349cf39a820d6a41b2da99c2ac19c00ef93 (patch)
tree67914ba24cad1e21435730942e8e79952d55d885 /camel/ChangeLog
parentf2724282525af3eae2f52badf8ecddd31a24db70 (diff)
downloadgsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar.gz
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar.bz2
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar.lz
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar.xz
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.tar.zst
gsoc2013-evolution-93c35349cf39a820d6a41b2da99c2ac19c00ef93.zip
Change the message arg to a CamelMimeMessage instead of a CamelMedium.
* camel-transport.c (camel_transport_send_to): Change the message arg to a CamelMimeMessage instead of a CamelMedium. Even the NNTP provider returns CamelMimeMessages, and we're never going to support anything more exotic than that. Also do a few more g_return_if_fails here instead of in the providers. (camel_transport_can_send): No longer needed. (camel_transport_send): Remove this too. It wasn't being used any more, and it doesn't behave exactly the same in sendmail and smtp. * providers/smtp/camel-smtp-transport.c (smtp_send, smtp_can_send): Gone. (smtp_send_to): Update for arg change. (smtp_data): Make this take a CamelMimeMessage too. * providers/sendmail/camel-sendmail-transport.c (sendmail_send, sendmail_can_send): Gone. (sendmail_send_to): Update for arg change, and merge in the part that used to be shared with sendmail_send. svn path=/trunk/; revision=16278
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d9699f385f..00bfecf372 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,24 @@
+2002-03-28 Dan Winship <danw@ximian.com>
+
+ * camel-transport.c (camel_transport_send_to): Change the message
+ arg to a CamelMimeMessage instead of a CamelMedium. Even the NNTP
+ provider returns CamelMimeMessages, and we're never going to
+ support anything more exotic than that. Also do a few more
+ g_return_if_fails here instead of in the providers.
+ (camel_transport_can_send): No longer needed.
+ (camel_transport_send): Remove this too. It wasn't being used any
+ more, and it doesn't behave exactly the same in sendmail and smtp.
+
+ * providers/smtp/camel-smtp-transport.c (smtp_send,
+ smtp_can_send): Gone.
+ (smtp_send_to): Update for arg change.
+ (smtp_data): Make this take a CamelMimeMessage too.
+
+ * providers/sendmail/camel-sendmail-transport.c (sendmail_send,
+ sendmail_can_send): Gone.
+ (sendmail_send_to): Update for arg change, and merge in the part
+ that used to be shared with sendmail_send.
+
2002-03-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_folder):