Commit graph

52 commits

Author SHA1 Message Date
42509388bd stash 2024-06-23 04:31:28 +02:00
d7a383f1e7 stash 2024-06-23 04:31:28 +02:00
193c332315 stash 2024-06-23 04:31:28 +02:00
97ed83d5a4 stash 2024-06-23 04:31:28 +02:00
19ee21d8d4 stash 2024-06-23 04:31:28 +02:00
666d4be65b stash 2024-06-23 04:31:28 +02:00
b3bf2bfc31 stash 2024-06-23 04:31:28 +02:00
5ddd8c0b4b stash 2024-06-23 04:31:28 +02:00
a4d79896da stash 2024-06-23 04:31:27 +02:00
f1e4cbff11 stash 2024-06-23 04:31:27 +02:00
059ded15a1 stash 2024-06-23 04:31:27 +02:00
857af74bd5 stash 2024-06-23 04:31:27 +02:00
5ae18bdce1 stash 2024-06-23 04:31:27 +02:00
1ae11a99ed stash 2024-06-23 04:31:27 +02:00
502d7e687e stash 2024-06-23 04:31:27 +02:00
4603aa33ed stash 2024-06-23 04:31:27 +02:00
ec92219575 stash 2024-06-23 04:31:27 +02:00
3364bef1ea stash 2024-06-23 04:31:27 +02:00
07b2595c7b stash 2024-06-23 04:31:27 +02:00
173e6a1271 stash 2024-06-23 04:31:27 +02:00
82c11feecf stash 2024-06-23 04:31:27 +02:00
06112340dc stash 2024-06-23 04:31:27 +02:00
fe3c9be4ab stash 2024-06-23 04:31:27 +02:00
fbc21b5016 stash 2024-06-23 04:31:27 +02:00
1e448a3137 stash 2024-06-23 04:31:27 +02:00
163de03d56 stash 2024-06-23 04:31:27 +02:00
22f164ae7b stash 2024-06-23 04:31:27 +02:00
a59509a432 always use get_model in migrations 2024-06-23 01:33:24 +02:00
4152034e4a better email error logging and some pretty printing for admin interface 2024-06-23 01:23:34 +02:00
bb07a6b641 handle 'quoted-printable' shorthand version as Transfer-Encoding 2024-04-24 19:38:52 +02:00
49d3b02b9c also handle other text encodings than UTF8 2024-04-22 20:15:12 +02:00
a3f6a96f95 fix database problem with 4 byte utf-8 2024-01-16 00:43:51 +01:00
5e1890e990 handle html only email 2024-01-16 00:42:26 +01:00
892493a300 use first mail in tickets instead of last to choose reply address. mitigates problem with shipping confirmation mails 2024-01-15 22:04:59 +01:00
04f774404a show mail attachments in frontend 2024-01-14 18:21:16 +01:00
d6df034ad0 quickfix for "Reply-To is noreply+None@domain.tld" 2024-01-13 03:31:17 +01:00
9269f2ec48 automatically attach mails addressed to ticket+<uuid>@domain.tld to ticket with matching uuid 2024-01-13 00:00:19 +01:00
5a1cfedd56 send more informative auto reply 2024-01-12 23:12:18 +01:00
4664d6255d handle empty Subject and empty body in incoming mails 2024-01-12 21:19:14 +01:00
c79b3185e5 do not send an auto reply to 'noreply*' addresses 2024-01-12 20:58:37 +01:00
1804939407 make the 'last_activity' field in /tickets show the actual last activity by making it a virtual field 2024-01-10 22:02:00 +01:00
9aeb6a319f set state to 'open' when receiving reply on a ticket that is not in state 'new' 2024-01-10 19:03:40 +01:00
734af10525 parse and save email attachments 2024-01-10 16:22:29 +01:00
3a5f35fa5d format tickets in Tickets.vue 2024-01-07 21:56:40 +01:00
fd7847993b fix async bug in mailadress target event lookup 2024-01-07 21:56:40 +01:00
68812fe6b9 fix case sensitivity bug in mail domain lookup 2024-01-07 21:56:40 +01:00
b4687a8821 convert Quoted Printable email subject and body to utf-8 2024-01-07 21:56:35 +01:00
fe9795d147 add migrations for state change 2024-01-07 21:53:43 +01:00
b1a8702932 add API endpoint for mails and tests 2024-01-07 21:27:22 +01:00
cbc27b143f tickets module: api_v2, admin views and tests 2024-01-07 21:23:29 +01:00