Commit 842b4116 842b4116ef7176741bfb4f5afd906a1634e9b6dd by Wojciech Polak

Updated

1 parent 371988e1
1 2005-02-26 Wojciech Polak 1 2005-02-26 Wojciech Polak
2 2
3 * mh/send.c (expand_aliases): Bugfix. Do not use statically
4 allocated buffer. Use header_aget_field_name() instead.
5 The utility freezed with header names longer than 16 bytes.
6
7 2005-02-26 Wojciech Polak
8
3 * mailbox/url_smtp.c (_url_smtp_init): Do not reject 9 * mailbox/url_smtp.c (_url_smtp_init): Do not reject
4 an URL with user name, password, or auth method specified. 10 an URL with user name, password, or auth method specified.
5 We will use it in further ESMTP authentication. 11 We will use it in further ESMTP authentication.
......