Change the prototype for camel_address_get_type to return a CamelType
authorJeffrey Stedfast <fejj@ximian.com>
Thu, 20 Dec 2001 18:45:22 +0000 (18:45 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 20 Dec 2001 18:45:22 +0000 (18:45 +0000)
commit6c546a95c12c6002c1b353522c787971de600ec1
tree04358c2586874de653942585af9a303febe92fbd
parent579c8027680f13c22c69646ead41a6ca8f7ef4bb
Change the prototype for camel_address_get_type to return a CamelType

2001-12-20  Jeffrey Stedfast  <fejj@ximian.com>

* camel-address.h: Change the prototype for camel_address_get_type
to return a CamelType (since internally this is what it returns
and also in case we decide to write a replacement for the current
CamelObject it'd be easier to drop in).

* camel-internet-address.h: Same but for
camel_internet_address_get_type()

* providers/smtp/camel-smtp-transport.c (smtp_send_to): Updated to
use a CamelAddress of recipients.
(smtp_send): Since smtp_send_to now takes a CamelAddress
recipients argument, our lives have been simplified and we can now
just concat To/Cc/Bcc into a recipients addr and send away.

* providers/sendmail/camel-sendmail-transport.c
(sendmail_send_to): Updated to use a CamelAddress of recipients.

* camel-transport.c (camel_transport_send_to): Now takes a
CamelAddress argument for the recipient list rather than a GList.
camel/ChangeLog
camel/camel-address.h
camel/camel-internet-address.h
camel/camel-transport.c
camel/camel-transport.h
camel/providers/sendmail/camel-sendmail-transport.c
camel/providers/smtp/camel-smtp-transport.c