summaryrefslogtreecommitdiff
path: root/imap4d
AgeCommit message (Collapse)AuthorFiles
2007-07-14Rewrite using parse tree instead of instruction array. Implement boolean ↵Sergey Poznyakoff1
shortcut evaluation.
2007-07-14(util_parse_822_date): First arg is constSergey Poznyakoff2
2007-07-10Minor fixesSergey Poznyakoff1
2007-07-10Fix format stringsSergey Poznyakoff3
2007-07-09Rewrite using new envelope accessorsSergey Poznyakoff3
2007-07-05(INCLUDES): Remove INTLINCSSergey Poznyakoff1
2007-06-28Use MU_ARG_UNUSED to mark unused formal parameters.Sergey Poznyakoff4
2007-06-28Mark printf-like calls with MU_PRINTFLIKE.Sergey Poznyakoff1
2007-06-27Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries ↵Sergey Poznyakoff51
under LPGL v.3
2007-06-24Use mu_address_sget functions, where possible.Sergey Poznyakoff1
2007-05-09Update to match bugfixes in mime.cSergey Poznyakoff1
2007-03-07Fix patternSergey Poznyakoff1
2006-04-05(is_atom): New function.Sergey Poznyakoff1
2006-04-05(print_file,print_dir): Rewrite using anSergey Poznyakoff1
auxiliary function. Make sure the string is properly quoted if it is not a valid atom.
2006-04-05(is_atom): New functionSergey Poznyakoff1
2006-03-12Use mu_strftimeSergey Poznyakoff2
2006-03-07Use MU_LIB_.* variables instead of referring to the libraries by their ↵Sergey Poznyakoff1
relative paths.
2006-01-27(imap4d_select0): Fix status display.Sergey Poznyakoff1
2006-01-27Add 2006 to the copyright statementSergey Poznyakoff1
2006-01-25(imap4d_select0): Create INBOX if it does not exist.Sergey Poznyakoff1
2006-01-20Include mu_umaxtostr.hSergey Poznyakoff1
2006-01-20Use mu_umaxtostr to format size_t and off_t valuesSergey Poznyakoff3
2006-01-20(AM_LDFLAGS): Load libmuaux before libmailutils.Sergey Poznyakoff1
2006-01-20(util_chdir): New function.Sergey Poznyakoff1
2006-01-20(imap4d_check_home_dir,util_chdir): New prototype.Sergey Poznyakoff1
2006-01-20(create_home_dir,home_dir_mode): New variablesSergey Poznyakoff1
(options): New option --create-home-dir (imap4d_check_home_dir): New function
2006-01-20(imap4d_login): Call imap4d_check_home_dir before switching to user'sSergey Poznyakoff1
privileges. Bail out if it returns with an error. Use util_chdir instead of chdir to change to user's home directory.
2006-01-20(imap4d_authenticate): CallSergey Poznyakoff1
imap4d_check_home_dir before switching to user's privileges. Bail out if it returns with an error. Use util_chdir instead of chdir to change to user's home directory.
2005-12-04(imap4d_status): Flush attributes before opening the mailbox.Sergey Poznyakoff1
(status_unseen): Remove superfluous condition Fixes [bug #15143].
2005-12-04Do not create anything and return OK if the argument is suffixed with a ↵Sergey Poznyakoff1
hierarchy separator. Fixes [bug #15142].
2005-12-04(list_file,print_dir,print_file): Use mkfullname. Fixes [bug #15144].Sergey Poznyakoff1
2005-11-15(UNCLUDES): Rewritten using MU_COMMON_INCLUDESSergey Poznyakoff1
2005-11-12Load MU_AUTHLIBS before libmailutils. Fixes cygwin buildSergey Poznyakoff1
2005-11-03Load libmuauth before libmailutilsSergey Poznyakoff1
2005-09-09Always pass format string as a third argument to util_finish. Although this ↵Sergey Poznyakoff3
is not necessary, since 'buffer' is guaranteed to contain a normal error string, without format specifiers, yet this will simplify maintainence.
2005-09-09(imap4d_search): Fix potential vulnerability: pass format string as a third ↵Sergey Poznyakoff1
argument to util_finish
2005-08-27Normalize global namespace. Part 2Wojciech Polak14
2005-08-26Normalize global namespace. Part 1Sergey Poznyakoff18
2005-08-16Rename libmailbox to libmailutils. Rename the convenience library ↵Sergey Poznyakoff1
(lib/libmailutils) to libmuaux.
2005-08-16Remove __P() and __PMT() wrappers.Sergey Poznyakoff9
2005-08-10Fixed commentSergey Poznyakoff1
2005-08-10Synchronize with the recent changes.Sergey Poznyakoff1
2005-08-10(util_msgset): For message sets in form X:Y whereSergey Poznyakoff1
Y is a not-existing UID greater than maximum UID value in the mailbox, replace Y with the latter.
2005-08-10(imap4d_copy0): Minor improvementSergey Poznyakoff2
2005-06-23Minor correctionSergey Poznyakoff1
2005-06-23Do not attempt to flush a mailbox opened in read-only mode.Sergey Poznyakoff1
2005-05-23Compute upper limit for the message set spec based on the value of MU_ULONG_MAX.Sergey Poznyakoff2
2005-05-23(site.exp): Set MU_ULONG_MAXSergey Poznyakoff1
2005-05-20(fetch_getcommand): Changed proto to make gcc 4.0 happy.Sergey Poznyakoff1
2005-05-17Updated FSF addressalpha_0_6_90Sergey Poznyakoff51

Return to:

Send suggestions and report system problems to the System administrator.