Basic C# Mime Decoding

后端 未结 3 971
北荒
北荒 2021-01-13 11:44

Is there a clean way of handling multi-part MIME data in C#.

After a call to a closed application (I have no access to change it) I get a MIME reponse like the one b

相关标签:
3条回答
  • 2021-01-13 12:08

    MimeKit works well I had been previously using code from Codeplex POP3 MIME Support but it has failed to parse some mimeContent and had to look for alternatives.

    0 讨论(0)
  • 2021-01-13 12:10

    You can use OpenPOP library which includes mime parser.

    0 讨论(0)
  • 2021-01-13 12:31

    There's also this one:
    http://anmar.eu.org/projects/sharpmimetools/

    0 讨论(0)
提交回复
热议问题