mconca-kube
mconca-kube
I'm also trying to download mail from a background process (POP/IMAP). I followed this issue: [https://github.com/jstedfast/MailKit/issues/989](url) I came up with this code: ``` using MailKit; using MailKit.Net.Imap; using MailKit.Security; using...
@fszewczy I'm trying to understand, but I feel like I'm very far off... I think you should be able to send/receive emails using one of these two ways. 1. PublicClient...
@Jedrzej94 I tried, but got this error when requesting messages: ``` ServiceException: Code: ErrorAccessDenied Message: Access is denied. Check credentials and try again. ```
@Jedrzej94 My permissions are the same. I didn't know about the graph explorer, thanks. @fszewczy Specifying a mailbox worked, I thought "Me" was enough. Is ConfidentialClient Auth's support something that...
It would be very nice to have it to automatically push local changes (and then download server changes every x minutes). Also, I don't know if it is a bug,...