- 14 Aug, 2008 1 commit
-
-
* auth/gsasl.c (_gsasl_readline): Prevent stucking in blocking streams. * imap4d/auth_gsasl.c: Remove deprecated functions and data types. * imap4d/auth_gss.c (auth_gssapi): Fix signature. * imap4d/copy.c (imap4d_copy0): Fix return value. * imap4d/imap4d.c (imap4d_cfg_param): Fix type of login-disabled. * include/mailutils/gsasl.h (struct mu_gsasl_module_data): New members: service, realm, hostname, anon_user. * libcfg/gsasl.c (mu_gsasl_param): New keywords: service, realm, hostname, anonymous-user.
Sergey Poznyakoff authored
-
- 13 Aug, 2008 1 commit
-
-
* imap4d/util.c (imap4d_readline): Fix loop break condition. * imap4d/testsuite/lib/imap4d.exp: Send newline after a literal.
Sergey Poznyakoff authored
-
- 12 Aug, 2008 1 commit
-
-
* imap4d/copy.c, imap4d/fetch.c, imap4d/store.c: Do not report error on non-existing message sets (RFC 3501, section 6.4.8). * imap4d/testsuite/imap4d/IDEF0955.exp: Reflect this behavior. * imap4d/testsuite/imap4d/fetch.exp: Header names in replies to BODY[HEADER.FIELDS...] are no longer quoted.
Sergey Poznyakoff authored
-
- 11 Aug, 2008 2 commits
-
-
* imap4d/authenticate.c (_auth_try): Fix call to p->handler. * imap4d/fetch.c (fetch_send_section_part): New argument close_bracket. Never print .PEEK, it confuses some clients (notably Thunderbird). I need to verify RFC, though. All callers updated. * imap4d/idle.c: Use imap4d_getline to get the reply, to avod modifying tok and command. * imap4d/imap4d.h (util_send_bytes, util_trim_nl): New prototypes. * imap4d/util.c (util_trim_nl): New function. (imap4d_getline): Use util_trim_nl.
Sergey Poznyakoff authored -
* imap4d/fetch.c (fetch_send_section_part): Make sure the item tag always reflects peek status. All callers updated. (fetch_io): Try to allocate as large a buffer as possible. Use util_send_bytes where fit. * imap4d/imap4d.h (imap4d_auth_handler_fp): Remove unused argument. * imap4d/store.c (imap4d_store0): Take into account eventual UID prefix. * imap4d/util.c (util_send_bytes): New function. (util_send): Comment out transcript. (util_do_command): Fix coredump on invalid commands. (imap4d_readline): Transcript only first line of the input. Ensure entire literal is read.
Sergey Poznyakoff authored
-
- 10 Aug, 2008 1 commit
-
-
* imap4d/util.c (util_getword, util_getitem, util_token) (util_unquote): Remove. (imap4d_readline): Rewrite to reduce memory reallocation. Add support for non-synchronizing literals (RFC 2088). (imap4d_readline_ex): Remove. (util_do_command): Rewrite using new imap4d_readline. (util_parse_internal_date0): Remove. (imap4d_tokbuf_init, imap4d_tokbuf_destroy, imap4d_tokbuf_argc) (imap4d_tokbuf_getarg, util_isdelim) (imap4d_tokbuf_from_string): New functions. * imap4d/append.c, imap4d/auth_gss.c, imap4d/authenticate.c, imap4d/check.c, imap4d/close.c, imap4d/commands.c, imap4d/copy.c, imap4d/create.c, imap4d/delete.c, imap4d/examine.c, imap4d/imap4d.h, imap4d/list.c, imap4d/login.c, imap4d/logout.c, imap4d/lsub.c, imap4d/expunge.c, imap4d/idle.c, imap4d/noop.c, imap4d/rename.c, imap4d/search.c, imap4d/select.c, imap4d/starttls.c, imap4d/status.c, imap4d/store.c, imap4d/subscribe.c, imap4d/uid.c, imap4d/unsubscribe.c, imap4d/version.c: Rewrite using new imap4d_readline. * imap4d/namespace.c: Use new imap4d_readline. Ensure that each reported prefix ends with a hierarchy delimiter. * imap4d/imap4d.c (imap4d_mainloop): Use new imap4d_readline. * imap4d/fetch.c: Rewrite parser from scratch. * imap4d/capability.c (imap4d_capability_init): Report LITERAL+ capability. * imap4d/testsuite/imap4d/anystate.exp: Account for the LITERAL+ capability. * imap4d/testsuite/imap4d/append.exp: Fix APPEND arguments (imap4d requires exactly three arguments, as per RFC3501. Fix octet count in literals returned by fetch (previous versions failed to include the trailing CRLF). * imap4d/testsuite/imap4d/create.exp: Likewise. * imap4d/testsuite/imap4d/fetch.exp: Fix FETCH arguments (previous versions incorrectly accepted header-list without parentheses. Fix result of FETCH 4 BODY[2.2.1]: it returns entire part, in the contrast to previous versions, which treated it as BODY[2.2.1.TEXT]. * maidag/mailtmp.c (mail_tmp_finish): Ensure /dev/null is treated as mailbox.
Sergey Poznyakoff authored
-
- 08 Aug, 2008 1 commit
-
-
* imap4d/append.c (imap4d_append0): Provide size method for the message stream. * imap4d/select.c (imap4d_select0): Call mu_mailbox_create_default. * mailbox/amd.c (amd_append_message): Improve error checking.
Sergey Poznyakoff authored
-
- 07 Aug, 2008 2 commits
-
-
-
* imap4d/create.c: Rewrite to create mailboxes honoring mailbox-type. * mailbox/mailbox.c (mu_mailbox_create): Bugfix.
Sergey Poznyakoff authored
-
- 04 Aug, 2008 2 commits
-
-
-
* pop3d/retr.c (pop3d_retr): Use constant-size buffer. This avoids running out of memory on messages that do not contain trailing newline. * pop3d/top.c (pop3d_top): Likewise.
Sergey Poznyakoff authored
-
- 31 Jul, 2008 1 commit
-
-
* libproto/include/amd.h: Fix indentation. * libproto/maildir/mbox.c (maildir_scan_dir): Do not assign uids before inserting message, it breaks their ordering. (maildir_scan0): Assign uids here. A temporary solution.
Sergey Poznyakoff authored
-
- 19 Jul, 2008 1 commit
-
-
* mh/mhn.c (normalize_path): First arg is const char *. (store_handler): Avoid unnecessary allocations (and coredumps, if mhn-storage profile is not set.
Sergey Poznyakoff authored
-
- 18 Jul, 2008 3 commits
-
-
* libsieve/actions.c, libsieve/comparator.c, libsieve/conf.c, libsieve/load.c, libsieve/prog.c, libsieve/register.c, libsieve/relational.c, libsieve/require.c, libsieve/runtime.c, libsieve/sieve.h, libsieve/sieve.l, libsieve/sieve.y, libsieve/tests.c, libsieve/util.c: Prefix all external identifiers, that are not intended for use by application programs, with mu_sv_.
Sergey Poznyakoff authored -
* NEWS, configure.ac: Raise version to 1.9.91 * mail/mailline.c (ml_getc): Fix indentation. * mailbox/mime.c (mu_mime_get_part): Return MU_ERR_NOENT if part is out of range.
Sergey Poznyakoff authored -
* libsieve/comparator.c, libsieve/prog.c, libsieve/require.c, libsieve/runtime.c, libsieve/sieve.h, libsieve/sieve.l, libsieve/sieve.y, libsieve/util.c: Prefix instr_ functions with mu_. (sieve_filename, sieve_line_num): Removed. Use new global mu_sieve_locus instead.
Sergey Poznyakoff authored
-
- 04 Jul, 2008 1 commit
-
-
* mailbox/message_stream.c (_mu_rfc822_stream): New members envelope, and envelope_length. (_mu_rfc822_read, _mu_rfc822_readline, _mu_rfc822_size): Skip eventual envelope string. (_mu_rfc822_open): Save envelope. (_mu_rfc822_destroy): Free envelope. (restore_envelope): Use message envelope, if it is present.
Sergey Poznyakoff authored
-
- 17 Jun, 2008 2 commits
-
-
- 16 Jun, 2008 3 commits
-
-
-
hrd->tail != NULL. (header_readline): Return immediately if header size is 0.
Sergey Poznyakoff authored -
-
- 03 Jun, 2008 1 commit
- 31 May, 2008 1 commit
-
-
field. * mailbox/amd.c (amd_append_message): Cache information about mailbox size in file .mu-size. (make_size_file_name, read_size_file, write_size_file): New functions. (amd_expunge, amd_sync): Update size cache file. (amd_get_size): Use size cache file if no mailbox_size method is provided. * mailbox/mbx_default.c (mu_normalize_mailbox_url): Accept `=' suffix for all mailbox types. * movemail/movemail.c (main): Call mu_mailbox_sync before closing destination mailbox.
Sergey Poznyakoff authored
-
- 28 May, 2008 8 commits
-
-
-
-
-
-
original message as the 3rd argument. Use message attributes to select the subdirectory to place it into.
Sergey Poznyakoff authored -
-
-
-
- 07 Apr, 2008 1 commit
-
-
* include/mailutils/libsieve.h (mu_sieve_compile_buffer): New function. * libsieve/sieve.h (sieve_lex_begin_string): New function. * libsieve/sieve.l: Remove support for AT&T lex. (sieve_lex_begin_string): New function. * libsieve/sieve.y (mu_sieve_compile_buffer): New function. * mailbox/header.c: Fix indentation.
Sergey Poznyakoff authored
-
- 15 Mar, 2008 1 commit
-
-
- 07 Mar, 2008 4 commits
-
-
- 03 Mar, 2008 2 commits
-
-
* maidag/deliver.c, maidag/maidag.h, maidag/mailtmp.c: Rename mailer_err to maidag_error. * maidag/util.c (mailer_err): Rename to maidag_error. Print to stderr only if log_to_stderr is set.
Sergey Poznyakoff authored -
* bootstrap.conf (avoided_gnulib_modules): Remove size_max (excluded_files): Remove m4/size_max.m4. (gnulib_extra_files): Add m4/inttostr.m4 * gnulib.modules: Add intprops and stdint. * m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4, m4/inttypes-h.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4: Remove
Sergey Poznyakoff authored
-