diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-06 09:01:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-06 09:01:26 +0800 |
commit | a30dec16fd81cef36804cb741e2a0bb1d799dfd7 (patch) | |
tree | dcf4c7307a7aed13e9db8e013582821ee5fb50b9 /mail/ChangeLog | |
parent | 1d7f4317543842ec64e2962c662b04b9f36c6e33 (diff) | |
download | gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar.gz gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar.bz2 gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar.lz gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar.xz gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.tar.zst gsoc2013-evolution-a30dec16fd81cef36804cb741e2a0bb1d799dfd7.zip |
Decode the header before writing it to the header box.
2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (write_field_to_stream): Decode the header before
writing it to the header box.
* mail-callbacks.c (send_receieve_mail): fetch mail before
sending, this is a temp fix for POP-before-SMTP authentication.
svn path=/trunk/; revision=5759
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3327d5584a..55e6dd1824 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> + * mail-format.c (write_field_to_stream): Decode the header before + writing it to the header box. + * mail-callbacks.c (send_receieve_mail): fetch mail before sending, this is a temp fix for POP-before-SMTP authentication. |