Disposable Mailbox v0.2.0 Release Notes

Release Date: 2018-06-16 // almost 6 years ago
  • πŸ”„ Changed

    • πŸ‘‰ Show list of mails and show them only on click.
    • βœ‚ Removed Turbolinks to allow for simpler code in new features. Add new mail alert.
    • Rewrote to use mostly pure php. Uses Javascript only where it’s necessary.
    • πŸ›  fixed problem where only one domain is defined
    • πŸ›  fix: restore focus on reload
    • πŸ’… #33 improve button style
    • πŸ›  fixed bug where html in plaintext emails are interpreted as html.
    • πŸ’… changed footer style
    • πŸ”¨ refactored code into multiple php files.
    • Requires PHP version >=7.2
    • πŸ‘‰ make all addresses lowercase #30
    • πŸ›  fixed error when downloading email

    βž• Added

    • πŸ‘ better horizontal spacing for header (from @Spegeli) and style
    • πŸ‘Œ improved validation of user input
    • βž• Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
    • βž• Added multiple domain support #21
    • πŸ”§ Blacklist some usernames, configurable #27
    • copyToClipboard button #30
    • mail counter in title
    • rest api option