You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings,
thank you for the wonderful work thus far. I am running mail2deck for my NextCloud users successfully but since we're based in Eastern Europe, users send mail in cyrillic script which creates a confusion upon card creation. I am not so great at creating PRs and will describe the issue and fix in here. When sending via gmail, the body parts get base64 encoded upon detection of non-latin characters. This does reflect in the imap structure though. I have made small modification to index.php in the message processing as such :
Instead of
This correctly sets the $base64encode flag for the description and decodes the body characters correctly.
I hope you find the time to implement such a change for the non-latin users in the community.
Kindest regards,
Daniel
The text was updated successfully, but these errors were encountered:
Greetings,
thank you for the wonderful work thus far. I am running mail2deck for my NextCloud users successfully but since we're based in Eastern Europe, users send mail in cyrillic script which creates a confusion upon card creation. I am not so great at creating PRs and will describe the issue and fix in here. When sending via gmail, the body parts get base64 encoded upon detection of non-latin characters. This does reflect in the imap structure though. I have made small modification to index.php in the message processing as such :
Instead of
I have modified it to:
This correctly sets the $base64encode flag for the description and decodes the body characters correctly.
I hope you find the time to implement such a change for the non-latin users in the community.
Kindest regards,
Daniel
The text was updated successfully, but these errors were encountered: