mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #48] [Bug] Email reply to Github issue notifications is not showing up on Github #46
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (Jun 20, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/48
Originally assigned to: @d99kris on GitHub.
I tested the account by sending regular emails to a secondary account, sending works perfectly. When replying to a Github issue notification, the message seems to send correctly too (no failure message), but it will never show up on Github.
@d99kris commented on GitHub (Jun 24, 2020):
I can reproduce this problem. I suspect there is some header that
nmailis not copying when constructing a reply message. I will need to do some testing and compare headers with Github replies sent from Gmail.@d99kris commented on GitHub (Jun 24, 2020):
This is a test reply sent using Gmail Web.
Seems it will be sent to a special recipient (
reply+AAF...........@reply.github.com).
Possibly nmail is not respecting "reply-to" headers.
On Sun, Jun 21, 2020 at 4:53 AM Kabouik notifications@github.com wrote:
@d99kris commented on GitHub (Jul 5, 2020):
Testing potential bug fix for issue #48.
@d99kris commented on GitHub (Jul 5, 2020):
Hi @Kabouik - thanks for reporting this bug. I've implemented a fix now. Let me know if you still encounter issues replying to Github issue notifications. Thanks!
@Kabouik commented on GitHub (Jul 12, 2020):
I can confirm it works for me too now!
On 2020-07-05 12:20 Kristofer Berggren notifications@github.com wrote: