Closed
Description
- Gitea version (or commit ref): 1.10.0
- Git version:
- Operating system: Docker
- Database (use
[x]
):- PostgreSQLMySQLMSSQLSQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)NoNot relevant
- Log gist:
Description
Now the issue notification email has been configed, and we could get the notification email when someone @me or reply my issue,
but how about i reply the email i got then the issue is replyed with the email content? I think it would be a cool function and more convenient for communication.
Activity
guillep2k commentedon Nov 19, 2019
It's not a trivial task. Perhaps through a POP account is a good start? Otherwise it would be difficult without a standard mail subsystem. Unix-like systems usually have one, but Windows doesn't. Then each message should be MIME parsed. The real trick however is to strip the quoted parts of a reply, though. Here's one library I've found for that: https://github.com/kvannotten/mailstrip
BaxAndrei commentedon Dec 17, 2019
This would be a useful function.
bagasme commentedon Dec 26, 2019
@esradioli did you mean @strk's comment on #6998?
suli3 commentedon Jan 26, 2020
@bagasme Yes, I think the right description about this issue is reply-by-mail (comment/reply).
suli3 commentedon Mar 20, 2020
I find that this function in Gitlab is called "reply-by-mail".
suli3 commentedon Oct 7, 2020
I think https://github.com/emersion/go-imap would be a better choice.
corneliusroemer commentedon Dec 24, 2020
I second the usefulness of this feature request. We've had a discussion about this over at https://codeberg.org/corona-contact-tracing-germany/cwa-android and wondered whether there was a feature request issue open already.
@suli3 maybe you can rename the issue title to "[Feature request] Add Issue reply by mail"? That way it'd be easier to figure out at a glance what this issue is about.
lunny commentedon Dec 24, 2020
A PR to fix this #13585
lcnittl commentedon Sep 3, 2021
#2386 seems to be related