jstedfast / MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.
http://www.mimekit.net
MIT License
6.04k stars 809 forks source link

UTF-8 not supported ?! #1729

Closed MarkoShenodaa closed 3 months ago

MarkoShenodaa commented 3 months ago

Hello,

I'm try to use this project in my app however most of the emails is in Arabic languish.

Screenshot 2024-03-13 011049

as you see here it didn't display the words

Note: i tried use client.EnableUTF8 method and i get error "System.NotSupportedException: 'The IMAP server does not support the UTF8=ACCEPT extension.'"

thank you

jstedfast commented 3 months ago

Have you tried the solution in the FAQ?