Skip to content

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

Closed
@suli3

Description

@suli3
  • 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

Activity

guillep2k

guillep2k commented on Nov 19, 2019

@guillep2k
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

BaxAndrei commented on Dec 17, 2019

@BaxAndrei

This would be a useful function.

added
type/proposalThe new feature has not been accepted yet but needs to be discussed first.
on Dec 18, 2019
bagasme

bagasme commented on Dec 26, 2019

@bagasme
Contributor

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

suli3

suli3 commented on Jan 26, 2020

@suli3
Author

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

suli3

suli3 commented on Mar 20, 2020

@suli3
Author

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

suli3 commented on Oct 7, 2020

@suli3
Author

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

corneliusroemer commented on Dec 24, 2020

@corneliusroemer

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

lunny commented on Dec 24, 2020

@lunny
Member

A PR to fix this #13585

lcnittl

lcnittl commented on Sep 3, 2021

@lcnittl

#2386 seems to be related

locked and limited conversation to collaborators on May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @lunny@suli3@BaxAndrei@guillep2k@lcnittl

      Issue actions

        Could reply the issue notification email to add new reply to issue? · Issue #9067 · go-gitea/gitea