Daniel Collingwood

Results 41 comments of Daniel Collingwood

It seems that currently [dotnet](https://github.com/dotnet/dotnet/blob/main/README.md#building) cannot be [built offline](https://github.com/dotnet/source-build/blob/main/Documentation/bootstrapping-guidelines.md#bootstrapping-guidelines-to-build-net-from-source) as `prep.sh` [downloads a pre-built CLI from AzureEdge](https://github.com/dotnet/dotnet/blob/main/prep.sh#L135). Does this mean that dotnet isn't really [FOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software)? See also: [#3465](https://github.com/dotnet/source-build/issues/3465) and [#2960](https://github.com/dotnet/source-build/discussions/2960)

If you're happy with just using the most popular sender then you can use [MailKitSimplified](https://github.com/danzuep/MailKitSimplified). It comes with the added bonus of having a fluent receiver as well. (I wrote...

[MailKitSimplified](https://github.com/danzuep/MailKitSimplified) does this for ImapClient.

Since this project is open source it could be published to [F-Droid](https://f-droid.org/en/) in the future, in addition to Google Play.

.NET 8 was still in pre-release when I opened this ticket, but yes you're right, it should be the new normal.

You're not the first to try 😁 Here's some more information for you: https://github.com/jstedfast/MailKit/issues/1254#issuecomment-1277881417 If you want to add a simpler implementation of this feature to the library please submit...

"INBOX 10107 not moved to ." That means the destination is blank. Try "INBOX/Processed" 🙂

If anyone does want to implement this, let us know and create a new library with a namespace of `MailKitSimplified.Receiver.Gmail`. Other features like GMail-specific authentication could be added in the...

Also there's an easier way of doing this that I forgot to put in the wiki, https://github.com/danzuep/MailKitSimplified/blob/4680ab7afd2edb8468e2bcc692448ca5b1815d84/source/MailKitSimplified.Receiver/Extensions/MessageSummaryExtensions.cs#L392 `await msg.MoveToAsync(destinationMailFolder, ct);`

Stale issue, closing for now.