forgejo/services/mailer/incoming
Beowulf 162b840100
Add inline attachments to comments
If incoming email is configured and an email is sent, inline
attachments are currently not added to the comment if it has the
`Content-Disposition: inline` instead of
`Content-Disposition: attachment` as e.g. with Apple Mail.

This adds inline attachments (`Content-Disposition: inline`) that have a
filename as attachment to the comment.

Fixes #3496
2024-04-28 00:33:03 +02:00
..
payload Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
incoming.go Add inline attachments to comments 2024-04-28 00:33:03 +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