-
pre-alpha-0.3.079212621 · ·
Notable changes: - xbiff(1) support - IMAP support. Unpolished and experimental. - added portable Makefile for installation - added manual page for the configuration file meli.conf(5) - various configuration changes can be seen in meli.conf(5) - add conversations thread mailing view a one entry per thread listing, but entries are less compact; they take 3 rows. Pager opens on the right. Intended for big terminals. - added folder operations (create, delete, rename) - added special use semantics for mailboxes you can specify which mailboxes are special, eg specify `INBOX/Sent` as the `Sent` folder, `INBOX/Drafts` as `Drafts`, etc. This is optional as it in most cases it can be inferred by the names. - add folder subscriptions don't load all folders on startup, only the ones the user has specified
-
pre-alpha-0.2.03aec1f6d · ·
pre-alpha-0.2.0 New features ------------ - Send e-mails with attachments (d3c658c 2492bc9 c87ed50) - Add read-only support for mbox format (38da6c8) - Read-only setting (a62f1d6) - Add --help, --version, --config, --create-config arguments (df55590 2a1bf37) - Pipe command for EXECUTE mode. Write `pipe binary -flags` to write e-mail body to its stdin (f13da6a) - meli now should compile on OpenBSD (4f5bcfd) All commits ----------- - 3aec1f6 Bump version to 0.2.0 - 714f825 ui: fix pageup/dn behaviour - 678921d Remove unused imports - 79becdc Fix: This comment is not a proper rustdoc comment and probably should not be one anyways - 6e71694 Reformat to be a proper rust comment - fb36dc5 Remove unused variable - abcd68e Make function pub - fecb66e Print to stderr when printing error - 02bfda5 Prefix unused variables with underscore - 092f369 Print error message to stderr - 2a1bf37 Add --version command line flag - d3c658c ui: add attachments in composer tab - 131b4ab ui: use $EDITOR - 2492bc9 melib: add attachment_from_file() - ac04195 maildir: mark removed paths - c87ed50 melib: add attachment support in email/compose.rs - 391e5b5 melib: tighten bounds check in email/parser.rs - d73069b melib: add Other and OctetStream content types - c17bb24 melib: refactor attachments and attachment_types interfaces - 7592e66 maildir: drop mutexes before calling add_path_to_index - 572944e melib: add version from Cargo manifest to User-Agent field - 4f5bcfd fix compilation error on bsds - 69927f5 update man page - df55590 add --help, --config, --create-config arguments - 38da6c8 melib: add read-only support for mbox - 8a0e702 melib,ui: add MailboxEntry enum - 5b679be text_processing: implement Unicode line breaking algorithm - d84ceca create text_processing crate - ff37e97 ui: add From header in list unsubscribe e-mails - a00e3fc melib: fix bounds checking for StackVec - 8543a06 ui: rename ignore to subscribe to match IMAP term - 6e63e8a ui: rename read/unread uses to seen/unseen - a62f1d6 add read-only option in accounts - 14f1527 melib: remove BackendOpGenerator - cfb6fd3 melib: return raw body instead of headers in MaildirOp::fetch_body - 1e72901 replace deprecated trim_right() with trim_end() - 85a70d6 melib: restore stringified variable print - f13da6a ui: Add pipe action for Pager
-
pre-alpha-0.0.1f3d019f7 · ·
pre-alpha-0.0.1 - remove std::dbg occurrences - melib: fix missing graphemes in MIME encoded tokens when composing - ui: permanently mark selected rows in self.data_columns e-mail - ui: restore Page{Up,Dn} to Pager - add build instructions in README