mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #192] National character issues in email subject, and searching #158
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#158
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 @szilardx on GitHub (May 5, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/192
Originally assigned to: @jasonmunro on GitHub.
I discovered a strange problem:
Whenever I use national characters in the e-mail subject, Cypht sends the mail subject with no spaces. So the words got concatenated.
For example if the subject is:
"árvíz tűrő tükör fúró gép", it becomes "árvíztűrőtükörfúrógép".
("árvíztűrőtükörfúrógép" is a hungarian font testing word, because it contains all our special national characters)
Also an another issue:
When I search for "árvíztűrőtükörfúrógép" it becomes "árvíztűrőtükörfúrógép" thus no search results.
Thank you for this great program anyway, I really enjoy using it every day!
@jasonmunro commented on GitHub (May 5, 2017):
Thanks for the report. I will look into it and let you know!
@jasonmunro commented on GitHub (May 5, 2017):
Just pushed 2 fixes, one for the subject formatting problem, and one for the search terms. If you could update and test them out that would be great!
Search term fix:
github.com/jasonmunro/cypht@736eed27abSubject fix:
github.com/jasonmunro/cypht@7fa2e62d54@jasonmunro commented on GitHub (May 8, 2017):
@szilardx I'm going to close this because I believe these issues are resolved. If you still have a problem related to these, please re-open. Thanks!
@szilardx commented on GitHub (May 9, 2017):
Sorry for the late response, I just had the opportunity to test the fix. It works perfectly!
Thank you very much!