jstedfast / MimeKit

A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
http://www.mimekit.net
MIT License
1.82k stars 368 forks source link

Mimekit and ITextSharp #625

Closed James-Treacy closed 3 years ago

James-Treacy commented 3 years ago

Hi not really an issue but I have managed to avoid using an app.config file for many years with Mimekit, Mailkit and ITextSharp.

Now with version 2.10 of Mailkit/Mimekit and ITextSharp 5.5.13.2 it seems I must now use this kludge:

You know better than I do that your code relies on Portable Bouncy Castle 1.8.8 but ITextSharp relies on 1.8.6.1. Here is my packages.config file:

Do you know any way I can avoid using an app.config file when using the latest Mailkit Mimekit and ITextsharp? I hate having to do this.

Thanks, I have been a donor and your software is superb. Cheers James Treacy james.treacy@dataline.com.au

James-Treacy commented 3 years ago

MyAppConfig

James-Treacy commented 3 years ago

oops didn't mean to close this. If the answer is bad luck you need the app.config file, then ok. Just looking for a more elegant solution as I don't like having to include a .exe.config file for people to fiddle with and break the application.

jstedfast commented 3 years ago

Honestly, I'm not really sure.

jstedfast commented 3 years ago

I'm going to close this because I don't think there's anything I can do. Maybe you can ask iTextSharp to bump their Portabnle.BouncyCastle dependency to 1.8.8?