Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
100 stars 56 forks source link

support sending from non ascii email #215

Closed Mohamed1226 closed 7 months ago

Mohamed1226 commented 1 year ago

change in command when send from non ascii email

robert-virkus commented 1 year ago

Thanks for your work, I don't fully understand the difference between supportUnicode and the existing use8BitEncoding. Can you explain?

robert-virkus commented 1 year ago

Hey again, you haven't answered to my questions above, is this PR still applicable?

Mohamed1226 commented 1 year ago

Sorry, my friend, for the delay. Yes, this PR is workable. i need to support non ascii code and now i use it in the project

‫في الاثنين، 3 أبريل 2023 في 11:06 ص تمت كتابة ما يلي بواسطة ‪Robert Virkus‬‏ @.***‬‏>:‬

Hey again, you haven't answered to my questions above, is this PR still applicable?

— Reply to this email directly, view it on GitHub https://github.com/Enough-Software/enough_mail/pull/215#issuecomment-1493951493, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUHMLDPDSP5HY4NFL267YDW7KHIHANCNFSM6AAAAAAVV2R534 . You are receiving this because you authored the thread.Message ID: @.***>

Mohamed1226 commented 1 year ago

now i think it ready to merge