Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add persistance #61

Closed
wants to merge 1 commit into from
Closed

Add persistance #61

wants to merge 1 commit into from

Conversation

IngusSkaistkalns
Copy link

Added db persistance with available cmd line option db-path for db file.
Added questionable UI message handling before quiting mailcatcher for consistency, because for file db we wont lose our messages.

@IngusSkaistkalns IngusSkaistkalns mentioned this pull request Oct 1, 2012
@sj26
Copy link
Owner

sj26 commented Oct 29, 2012

I kinda have a rewrite in the wings that I was planning to implement this with... I do like the approach but stay tuned.

@neoice
Copy link

neoice commented Dec 12, 2013

would supporting alternate database backends be one method of implementing persistence?

I'm currently using MailCatcher in "single user development environments": low activity, nightly database resets, regular daemon restarts. I'd like to deploy MailCatcher to our "integration environment", but the activity level there is much much higher. I don't want to restart MailCatcher every day so the in-memory SQLite DB doesn't balloon to an insane size. having MailCatcher write to MySQL solves persistence and long-term memory usage.

@andrhamm
Copy link

andrhamm commented Jan 1, 2015

Would love to see persistence make it into master 👍

@ghuntley
Copy link

+1 SQLite to disk would suffice w/configuration option to expire after x days or y messages.

@fdrouet
Copy link

fdrouet commented Oct 21, 2015

👍

1 similar comment
@andreyev
Copy link

👍

@ukazap
Copy link

ukazap commented Oct 7, 2020

When can we expect to see this on master?

@sj26
Copy link
Owner

sj26 commented Oct 7, 2020

It's a dream, and there are lots of unanswered question, so no time frame.

If you'd like persistence, maybe try: https://github.com/mailhog/MailHog

@sj26 sj26 closed this Apr 27, 2021
@sj26 sj26 deleted the branch sj26:master April 27, 2021 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants