Mail Encoding and Decoding Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to parse a mail from POP3. Everything is OK except decoding a message. For example, if I just mail to myself through a UNIX console, I write a "Test" to Subject. i,e. "Subject: Test" But through a Outlook Express or Other Mail Client Tool, Subject is =?euc-kr?B?vNvAzsf... like this. so, I must parse this encoded message. "euc-kr" is a encoding type? then How can I convert this to UNICODE or just other type. Please help me ^^;