- 09 May, 2002 11 commits
-
-
header_set_value(): there was no way to remove a field, now calling set with a field value of NULL removes the field. header_get_value(): was concatenating the values of all the fields with the same name, now it doesn't. header_get_address(): convenience function to get an address_t from a header field. header.h: sorted API functions to top of header, and ones used in implementing header_t to the bottom.
Sam Roberts authored -
address_get_group_count() - the number of groups in an address_t address_get_unix_mailbox_count() - the number of unix mailboxes in ...
Sam Roberts authored -
with gethostbyname() if possible. mu_get_user_email_domain() and family now use mu_get_host_name()
Sam Roberts authored -
-
-
-
-
-
- 02 May, 2002 14 commits
-
-
-
-
of doing it in deliver(). If the message was modified, drop it to the separate temporary file first, so that all modifications get to the user's maildrop.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
-
-
-
-
- 27 Apr, 2002 3 commits
-
-
- 19 Apr, 2002 6 commits
-
-
- 16 Apr, 2002 4 commits
-
-
-
new mu_set_user_email_domain() - domain to use to qualify an @-less username modified mu_get_user_email() - now uses default address and domain, if set -E,--email-addr - config option, calls mu_set_user_email -D,--email-domain - config option, calls mu_set_user_email_domain :address group for the above config options
Sam Roberts authored -
-
declared is to always call a mailutils wrapper function, which in turn calls the real function. That means the wrappers (and other functions in lib) will still compile with warnings, but the mailbox and utility code can compile clean.
Sam Roberts authored
-
- 15 Apr, 2002 2 commits
-
-