Link to home
Start Free TrialLog in
Avatar of Mortaza Doulaty
Mortaza DoulatyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

IMAP Client Application

I'm developing an application which works with IMAP to receive emails from a mail server.
Everything works fine, but when I use UTF-8 characters in subject field, or the name of attached files, I receive some thing like this:

  [0] => stdClass Object
  (
  [attribute] => NAME
  [value] => =?UTF-8?B?2KfYqtit2KfYr9uM2Ycg2LXYp9iv2LEg2qnZhtmG2K/ar9in2YYuZG9j?=
  )

How can I decode it?
Avatar of mgonullu
mgonullu
Flag of United Arab Emirates image

I am not sure if this is helpful: http://www.csharphelp.com/archives2/archive427.html
Avatar of Mortaza Doulaty

ASKER

Not helpful.

Just some thing about IMAP encoding with C#...
ASKER CERTIFIED SOLUTION
Avatar of mgonullu
mgonullu
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I just need sample programs rather than just documents...
what is the library are you using for IMAP?