Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • pre-alpha-0.3.1

    fa121820 · Bump version to 0.3.1 ·
    pre-alpha-0.3.1
    
    Changelog:
    - 8c78f11 Add info about debug logs in README and Cargo.toml
    - ef338f3 ui: add PGP settings in configuration
    - c44056a melib: fix bug in parser::parts
    - 6d40a57 ui: scroll in shortcuts panel
    - f27b815 Add verification of GPG signed messages
    - 9305e54 melib: add a `body` field to Attachment
    - 5a53020 Add debug-tracing feature to all crates
    - 26e4d50 Try to save sent messages elsewhere if Sent folder fails
    - 415fb24 ui: display status bar messages for 5 seconds
    - b07db29 ui: add timer tick every 300ms
    - d007ef7 testing: add server_port to IMAP shell app, imapconn
    - ee82ae1 imap: add support for imaps connections
    - 9563007 Turn off debug tracing prints in stderr by default
    - 6e75160 melib: turn unicode algos and backends into features
    - f066f35 melib: add get_tags to support subaddressing
    - 7fe6532 ui: add log on child waiting error
    - 93de60b maildir: allow Maildir stores as root_folder
    - fb7b038 ui: add set_seen shortcut in {Compact,Conversation}
    - fada0ff ui: use ThreadNode instead of Envelope to print entries in ConversationsListing
    - 146acb7 ui: check account conf for index style in listing.rs
    - 8287181 ui: return valid values in ListingTrait::coordinates
    - fe28e84 ui: send update event on folders even on no notification
    - 7dc3efa imap: allow conn to be offline and retry on demand
    - b98ce88 melib: fix wrong validation in Maildir save()
    
  • pre-alpha-0.3.0

    79212621 · Bump version to 0.3.0 ·
    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.0

    3aec1f6d · Bump version to 0.2.0 ·
    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.1

    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
    
  • pre-alpha-0.0

    pre-alpha release