Samuel Cochran
6ec409bfcb
Remove haml
2015-01-17 15:03:00 +11:00
Samuel Cochran
e3e7dec757
Load all of ActiveSupport
...
ActiveSupport has weird load order problems when loading only the
core extensions now.
For instance, active_support/core_ext/numeric/conversions.rb now
loads active_support/number_helper which needs
ActiveSupport::Autoload but doesn't require it, so causes a missing
constant error in MailCatcher.
Also tightening up the version constraint because I can't guarantee
backward compatibility now.
2014-06-05 21:27:47 +10:00
Samuel Cochran
ed72712daa
Fix some load order issues
2014-06-05 21:19:31 +10:00
Samuel Cochran
44ca32c3af
Remove Growl; nobody uses it any more
2014-03-31 15:15:41 +11:00
Samuel Cochran
c7cf74b7ad
gem-named alias namespace
2014-03-26 12:33:38 +11:00
Samuel Cochran
8c5c8a51bb
Use sprockets-helpers during development
2014-03-26 12:33:38 +11:00
Samuel Cochran
903e3ad2fb
Break out 404 file
2014-03-26 11:12:55 +11:00
Samuel Cochran
a4e62f2e92
Bump version
2014-03-21 14:45:07 +11:00
Samuel Cochran
0398d2d6a3
Switch to sprockets for assets
2014-03-17 19:06:32 +11:00
Samuel Cochran
272b4fa855
My style has evolved
2014-03-17 16:31:05 +11:00
Samuel Cochran
2056339bdb
Add a gem-named requirable file
2014-03-17 15:58:02 +11:00
Samuel Cochran
5b9424c650
Fix line endings
...
SMTP lines always end with CR LF "\r\n", so just make sure the
lines received do too.
2014-02-25 16:30:33 +11:00
Rick Cobb
64e1ef41d8
Oops. Write the newline in correctly.
2014-02-19 16:44:10 -08:00
Rick Cobb
295691d625
Example mail with = problem at the end of quoted-printable
...
And a workaround for it.
2014-02-19 16:13:42 -08:00
Jan Deelstra
a90e115c89
Syncing output when running in foreground.
2014-02-12 13:45:39 +01:00
Samuel Cochran
f93df88021
Merge branch 'no-exit' [ closes #92 ]
2013-11-18 11:00:03 +11:00
Samuel Cochran
264e912a02
Refine the no-exit implementaton a little
2013-11-18 10:59:11 +11:00
Samuel Cochran
a6c8f680c4
Tidy up exit behaviour
2013-09-16 12:03:45 +10:00
Samuel Cochran
8913812b92
Expose whole options hash instead of using define_method
2013-09-16 12:02:13 +10:00
Jakub Pavlík jn
ffb4ec4e4c
plain text html-decorated on the client side
2013-07-14 21:17:37 +02:00
Jakub Pavlík jn
ef09b0fde3
new display format: plain text with clickable URLs
2013-07-13 16:15:41 +02:00
Samuel Cochran
44262f9862
They are prepended in JS-land anyway
...
Addresses @gondo's concern in #78 .
2013-06-07 14:25:58 +08:00
Samuel Cochran
16264a89ba
Bump 0.5.12
2013-05-30 19:43:49 +10:00
Julien Kirch
6ce4dda354
Add option to disable the exit button and action
2013-05-13 13:27:06 +02:00
Samuel Cochran
808ada7a3b
It seems EventMachine already does this for us
2013-05-05 15:27:41 +10:00
Samuel Cochran
1241446fa0
Bump 0.5.11
2013-03-12 12:02:58 +11:00
Charlie Sanders
2ae395a0ad
Sort messages from newest to oldest
2013-01-28 20:21:32 -06:00
Ivan Kuchin
eb3e14a8a6
Merge remote-tracking branch 'sj26/master' into delete_message
2012-10-29 23:49:28 +01:00
Samuel Cochran
76cef09b4e
Expand path on sinatra root
2012-10-29 10:36:36 +08:00
Ivan Kuchin
09312ffb6e
delete individual messages
2012-10-25 01:27:00 +02:00
Samuel Cochran
3f4abe1d32
Version v0.5.10
2012-09-30 18:43:35 +08:00
Samuel Cochran
ae61a04033
It's been long enough.
2012-09-30 18:27:01 +08:00
Samuel Cochran
39aac3422b
Don't on windows [finishes #56 ]
2012-09-19 15:41:25 +08:00
Samuel Cochran
a0620de9d5
Release v0.5.9
2012-09-10 22:03:18 +08:00
Samuel Cochran
19eb9ce540
Use extend self
instead of module_function
2012-07-25 12:00:31 +08:00
Samuel Cochran
a2f9808c75
Some syntax bits
2012-07-25 11:47:12 +08:00
Samuel Cochran
d74b700216
Remove autoload
2012-07-25 11:47:01 +08:00
Samuel Cochran
c920bad92f
Use bundler-style version file
2012-07-25 11:13:02 +08:00
Samuel Cochran
20cf6e98f1
Discard periods prefixing SMTP data per RFC 821 4.5.2
2012-07-18 11:27:27 +08:00
Samuel Cochran
9d50d202a1
WebKit's fussy about WebSocket protocols now
2012-07-17 23:03:20 +08:00
Samuel Cochran
69b91a1fa8
1.8.7 doesn't support IO.popen with options
2012-06-19 16:25:19 +08:00
Samuel Cochran
20b5635aff
[ #42 ] Option to open web browser, [ #38 ] Don't use which -s
2012-04-06 14:16:15 +08:00
Samuel Cochran
73562c77be
[ #4 ] Allow sending multiple MAIL FROM: commands per RFC2821
2012-04-06 13:37:13 +08:00
Samuel Cochran
c1027deee6
Merge branch 'master' of github.com:sj26/mailcatcher
2011-12-04 22:30:37 +08:00
Samuel Cochran
e5c8ef9b08
Fix links to attachments (Thanks Ben!)
2011-12-04 22:26:09 +08:00
Nando Vieira
d815809607
Removed deprecation warning.
2011-10-10 08:28:49 -03:00
Gregor Schmidt
3bbaa6f2de
Using old-style Hash literal to work with 1.8.7
2011-10-10 08:23:26 +02:00
Samuel Cochran
bbcd792a03
Make mailcatcher aware of its version.
2011-10-09 16:50:17 +08:00
Samuel Cochran
54eb83d7a2
Little refactor to reduce nesting
2011-10-09 15:45:33 +08:00
Samuel Cochran
623f2b4514
Merge branch 'avoid-hash-in-urls-by-preventing-default-link-action' of https://github.com/schmidt/mailcatcher
2011-10-08 00:25:25 +08:00