Questions tagged [mimekit]

A cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, TNEF and Unix mbox spools.

A cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, TNEF and Unix mbox spools.

MimeKit is a C# library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME), as defined by numerous IETF specifications.

303 questions
-1
votes
1 answer

Mailkit: Get time of read emails

I save email files as .eml by Mailkit and want to show user when did read or open this email. is it possible by eml file or must save read date separately?
OMID
  • 2,469
  • 4
  • 16
  • 26
-1
votes
1 answer

Why when loading messages form the hard disk using MimeKit it's ver slow?

I understand when downloading the emails from the server it's slow. But when running the program and reading/loading the messages from the hard disk is there any way to make it faster ? In the constructor i start a background worker DirectoryInfo di…
Daniel Lipman
  • 41
  • 1
  • 8
-2
votes
1 answer

How to decrypt smime file in C# application?

I have a file, which is encrypted using this command: openssl smime -encrypt -aes256 -in fileToencrypt -binary -outform DEM -out encryptedFile public_key It can be decrypted using command: openssl smime -decrypt -in encryptedFile -binary -inform…
rokas
  • 3
  • 4
1 2 3
20
21