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

Closed
opened 2025-11-02 05:47:22 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @suli3 on GitHub (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

Originally created by @suli3 on GitHub (Nov 19, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.10.0 - Git version: - Operating system: Docker - Database (use `[x]`): - [ ] PostgreSQL - [X] 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 <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/proposal label 2025-11-02 05:47:22 -06:00
Author
Owner

@guillep2k commented on GitHub (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

@guillep2k commented on GitHub (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
Author
Owner

@BaxAndrei commented on GitHub (Dec 17, 2019):

This would be a useful function.

@BaxAndrei commented on GitHub (Dec 17, 2019): This would be a useful function.
Author
Owner

@bagasme commented on GitHub (Dec 26, 2019):

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

@bagasme commented on GitHub (Dec 26, 2019): @esradioli did you mean [@strk's comment on #6998](https://github.com/go-gitea/gitea/issues/6998#issuecomment-502340323)?
Author
Owner

@suli3 commented on GitHub (Jan 26, 2020):

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

@suli3 commented on GitHub (Jan 26, 2020): @bagasme Yes, I think the right description about this issue is **reply-by-mail (comment/reply)**.
Author
Owner

@suli3 commented on GitHub (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".

@suli3 commented on GitHub (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".
Author
Owner

@suli3 commented on GitHub (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.

@suli3 commented on GitHub (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.
Author
Owner

@corneliusroemer commented on GitHub (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.

@corneliusroemer commented on GitHub (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.
Author
Owner

@lunny commented on GitHub (Dec 24, 2020):

A PR to fix this #13585

@lunny commented on GitHub (Dec 24, 2020): A PR to fix this #13585
Author
Owner

@lcnittl commented on GitHub (Sep 3, 2021):

#2386 seems to be related

@lcnittl commented on GitHub (Sep 3, 2021): #2386 seems to be related
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4349