Skip to content
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

Closed
1 of 7 tasks
suli3 opened this issue Nov 19, 2019 · 9 comments · Fixed by #22056
Closed
1 of 7 tasks

Could reply the issue notification email to add new reply to issue? #9067

suli3 opened this issue Nov 19, 2019 · 9 comments · Fixed by #22056
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@suli3
Copy link

suli3 commented Nov 19, 2019

  • Gitea version (or commit ref): 1.10.0
  • Git version:
  • Operating system: Docker
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not 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.

Screenshots

@guillep2k
Copy link
Member

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
Copy link

This would be a useful function.

@lunny lunny added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Dec 18, 2019
@bagasme
Copy link
Contributor

bagasme commented Dec 26, 2019

@esradioli did you mean @strk's comment on #6998?

@suli3
Copy link
Author

suli3 commented Jan 26, 2020

@bagasme Yes, I think the right description about this issue is reply-by-mail (comment/reply).

@suli3
Copy link
Author

suli3 commented Mar 20, 2020

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

I find that this function in Gitlab is called "reply-by-mail".

@lafriks lafriks mentioned this issue Mar 24, 2020
7 tasks
@suli3
Copy link
Author

suli3 commented Oct 7, 2020

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

I think https://github.com/emersion/go-imap would be a better choice.

@corneliusroemer
Copy link

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
Copy link
Member

lunny commented Dec 24, 2020

A PR to fix this #13585

@lcnittl
Copy link

lcnittl commented Sep 3, 2021

#2386 seems to be related

@lunny lunny closed this as completed in fc037b4 Jan 14, 2023
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants