Commit graph

34 commits

Author SHA1 Message Date
Christian Haschek 74c0c8e4e8
Merge branch 'master' into momentjs 2019-10-06 18:57:58 +02:00
Pat O'Brien 54888f1410 Remove PORT option (thought I had this already) 2019-10-06 10:48:39 -04:00
Pat O'Brien cdd80c046b Update start.sh for MAILPORT option instead of PORT 2019-10-06 10:48:03 -04:00
Pat O'Brien 28bbf88426 Update docker start.sh for dateformat 2019-10-06 10:47:33 -04:00
Chris 91fc97874f Merge branch 'master' of github.com:HaschekSolutions/opentrashmail 2019-10-03 19:20:06 +02:00
Chris 9f6151766b fixed docker start script 2019-10-03 19:19:51 +02:00
Christian Haschek 5b566852c0
Merge pull request #5 from poblabs/configerror
Update config port option name
2019-10-03 17:05:10 +02:00
Christian Haschek 5fe2418552
Merge pull request #6 from poblabs/adminpage
Admin Page Updates
2019-10-03 17:04:05 +02:00
Pat O'Brien f82d50b56e Use moment.js for date formatting 2019-10-03 10:24:29 -04:00
Pat O'Brien ad8deb45bb Do not clearInterval on admin page
Keep the admin page using background reloads
2019-10-03 10:00:01 -04:00
Pat O'Brien 8e362bec24 Do not add duplicate headers, and clear table for append
Instead of appending the API results non-stop, we clear the table first so that it's fresh data loaded into the table.

In addition, I added a class to the "To" `tr` and jQuery will look for this class. If it doesn't exist then it'll add that `tr`. Otherwise it won't continue to stack it.

Fixes https://github.com/HaschekSolutions/opentrashmail/issues/2
2019-10-03 09:54:16 -04:00
Pat O'Brien 53e6c8dba2 Reverse sort the list so new items are on top 2019-10-03 09:51:54 -04:00
Pat O'Brien 30b41f82d6 Update config port option name
Using "PORT" failed for me. Using "MAILPORT" which matches the config.ini worked.
2019-10-03 09:49:26 -04:00
Chris d2183dce4f added fileinfo. fixes #1 2019-09-29 11:53:07 +02:00
Chris 47f76e961c features go first 2019-09-27 10:55:03 +02:00
Chris d5953358e3 done that 2019-08-18 21:02:51 +02:00
Chris 02d1a5977d added admin email account that can see all emails on all acounts 2019-08-18 21:02:04 +02:00
Chris 4811a8616a added domain setting 2019-08-16 22:21:09 +02:00
Chris 78c29d48fc added settings to docker and extended quickstart guide 2019-08-16 21:54:17 +02:00
Chris d577eb545b fixed link 2019-08-16 15:07:43 +02:00
Chris 61e06bca86 docker hub integration 2019-08-16 15:06:42 +02:00
Chris f276a31c92 docker init 2019-08-16 14:12:16 +02:00
Chris 74fc2802ef fixed silly bug 2019-08-16 13:41:42 +02:00
Chris de259612a8 ok that was too harsh.. just default to port 25 if not config found 2019-08-16 13:34:00 +02:00
Chris f84f30376d make config mandatory for the mailserver to start 2019-08-16 13:30:30 +02:00
Chris 4d1bf34e3c don't really need the requests lib 2019-08-16 13:13:12 +02:00
Chris 956608788a more readme 2019-08-16 10:52:03 +02:00
Chris be748aeef0 getting things done 2019-08-16 10:30:23 +02:00
Chris 76ff34c8f0 done that 2019-08-15 21:45:49 +02:00
Chris 297b92c53e alpha 1 2019-08-15 21:43:55 +02:00
Chris 10ec88a118 more shiny 2019-08-14 16:33:56 +02:00
Chris 7aa854f281 server ready 2019-08-14 16:18:49 +02:00
Chris 0428ecad50 initial test 2019-08-13 23:35:40 +02:00
Christian Haschek 4f61600a95
Initial commit 2019-08-13 22:27:23 +02:00