Commit Graph

200 Commits

Author SHA1 Message Date
Christian Haschek b7ca0858b0
Merge pull request #78 from pbrln/master
fixes cleanup logic, adds html decoding
2024-02-08 14:59:50 +01:00
pbrln 801b54bc32 adds decoding to html email 2024-02-08 00:14:35 +01:00
pbrln b10754ca7f fixes cleanup logic 2024-02-07 23:59:57 +01:00
Christian Haschek e5dadc5c54 added decoding of subjects. should fix #73 2024-01-23 15:08:13 +01:00
Christian Haschek b4c31ded3e
Merge pull request #76 from mlocher/patch-1
Fix a typo in email.html.php
2024-01-08 19:11:39 +01:00
Marko Locher 301b5b06d8
Fix a typo in email.html.php 2024-01-08 15:24:08 +01:00
Christian Haschek 61cc919ce8
Merge pull request #75 from tctlrd/nginx
added "mkdir -p /run/nginx" to start.sh
2024-01-02 10:06:15 +01:00
tctlrd d26ed3b6a9
added "mkdir -p /run/nginx" to start.sh
This fixes an issue in kubernetes where the /run/nginx folder is missing on deployment.
https://github.com/HaschekSolutions/opentrashmail/issues/74#issue-2060935772
2023-12-31 17:33:38 +00:00
Chris 7cd959939d fixed color 2023-12-04 13:50:16 +01:00
Chris 9410fe234f added image size to readme 2023-12-04 13:48:12 +01:00
Chris fa8dd3e09c updated container configuration for less log spam 2023-12-04 11:14:46 +01:00
Chris f8578d62b5 json call for list addresses now need the password as GET/POST parameter 2023-12-02 09:51:46 +01:00
Chris 0858fcbbf9 added security checks on logs and account list 2023-12-01 23:28:10 +01:00
Chris 4c603a2fc4 added missing ADMIN_PASSWORD variable in start file closes #70 2023-12-01 13:33:54 +01:00
Chris c7b9297c26 version 1.4.0 2023-12-01 12:19:54 +01:00
Chris 2c248dac12 moved admin stuff behind admin panel with opt. password closes #68 2023-12-01 12:19:29 +01:00
Christian Haschek 6ded9f5368
Merge pull request #69 from Lars-/master
Webhook support
2023-12-01 10:36:10 +01:00
Lars Jansen 9dbe5374e9 fix: added default value for webhook_url 2023-12-01 08:36:42 +01:00
Lars Jansen 9e1ba05631 chore: updated docker-compose files 2023-11-30 15:58:34 +01:00
Lars Jansen f0a990fde4 docs: updated changelog 2023-11-30 15:58:22 +01:00
Lars Jansen f92aee9555 docs: updated readme 2023-11-30 15:57:13 +01:00
Lars Jansen ed9f137aeb chore: updated example config.ini 2023-11-30 15:53:48 +01:00
Lars Jansen a09ace7ed9 feat: added webhook support when a mail is received 2023-11-30 15:53:36 +01:00
Lars Jansen 249fce2a96 docs: added logs to dev setup command 2023-11-30 15:52:49 +01:00
Chris 7465df6be1 logo rebranding 2023-11-30 09:57:37 +01:00
Chris f263ad8b2a TLS now in production closes #47 2023-11-29 11:09:26 +01:00
Chris bf05b15bca updated examples for TLS 2023-11-28 21:56:31 +00:00
Chris fab84974d9 updated settings based on new understanding of TLS and STARTTLS 2023-11-28 21:48:23 +00:00
Chris d6d37d178e more preparations for tls 2023-11-25 16:06:04 +01:00
Chris 56997908fd v1.2.6 2023-11-25 15:21:25 +01:00
Chris df31ced502 typo in RSS link 2023-11-25 15:16:07 +01:00
Chris 8b68e6dfa8 preparations for TLS 2023-11-24 18:59:31 +00:00
Chris bf95d58527 fixed double version character 2023-11-24 18:25:25 +00:00
Chris 4298f1a294 Merge branches 'master' and 'master' of github.com:HaschekSolutions/opentrashmail 2023-11-24 18:19:11 +00:00
Chris b2009490a1 updated the way version is reported in the container 2023-11-24 18:18:36 +00:00
Chris H 97f427b49b updated changelog 2023-11-24 17:09:12 +01:00
Chris H 2aa433dff3 changed attachment deletion. fixes #66 2023-11-24 17:06:37 +01:00
Chris 78860f3329 added version string to title 2023-11-23 15:05:50 +00:00
Chris 41310e012d fixed overwritten email generation words. closes #65 2023-11-23 10:26:44 +01:00
Chris 85f7b30570 decodes plaintext automatically fixes #64 2023-11-22 16:59:36 +01:00
Chris 87404cc3d7 v1.2.0 closes #63 2023-11-22 12:26:09 +01:00
Chris bb7613359a updated navbar to auto collapse on smaller devices 2023-11-22 09:56:35 +01:00
Chris dc424b7dfa updated badges 2023-11-21 22:36:08 +01:00
Chris b1ad3613c6 v1.1.5 2023-11-21 22:33:44 +01:00
Chris 45f26932ee fixed 500 error for attachments closes #62 2023-11-21 21:47:22 +01:00
Chris b821441580 attachmentsystem overhaul and cid replacement 2023-11-19 22:13:19 +01:00
Chris 2e55c2ba1f removed debug messages 2023-11-19 17:18:47 +01:00
Chris 4fc5478078 better debug and updated attachment handling 2023-11-19 17:12:26 +01:00
Chris 02b41673fd upgrade to python3 and php8 2023-11-19 13:48:47 +01:00
Chris 9a2f0e198d prototype of the python3 smtp implementation 2023-11-18 23:39:20 +01:00