Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow parsing of mutt aliases using non-ASCII characters #517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romanofski
Copy link
Member

@romanofski romanofski commented Jan 8, 2025

This uses the improvements from purebred-mua/purebred-email#88 as the current code is unable to parse addresses in the mutt alias file using non-ASCII characters.

This uses the text address parser since the ByteString parser would expect the addresses in the mutt alias file to be content encoded. Don't think we want to expect users to do this.

Fixes #515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading (mutt) aliases from a file can not handle non-ascii characters
1 participant