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

Decode Sender name from base64 #5

Closed
phant opened this issue Jul 6, 2022 · 2 comments
Closed

Decode Sender name from base64 #5

phant opened this issue Jul 6, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@phant
Copy link

phant commented Jul 6, 2022

Recieved messages in telegram looks like:

From: =?UTF-8?B?0JjQstCw0L3QvtCyINCY0LLQsNC9?= [email protected]

or

From: =?utf-8?q?Freenas?= [email protected]

Sender name should be decoded to

From: Иванов Иван [email protected]

or

From:Freenas [email protected]

@awalon awalon added the bug Something isn't working label Jul 9, 2022
@awalon awalon self-assigned this Jul 9, 2022
@awalon
Copy link
Owner

awalon commented Jul 9, 2022

Thanks for your report. Issue will be fixed with next version, code change already preparred but not yet tested.

awalon added a commit that referenced this issue Jul 29, 2022
- Fixed encoding of "From" field (issue #5)
- Improved error handling/messages by masking imap password and bot token
- Added/changed some data types, try fix for #6
@awalon
Copy link
Owner

awalon commented Jul 29, 2022

Should be fixed with new version v0.2.1

@awalon awalon assigned awalon and unassigned awalon Jul 29, 2022
@awalon awalon closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants