- 26 Jul, 2002 1 commit
-
-
- 27 Jun, 2002 1 commit
-
-
- 24 May, 2002 4 commits
-
-
- 14 May, 2002 4 commits
-
-
- 13 May, 2002 2 commits
-
-
- 11 May, 2002 1 commit
-
-
- 09 May, 2002 7 commits
-
-
qualified. mailer_check_from(): ensures that there is only one address, and it is qualified.
Sam Roberts authored -
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 -
-
-
- 27 Apr, 2002 1 commit
-
-
- 16 Apr, 2002 1 commit
-
-
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
-
- 15 Apr, 2002 1 commit
-
-
- 11 Apr, 2002 1 commit
-
-
Fixed bug wherein lock count wasn't incremented for external locking. Fixed bug wherein the right flags wasn't checked during union init.
Sam Roberts authored
-
- 10 Apr, 2002 1 commit
-
-
- 08 Apr, 2002 1 commit
-
-
- 28 Mar, 2002 1 commit
-
-
- 25 Mar, 2002 2 commits
-
-
have to include the header for the functions you want to use, but you can change a header without causing a recompile of everything. Also added some missing LGPL file headers.
Sam Roberts authored -
the locking. Default is "dotlock", which is setgid mail so can lock in a mailspool that users may not have write permissions to.
Sam Roberts authored
-
- 21 Mar, 2002 1 commit
-
-
- 15 Mar, 2002 1 commit
-
-
when required. * mailbox/include/imap0.h: warning: comma at end of enumerator list. * mailbox/locker.c (locker_set_expire_time): warning: declaration of `time' shadows global declaration (locker_get_expire_time): declaration of `time' shadows global declaration * mailbox/mbx_default.c (mu_path_maildir): Use "const" to reinforce a constant string. * include/mailutils/mailbox.h (mu_path_maildir): constant "const". * mailbox/mbx_mbox.c (mbox_append_message): status already declared. * mailbox/memory_stream.c (_memory_truncate): Cast before doing the comparison. * mailbox/parse822.c (parse822_time): useless ';' outside function definition. * mailbox/smtp.c (smtp_send_message): warning: declaration of `from' shadows a parameter declaration of `to' shadows a parameter.
Alain Magloire authored
-
- 13 Mar, 2002 1 commit
-
-
- 12 Mar, 2002 2 commits
-
- 02 Mar, 2002 1 commit
-
-
and stub read/write lock mode. New function, to remove a lock even if not owned (useful for the external dotlock utility). New functions, to set the expire time for MU_LOCKER_TIME, the flags, and the retries and retry sleep for MU_LOCKER_RETRY.
Sam Roberts authored
-
- 27 Feb, 2002 3 commits
-
- 26 Feb, 2002 1 commit
-
-
- 21 Feb, 2002 1 commit