diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-16 03:22:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-16 03:22:14 +0800 |
commit | b238693b64aa877efe1d0d09aa8129748be095ed (patch) | |
tree | 96b6a2ba9ddc58a653f0d03564b3faa8d77d5583 /camel/ChangeLog | |
parent | 811c9c4acdc308b55d38dda2fda2e30433cd5e5b (diff) | |
download | gsoc2013-evolution-b238693b64aa877efe1d0d09aa8129748be095ed.tar.gz gsoc2013-evolution-b238693b64aa877efe1d0d09aa8129748be095ed.tar.zst gsoc2013-evolution-b238693b64aa877efe1d0d09aa8129748be095ed.zip |
Updated to match the new send_to API. (smtp_send): Get the from address
2002-01-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_send_to): Updated to
match the new send_to API.
(smtp_send): Get the from address and pass that along to
smtp_send_to().
* providers/sendmail/camel-sendmail-transport.c
(sendmail_send_to): Updated to match the new send_to API.
* camel-transport.c (camel_transport_send_to): Now takes a from
argument too.
svn path=/trunk/; revision=15328
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 07994e21f8..44b571ac7b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,16 @@ 2002-01-15 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_send_to): Updated to + match the new send_to API. + (smtp_send): Get the from address and pass that along to + smtp_send_to(). + + * providers/sendmail/camel-sendmail-transport.c + (sendmail_send_to): Updated to match the new send_to API. + + * camel-transport.c (camel_transport_send_to): Now takes a from + argument too. + * providers/imap/camel-imap-folder.c (imap_update_summary): Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT. This should now finish the fixification of bug |