Custom encoding isn't supported.
Unicode is not correctly found and set in some languedges. (Please add your languedges in comments so we can add priorities and testings).
Please try to check out our latest code, the subject encoding is believed to be implemented but yet to be tested. Please don't forget to inform us about the results
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@Bùi Văn Nhân
I tried with given .dll and also with nuget package AIM -Version 1.0.3. But this also did not work for me. Can you please specify which encoding you have used and is there any other propery to be set ?
I am trying to add superscript in subject,e.g. Test™, but it is showing "Test?"
Last edit: Mahadev B 2017-11-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After downloading and compiling the sourcecode, I can confirm that encoding works well for Korean characters.
Now, I am waiting for nuget package update.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Subject field has wrong encoding if you set next value - "Инвойс со складами №0-ИнвСкл-00000007 от 18.06.2018"
If you download and compile sources the error will not go away. For me helped another solution. I use "Convert.ToBase64String" with one parameter instead of "TransferEncoder.ToBase64'" in GetEncodedSubject function.
Subject and Sender Name encoding has problem. => ??
mailMessage.SubjectEncoding = Encoding.UTF8;
mailMessage.Subject = "테스터"; // <= display text is "??"
help me, please...
Best Regards.
KIM.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Status: accepted
Milestone: 2.0
Labels: encoding unicode AIM Languedge
Created: Tue Dec 23, 2014 12:36 PM UTC by Sergey Kuznetsov
Last Updated: Thu Feb 27, 2020 01:52 PM UTC
Owner: Araz Farhang Dareshuri
Custom encoding isn't supported.
Unicode is not correctly found and set in some languedges. (Please add your languedges in comments so we can add priorities and testings).
Hello, I'm experiencing the same problem, my language is Brazilian Portuguese, and I've tested all the encods but none work for the subject, the body is ok, can someone help me? This library is perfect, it fulfills my need, but I would really need the subject spelled correctly. Thanks!
Last edit: Anderson 2020-04-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please try to check out our latest code, the subject encoding is believed to be implemented but yet to be tested. Please don't forget to inform us about the results
i'm using last version (Install-Package AIM -Version 1.0.3)
Result subject "tiếng việt" -> "ti?ng vi?t"
You need to download and compile the code, since the latest code still not avaliable on Nuget.
Hi,
1.0.3.0 wouldn't support
https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b
I was successful.
Thank you very much.
@Bùi Văn Nhân
I tried with given .dll and also with nuget package AIM -Version 1.0.3. But this also did not work for me. Can you please specify which encoding you have used and is there any other propery to be set ?
I am trying to add superscript in subject,e.g. Test™, but it is showing "Test?"
Last edit: Mahadev B 2017-11-14
I downloaded and compiled the code, since the latest code is still not available on Nuget. (help from @Erik Rocha Witkowski)
I downloaded the code, compiled it and it works for me.
I used Encoding.UTF8 for my problem.
Thank you very much.
After downloading and compiling the sourcecode, I can confirm that encoding works well for Korean characters.
Now, I am waiting for nuget package update.
Thanks.
Subject field has wrong encoding if you set next value - "Инвойс со складами №0-ИнвСкл-00000007 от 18.06.2018"
If you download and compile sources the error will not go away. For me helped another solution. I use "Convert.ToBase64String" with one parameter instead of "TransferEncoder.ToBase64'" in GetEncodedSubject function.
Last edit: Jon Bush 2018-06-18
Hello, my english is not so good.
I'm using 1.0.3.0.
I'm Korean.
Subject and Sender Name encoding has problem. => ??
mailMessage.SubjectEncoding = Encoding.UTF8;
mailMessage.Subject = "테스터"; // <= display text is "??"
help me, please...
Best Regards.
KIM.
Works great for Chinese! Thanks!
Holp this project will move to github.
fix by Jon Bush - works perfectly!!
https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b
Hello
I'm using 1.0.3.0.
I'm Greek.
Subject encoding has problem. => ??
mailMessage.SubjectEncoding = Encoding.UTF8;
mailMessage.Subject = "Θελω να μου βρείτε λύση"; // <= display text is "??"
help me, please...
Best Regards.
Themis
fixed it by dowloading your code at github and replacing the dll file at my project...
Please have a look at
https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b https://sourceforge.net/p/netimplicitssl/tickets/4/?page=1&limit=25#734b
Related
Tickets: #4
Hello, I'm experiencing the same problem, my language is Brazilian Portuguese, and I've tested all the encods but none work for the subject, the body is ok, can someone help me? This library is perfect, it fulfills my need, but I would really need the subject spelled correctly. Thanks!
Last edit: Anderson 2020-04-08