Jeffrey Stedfast

Results 323 comments of Jeffrey Stedfast

The following walkthrough will help you accomplish what you want to do: https://github.com/jstedfast/MimeKit#creating-a-message-using-a-bodybuilder-not-arnold-schwarzenegger

Yes, MailKit has the capability to do EVERYTHING you could ever want to do with email :-) Check out the documentation here: http://www.mimekit.net/docs/html/CreatingMessages.htm Specially, see the BodyBuilder section which illustrates...

Are you using the cid:-type URL where you use the image's ContentId property? Or are you using the file name? Try switching to the ContentId property.

FWIW, not all mail clients support both, but I think most support the Content-Id method.

Awesome, glad that worked out for you :-)

Hi, I'm the author of [MimeKit](https://github.com/jstedfast/MimeKit) and [MailKit](https://github.com/jstedfast/MailKit). I would love to have NOTIFY support in MailKit if you'd be interested in joining my project. If you'd rather stick with...

Oh, I should mention that I do not have access to a server with NOTIFY support, so having a guinea pig to test it out if/when I implement it would...

I've just sent the S22.Imap authors a pull request to add this feature. In the mean time, would you consider using my IMAP library, [MailKit](https://github.com/jstedfast/MailKit), for your current or future...

When GMail moves messages to the Trash folder, they are not marked with the \Deleted flag and so searching for messages in the Trash folder with the \Deleted flag will...

Have you considered using my [MailKit](https://github.com/jstedfast/MailKit) library instead? I wouldn't normally suggest switching IMAP projects, but S22.Imap seems to be a dead project.