Commit Graph

61 Commits

Author SHA1 Message Date
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
Samuel Cochran
60160e1642 Expose updated fractal api access in front-end 2011-10-08 00:25:04 +08:00
Samuel Cochran
88711084e7 Analysis by Fractal 2011-10-07 22:16:17 +08:00
Samuel Cochran
63432c27c8 Refactor to refernce parts by sub-path 2011-10-07 22:15:59 +08:00
Michael Moen
2290c0eb3e better image for growl 2011-08-25 15:39:49 -05:00
Samuel Cochran
0e8ac1c5a2 Remove JSON as a dependency, we let ActiveSupport worry about that. 2011-06-10 12:26:18 +08:00
Samuel Cochran
d0d6b29606 Rawr! (Basic Growl support.) 2011-06-10 11:24:53 +08:00
Samuel Cochran
4b689159df Whitespace pedantry. 2011-06-10 11:22:59 +08:00
Samuel Cochran
a4269a895f Require optparse now 2011-06-02 08:57:14 +08:00
Samuel Cochran
811a3ac47f Fix syntax and quotes for 1.8.7. 2011-06-02 08:15:50 +08:00
Samuel Cochran
6b1f3e343d Process.daemon doesn't work on Windows 2011-06-01 22:04:45 +08:00
Samuel Cochran
406a7980ed Run as a daemon by default. 2011-06-01 01:36:05 +08:00
Samuel Cochran
0ef6d42349 Recover from used ports. 2011-06-01 01:35:57 +08:00
Samuel Cochran
b8d72b0b53 Clear all mail. 2011-06-01 01:15:05 +08:00
Samuel Cochran
06f2238ef3 Quit via "DELETE /" - this seems more elegant, somehow. 2011-06-01 01:14:56 +08:00
Samuel Cochran
17d2cb3de9 Make "Quit" link work. 2011-06-01 00:49:36 +08:00
Samuel Cochran
bd1bfc47cf Present messages in ascending order from DB to make message order in UI predictable. 2011-06-01 00:40:35 +08:00
Samuel Cochran
63f7f85437 Remove daemons and use Process.daemon.
Daemons is overkill and ruby has a freakin' method for it anyways. (since when?!)
2011-05-30 15:37:13 +08:00
Samuel Cochran
0abd0037db Add whole-message types as well as multipart types. 2011-05-29 21:16:33 +08:00
Samuel Cochran
8137c06c52 Turn SQLite3 result rows into hashes ourselves.
SQLite3's results_as_hash is a little broken. Pull request submitted: https://github.com/luislavena/sqlite3-ruby/pull/38
2011-05-29 20:26:15 +08:00
Samuel Cochran
ac1e200111 This should have been compact from the get-go. 2011-05-29 19:57:04 +08:00
Samuel Cochran
6703495637 Slightly nicer recipients listing. 2011-05-27 22:10:05 +08:00
Samuel Cochran
ca89f36ab6 Allow downloading emails. 2011-05-27 21:40:16 +08:00
Samuel Cochran
1ff11d6920 Actually do both rewrites on HTML bodies. 2011-05-27 17:29:00 +08:00
Samuel Cochran
6003e631fc Rewrite HTML links to open in new window. 2011-05-27 12:45:16 +08:00
Samuel Cochran
f8897680ce Allow running MailCatcher as a daemon. 2011-05-27 12:39:03 +08:00
Samuel Cochran
8d6c237d62 Set both IPs with one options.
Good if you want to set up a single MailCatcher instance for a development team.
2011-05-27 12:24:02 +08:00
Samuel Cochran
36faf40f5f Better autoloading. 2011-05-27 12:19:15 +08:00