- 07 Feb, 2002 3 commits
-
-
- 05 Feb, 2002 10 commits
-
-
-
line arguments. This allows all mailutils programs to share common code and to have the same subset of command line options. Besides, this allows to have a single configuration file for entire package. The common command-line subsets are (struct argp_child): 1. mu_common_argp_child: handles --maildir,--log-facility, --license and --sql-.* family of options. (The latter are used to supply data for SQL getpwnam et al. functions instead of hard-coding them). 2. mu_daemon_argp_child: handles --daemon,--inetd,--port and --timeout options.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
-
- 04 Feb, 2002 4 commits
-
-
- 30 Jan, 2002 3 commits
-
-
-
table to allow for '.', etc. in the usernames. Fixed memory overrun. (_url_path_rev_index): Use character translation table.
Sergey Poznyakoff authored -
-
- 27 Jan, 2002 5 commits
-
-
-
-
imap_mailbox_name_match() - new function, uses strcasecmp() for INBOX, since INBOX is itself in any case combination, and fnmatch() otherwise. imap_list() - mailbox name (an ASTRING) wasn't being unquoted. folder_imap_list() - always failed to match it's name arg against the mailbox name (imap_list needed to unquote the name, and the name comparison needed to treat INBOX specially).
Sam Roberts authored -
into mailbox_imap_open(). Now mailbox_imap_open() will fail if the mailbox doesn't exist, or can't be created despite creation being requested (like the other types of mailbox).
Sam Roberts authored
-
- 26 Jan, 2002 1 commit
-
-
- 23 Jan, 2002 11 commits
-
-
- 22 Jan, 2002 3 commits
-
-