-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could reply the issue notification email to add new reply to issue? #9067
Comments
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 |
This would be a useful function. |
@esradioli did you mean @strk's comment on #6998? |
@bagasme Yes, I think the right description about this issue is reply-by-mail (comment/reply). |
I find that this function in Gitlab is called "reply-by-mail". |
I think https://github.com/emersion/go-imap would be a better choice. |
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. |
A PR to fix this #13585 |
#2386 seems to be related |
[x]
):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.
Screenshots
The text was updated successfully, but these errors were encountered: