GmailHelper 1.9.24

dotnet add package GmailHelper --version 1.9.24
NuGet\Install-Package GmailHelper -Version 1.9.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GmailHelper" Version="1.9.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GmailHelper --version 1.9.24
#r "nuget: GmailHelper, 1.9.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GmailHelper as a Cake Addin
#addin nuget:?package=GmailHelper&version=1.9.24

// Install GmailHelper as a Cake Tool
#tool nuget:?package=GmailHelper&version=1.9.24

This solution is the implementation of GMAIL API providing certain useful extension methods to retrieve/send/manipulate email messages and manage labels. The solution uses 'Gmail Search Query' to retrieve/manipulate required email messages.

Features:
1. Retrieve email message/messages based on query search.
2. Retrieve latest email message body based on query search.
3. Download message/messages attachments based on query search.
4. Send email messages (text/plain, text/html).
5. Send email messages with attachments (text/plain, text/html).
6. Trash/Untrash email message/messages based on query search.
7. Spam/Unspam email message/messages based on query search.
8. Mark email message/messages read/unread based on query search.
9. Modify email message/messages labels based on query search.
10. Retrieve latest email message labels based on query search.
11. Create/update/delete/list Gmail user labels.

Solution Version:
.NETStandard 2.0

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.24 132 3/11/2024
1.9.23 124 3/10/2024
1.9.22 196 2/19/2024
1.9.21 177 2/10/2024
1.9.20 333 1/11/2024
1.9.19 485 11/18/2023
1.9.18 331 11/16/2023
1.9.17 311 11/13/2023
1.9.16 331 11/10/2023
1.9.15 346 11/5/2023
1.9.14 490 10/14/2023
1.9.13 383 10/7/2023
1.9.12 412 9/30/2023
1.9.11 376 9/25/2023
1.9.10 499 9/16/2023
1.9.9 514 9/10/2023
1.9.8 497 8/14/2023
1.9.7 466 8/6/2023
1.9.6 574 7/30/2023
1.9.5 551 7/23/2023
1.9.4 556 6/24/2023
1.9.3 591 6/20/2023
1.9.2 624 5/28/2023
1.9.1 631 5/20/2023
1.9.0 630 5/17/2023
1.8.20 564 4/16/2023
1.8.19 626 4/8/2023
1.8.18 731 4/4/2023
1.8.17 624 3/31/2023
1.8.16 653 3/29/2023
1.8.15 634 3/28/2023
1.8.14 629 3/27/2023
1.8.13 640 3/26/2023
1.8.12 636 3/25/2023
1.8.11 582 3/24/2023
1.8.10 602 3/22/2023
1.8.9 637 3/19/2023
1.8.8 874 11/10/2022
1.8.7 828 10/11/2022
1.8.6 839 8/24/2022
1.8.5 859 7/4/2022
1.8.4 879 7/3/2022
1.8.3 845 7/1/2022
1.8.2 819 6/29/2022
1.8.1 815 6/29/2022
1.8.0 981 2/13/2022
1.7.1 756 1/30/2022
1.7.0 892 1/17/2022
1.6.0 636 1/8/2022
1.5.0 686 12/27/2021
1.4.0 750 12/23/2021
1.3.0 701 12/19/2021
1.2.0 660 12/14/2021
1.1.0 690 12/12/2021
1.0.0 811 10/31/2021

1. MimeKitLite dependency update from ('4.3.0' -> '4.4.0').