Forgejo/services/mailer/incoming
Beowulf b796694cd5
Skip already handled incoming emails
It seems like (at least on my machine) that every mail is processed
twice. Added a check if the email is already handled and if so, skip it.
2024-04-28 14:21:06 +02:00
..
payload Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
incoming.go Skip already handled incoming emails 2024-04-28 14:21:06 +02:00
incoming_handler.go fix(incoming): allow replies to comments 2024-04-23 00:05:12 +02:00
incoming_test.go Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00