diff options
author | EDT 2000 Jeffrey Stedfast <fejj@stampede.org> | 2000-05-09 20:56:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-09 20:56:51 +0800 |
commit | a07fe2730b8ce75e6269f771f63a66c5cb094326 (patch) | |
tree | b28b8e26b9b755a772ab6f0da90e63f7669a3828 /camel/ChangeLog | |
parent | ee595f4b98e8971224781061f96a46744f8d35f3 (diff) | |
download | gsoc2013-evolution-a07fe2730b8ce75e6269f771f63a66c5cb094326.tar.gz gsoc2013-evolution-a07fe2730b8ce75e6269f771f63a66c5cb094326.tar.zst gsoc2013-evolution-a07fe2730b8ce75e6269f771f63a66c5cb094326.zip |
o Moved struct_address from camel-internet-address.c to
Tue May 9 09:03:18 EDT 2000 Jeffrey Stedfast <fejj@stampede.org>
o Moved struct_address from camel-internet-address.c to camel-internet-address.h (so it could be used in providers/smtp/camel-smtp-transport.h)
o providers/smtp/camel-smtp-transport.c _send should now work like it was meant to
CVS
svn path=/trunk/; revision=2937
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dffbc5ffd5..c516eaf6c4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-05-09 Jeffrey Stedfast <fejj@stampede.org> + + * camel-internet-address.[c,h]: Moved struct _address from + camel-internet-address.c to camel-internet-address.h + (hopefully this doesn't break anything...) + * providers/smtp/camel-smtp-transport.c: (_send): now + populates the recipient list with To, Cc, and Bcc addresses. + Should now be able to use this module. + 2000-05-09 Dan Winship <danw@helixcode.com> * providers/mbox/camel-mbox-folder.c (mbox_get_message_by_uid): @@ -5,10 +14,10 @@ 2000-05-08 Jeffrey Stedfast <fejj@stampede.org> - * camel-smtp-transport.c: no longer frees memory it shouldn't, - updated to reflect camel-stream changes involving CamelException - (perhaps it should use a different CamelException variable than - is passed to the camel smtp module?) + * providers/smtp/camel-smtp-transport.c: no longer frees memory it + shouldn't, updated to reflect camel-stream changes involving + CamelException (perhaps it should use a different CamelException + variable than is passed to the camel smtp module?) 2000-05-08 Dan Winship <danw@helixcode.com> |