Commit 248b2253 248b2253a31a91a2cac0ac3bbb2d0f037083f9d6 by Alain Magloire

Updated.

1 parent a01c415e
Showing 1 changed file with 14 additions and 0 deletions
2001-03-09 Sam Roberts
* include/mailutils/address.h - api for new parser,
address_create0(), and to get route, local-part, and domain.
* mailbox/address.c - implmentation of 3 new get functions, first
cut, needs cleanup
* mailbox/include/address0.h - new members of _address, deleted
one that looked unused.
* mailbox/parse822.c - implementation of address_create0(),
which handles groups, routes, and the hoary old comment phrase
* addr/addr.c - parses addresses from its command line or
stding using create() or create0().
* mailbox/mbx_imap.c - need strings.h on some systems, like Nto
2001-03-12 Sam Roberts
* frm/frm.c (main) : Changed to only print subject if
......