mailcatcher icon indicating copy to clipboard operation
mailcatcher copied to clipboard

Catches mail and serves it through a dream.

Results 50 mailcatcher issues
Sort by recently updated
recently updated
newest added

We planned to persist the emails caught by this software but unfortunately one colleague was not aware of this and deleted all emails by pressing "clear". This motivated me to...

This is the only (minor) left-over of https://github.com/sj26/mailcatcher/issues/436 I'm suggesting to display the version in the web interface after the name (top left corner): "MailCatcher 0.8.1" instead of "MailCatcher". But...

Hi, I was giving a try to tailwind css and I've tried to improve Mailcatcher's user interface: https://github.com/tagliala/mailcatcher/tree/feature/tailwind The last two commits are ui-related. `npm run build` generates the stylesheet...

Developing responsive HTML email, the workflow will be much faster when the latest email is selected and visible on email viewer. The functionality is controlled by toggling "Autoselect" from menu...

This improves the rendering of Plain Text messages. Identical to how Apple Mail (for example) would render a plain text message: respects whitespace. Whitespace is often used in plain text...

Helps with testing: ``` rake test:send # 10 random mails rake test:send[100] # 100 random mails ```

Fixed bug when removing messages by holding down delete button which caused disappearance of all messages

This pull request adds a "Deliver" button to the web interface next to the "Download" button. In the backend, there is now a DeliveryService class that is initialized with a...