Commit graph

146 commits

Author SHA1 Message Date
Christian Haschek 83ca154b7c
Merge pull request #20 from EOCommunity/patch-1
Update mailserver.py
2021-04-04 23:05:44 +02:00
EOCommunity cc3ce6c440
Update mailserver.py
Some sender will send emails to capitalized receiver mail.
The counterpart "is_dir" (php) is case sensitive on Unix-systems, so if you check mails for mymail@domain.tld you will not see mails sent to MYMAIL@DOMAIN.TLD.
This change will make sure that only lower-case is used to create a receiver-folder.
2021-04-04 23:01:02 +02:00
Christian Haschek c8faaf1cff
Merge pull request #17 from mattburchett/fix/README
Fixing some grammatical errors in README.md #16
2021-02-15 23:35:51 +01:00
Matt Burchett 11548981bf Fixing some grammatical errors in README.md 2021-02-12 21:47:17 -06:00
Christian Haschek 842d2a9120
Merge pull request #13 from marceltransier/patch-1
Fix docker run example in README.md
2020-07-13 15:52:06 +02:00
Marcel Transier 5079d4f3d8
Update README.md
-i and -t are two single flags and not one
2020-07-13 15:02:49 +02:00
Chris 2d7109bbb2 fixing domain errors with http host 2020-03-11 02:53:16 +01:00
Chris 13c5cdc69d added rss feed link to overview 2020-03-11 02:36:49 +01:00
Chris 57bc6a32ed added experimental support for rss 2020-03-11 02:25:11 +01:00
Christian Haschek bd1a112646
Update opentrashmail.js
needs to be here
2019-10-07 08:31:36 +02:00
Chris b217bc26f7 updated documentation 2019-10-06 19:07:22 +02:00
Christian Haschek f93063b4da
Merge pull request #8 from poblabs/momentjs
Use moment.js for date formatting
2019-10-06 18:58:09 +02:00
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