Disposable Mailbox v0.2.0 Release Notes
Release Date: 2018-06-16 // almost 5 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