mailcatcher icon indicating copy to clipboard operation
mailcatcher copied to clipboard

Catches mail and serves it through a dream.

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

Full docker based build which could be used in github actions The build step is split in two parts and to make the final image as small as possible. I'm...

fixes #142 You can test by: ``` openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=localhost" -keyout certs/localhost.key -out certs/localhost.cert bundle exec mailcatcher --smtp-starttls --smtp-private-key certs/localhost.key --smtp-cert certs/localhost.cert...

Gem `thin` is required by `mailcatcher` and is specified within a minor version of `v1.5.0`: https://github.com/sj26/mailcatcher/blob/30b10049b806a64d1c12419574334f6bd1634223/mailcatcher.gemspec#L42 The installation of gem `thin` requires a workaround that is documented in the readme:...

New versions of Actions, now as PRs. Note, this is not a Workflow, it's a configuration file in that directory, per the docs.

I think it would be really helpful to be able to filter the mailcatcher view by the 'to' email address. This could just be a client side filter I would...

![image](https://user-images.githubusercontent.com/6866019/31178608-e4e7f8de-a919-11e7-8a05-b3db6d149ef7.png) This commits add a new row to the listview and detail page showing the size of the mail, formatted to a readable string. No tests because #351 is not...

Add a column for email size (length in byes/kilobytes).

Following error on new install ``` /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 Fetching thin-1.5.1.gem Fetching rack-1.6.13.gem Fetching daemons-1.3.1.gem Fetching eventmachine-1.0.9.1.gem Fetching rack-protection-1.5.5.gem Fetching skinny-0.2.4.gem Fetching...

We are using mailcatcher in a multi-user environment and sometimes people confuse the "clear" button with "clearing my search" and therefore kill all emails. It would help if this button...

Hi @sj26 This PR is on behalf of Discourse. This PR replaces `Eventmachine` with `Async`.