Replies: 5 comments 3 replies
-
Just found: https://stackoverflow.com/a/75768384/2287576
|
Beta Was this translation helpful? Give feedback.
-
It is possible to list the parent assemblies or classes? So I can identify if I am using them or not? |
Beta Was this translation helpful? Give feedback.
-
If you are using anything in the MimeKit.Cryptography namespace, there is a high probability that you are using code that is stripped out in MimeKitLite. My advice is that if you are writing a library meant to be used by other projects, use MimeKit. If you are writing an application and you don't care about cryptography, use MimeKitLite. |
Beta Was this translation helpful? Give feedback.
-
I am writing an application. The class that specifically uses
So it looks like it might be possible to add |
Beta Was this translation helpful? Give feedback.
-
FYI. I just removed the full version and installed the lite version. All is good and |
Beta Was this translation helpful? Give feedback.
-
I am using
MimeKit
but noticed the Lite version in the NuGet list.Beta Was this translation helpful? Give feedback.
All reactions