390 Commits

Author SHA1 Message Date
Samuel Cochran
7fe655fdac
Recommend turning off raise delivery errors
Folks may not always want MailCatcher running, and don't want errors
raised during mail delivery if it's not.
2016-08-10 10:03:45 +10:00
Samuel Cochran
fdbe5c4535
Bump v0.6.5 v0.6.5 2016-08-10 09:37:33 +10:00
Samuel Cochran
e8531da70d
Catch errors during websocket send
Tidy up the error handling code a little, and substitute out gem paths.
2016-08-10 09:37:33 +10:00
Samuel Cochran
132f1c0f42
Fix mime-types in Gemfile 2016-07-26 21:20:34 +10:00
Samuel Cochran
0021a2909c We don't need no support 2016-04-23 15:53:56 +08:00
Samuel Cochran
2e27c830b1 Not-nil is enough 2016-04-23 15:49:55 +08:00
Samuel Cochran
c29336b78d Just use a method 2016-04-23 15:49:03 +08:00
Samuel Cochran
d932eff261 Use plain old JSON 2016-04-23 15:48:37 +08:00
Samuel Cochran
e2d89b65db Remove unused variable (threw warning) 2016-04-23 15:45:25 +08:00
Samuel Cochran
ba4ca7f8d6 Remove unused fractal endpoint 2016-04-23 15:45:06 +08:00
Samuel Cochran
17054f80ad Remove use of which 2016-04-23 15:43:27 +08:00
Samuel Cochran
f5cbdec8b3 Just keep mime-types < 3, and use strong version comparison 2016-04-23 15:22:46 +08:00
Sasha Gerrand
02abbcbeb4 Constrain version for Ruby v1.9.3
The `mime-types`  gem removed support for MRI Ruby versions prior to 2.0 in
version 3. Adding a conditional constraint around the `RUBY_VERSION` constant in
the Gemfile allows the required Ruby version constraint in the gemspec to be
maintained.
2016-04-23 15:07:58 +08:00
Samuel Cochran
bc86e995ef Merge pull request #221 from csiszarattila/master
Fix encoding errors for other than UTF-8 emails
2016-04-12 12:48:22 +10:00
Samuel Cochran
ed9174ab42 Simplify and fix docker builder 2016-04-07 11:10:33 +10:00
Samuel Cochran
4dcf7776aa Merge pull request #281 from twe4ked/port-taken-error
Improve port taken error message
2016-03-30 15:57:45 +11:00
Odin Dutton
dc6ae47749 Improve port taken error message 2016-03-30 15:21:58 +11:00
Samuel Cochran
e3c23333bf HTTPS screenshot 2016-03-29 10:26:16 +11:00
Samuel Cochran
2411713bba Bump 0.6.4
Folks are having trouble with activesupport 5 beta. This release should
prevent mailcatcher attempting to use the beta gem.
v0.6.4
2016-02-04 11:00:43 +11:00
Samuel Cochran
f2a7385097 Rubygems doesn't know how to gem 2016-02-04 11:00:42 +11:00
Samuel Cochran
cff07b758c Make sure rack doesn't go 2.0 2016-02-04 10:46:47 +11:00
Samuel Cochran
f80a80ea9c Exclude activesupport 5 pre-releases 2016-01-31 22:28:33 +11:00
Samuel Cochran
2b53ab2735 Remove defunct TODOs 2016-01-18 14:49:03 +11:00
Samuel Cochran
4d7429c127 Revert "Relax thin and skinny restriction"
This reverts commit e6283f590bbb8ce5c7b21da151b2fa1814927d47.

Thin 1.6 breaks mailcatcher exiting correctly.
2016-01-18 14:47:49 +11:00
Samuel Cochran
e6283f590b Relax thin and skinny restriction
MailCatcher uses only public Thin API so should be okay, while Skinny
can take care of more intricate version dependencies.
2016-01-18 14:42:30 +11:00
Samuel Cochran
844c0a7d72 Bump 0.6.3 v0.6.3 2016-01-18 14:04:04 +11:00
Samuel Cochran
420d24e914 Merge pull request #258 from grant-mccarriagher/fix/delete-queries
Fix delete message queries conflicting
2016-01-18 13:56:19 +11:00
Samuel Cochran
0c1a1e4148 Use new travis infrastructure 2016-01-15 17:22:04 +11:00
Samuel Cochran
79e023ef58 Bump to eventmachine 1.0.9.1 2016-01-15 17:12:53 +11:00
Samuel Cochran
433fad4e4d Remove Gemfile lock 2016-01-15 17:10:25 +11:00
Grant McCarriagher
a6ef2147e0 Make the delete all messages variables not conflict with the delete single message variables. 2016-01-11 12:23:41 -05:00
Samuel Cochran
efd7b4ff0e Missed Gemfile.lock update on 0.6.2 bump 2015-12-16 09:29:26 +11:00
Samuel Cochran
c9c015b930 Merge pull request #219 from lichtamberg/master
Added mail count to document title
2015-12-14 16:06:07 +11:00
Samuel Cochran
ca0166ded4 Bump version
Let's see if bumping eventmachine solves the memory leak issues.
v0.6.2
2015-12-14 13:59:42 +11:00
Samuel Cochran
134a99c9c1 Make sure rubygem requires ruby > 1.9.3 2015-12-14 13:59:27 +11:00
Samuel Cochran
d32b8465ba Make eventmachine requirement explicit 2015-12-14 13:57:20 +11:00
Samuel Cochran
885f0d95d8 Merge pull request #252 from CloCkWeRX/bump_event_machine
Fix #210 by upgrading eventmachine
2015-12-14 13:53:03 +11:00
Daniel O'Connor
9eabbd331b Fix #210 by upgrading eventmachine to a version with https://github.com/eventmachine/eventmachine/pull/586 applied 2015-12-14 12:49:36 +10:30
Csiszár Attila
101c068ac2 Fix encoding errors for other than UTF-8 emails
Always sended "Content-Type: text/html;charset=utf-8" header therefore its not worked for other than utf-8 encoded emails, showed non-ascii characters as question marks.
2015-04-16 17:12:01 +02:00
s
681ef78caa Added mail count to document title 2015-03-25 11:42:25 +01:00
Samuel Cochran
d7a4737532 Fix view broken in 264e912
Thanks @vlada79, original commit 8e0fc5e, closes #211, #212.
2015-03-06 09:16:04 +11:00
Samuel Cochran
0179a924a0 Bump 0.6.1 v0.6.1 2015-02-04 09:43:51 +11:00
Samuel Cochran
8e77cde268 Dammit eventmachine 2015-02-04 09:43:51 +11:00
Samuel Cochran
5e2e3d378b Bump 0.6.0 v0.6.0 2015-01-29 21:51:59 +11:00
Samuel Cochran
80cbb52448 We now work on ruby 2.2 🎉 2015-01-29 21:50:06 +11:00
Samuel Cochran
5b3781b44c Un-exclude eventmachine 1.0.4 2015-01-29 21:44:56 +11:00
Samuel Cochran
757eafe337 Add monkey patch for eventmachine 1.0.4 2015-01-29 21:44:55 +11:00
Samuel Cochran
d3336535ae Add instructions about ruby 2.2 and eventmachine 1.0.4 2015-01-29 20:50:31 +11:00
Samuel Cochran
23398d7042 Bump versions for prerelease eventmachine fix 2015-01-28 08:44:37 +11:00
Samuel Cochran
14a86ef8d4 Allow failure on 2.2.0 for now 2015-01-28 08:44:37 +11:00