Skip to content
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