mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #315] 🐛 Replying to certain (rare) Messages will result in delivery failures, due to Header problems #272
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#272
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 @ulfgebhardt on GitHub (Feb 9, 2019).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/315
Originally assigned to: @jasonmunro on GitHub.
🐛 Bugreport
Replying to certain (rare) Messages will result in delivery failures, due to Header problems
Replying to the following EMail will result in delivery failure.
This is due to the fact that the header contains a newline i suppose:
The newline is only displayed in Texteditor and only when the
b=...line is broken into two parts, so im unsure if thats the reason this is happening...Full EMail, censored
Replying will result in a correct reply form:
But when sending it will cause a delivery failure.
Furthermore the Sent Folder contains a corrupted EMail:

Upon opening the EMail the Sent Folder will disappear complently (Inline View) and display this one Email only:
(This is most likely related to this issue: https://github.com/jasonmunro/cypht/issues/316 )
When clicking "Raw"-Button the Page is reset to Home
I suspect this is due to the messageid beeing outside the header
Version & Environment
Rev: 19dd3b83287704c87d39734755e952e6c4d811b4
OS: [Debian]
Steps to reproduce
@jasonmunro commented on GitHub (Feb 9, 2019):
This message definitely has bad headers (you cannot have a newline in the middle of the header section), but the reply bug appears to be something we can remedy. Pushed a potential fix to master if you can give it a try!
@ulfgebhardt commented on GitHub (Feb 9, 2019):
Your commit fixed this issue - i can now send the email successfully <3