GmailHelper 1.8.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package GmailHelper --version 1.8.16
NuGet\Install-Package GmailHelper -Version 1.8.16
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.8.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GmailHelper --version 1.8.16
#r "nuget: GmailHelper, 1.8.16"
#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.8.16

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

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 150 3/11/2024
1.9.23 129 3/10/2024
1.9.22 211 2/19/2024
1.9.21 194 2/10/2024
1.9.20 347 1/11/2024
1.9.19 496 11/18/2023
1.9.18 349 11/16/2023
1.9.17 326 11/13/2023
1.9.16 347 11/10/2023
1.9.15 348 11/5/2023
1.9.14 504 10/14/2023
1.9.13 398 10/7/2023
1.9.12 423 9/30/2023
1.9.11 391 9/25/2023
1.9.10 516 9/16/2023
1.9.9 530 9/10/2023
1.9.8 499 8/14/2023
1.9.7 477 8/6/2023
1.9.6 588 7/30/2023
1.9.5 566 7/23/2023
1.9.4 570 6/24/2023
1.9.3 605 6/20/2023
1.9.2 641 5/28/2023
1.9.1 647 5/20/2023
1.9.0 632 5/17/2023
1.8.20 576 4/16/2023
1.8.19 627 4/8/2023
1.8.18 745 4/4/2023
1.8.17 634 3/31/2023
1.8.16 666 3/29/2023
1.8.15 645 3/28/2023
1.8.14 644 3/27/2023
1.8.13 641 3/26/2023
1.8.12 647 3/25/2023
1.8.11 596 3/24/2023
1.8.10 612 3/22/2023
1.8.9 647 3/19/2023
1.8.8 874 11/10/2022
1.8.7 839 10/11/2022
1.8.6 848 8/24/2022
1.8.5 859 7/4/2022
1.8.4 879 7/3/2022
1.8.3 860 7/1/2022
1.8.2 819 6/29/2022
1.8.1 829 6/29/2022
1.8.0 993 2/13/2022
1.7.1 771 1/30/2022
1.7.0 901 1/17/2022
1.6.0 649 1/8/2022
1.5.0 686 12/27/2021
1.4.0 764 12/23/2021
1.3.0 715 12/19/2021
1.2.0 670 12/14/2021
1.1.0 703 12/12/2021
1.0.0 823 10/31/2021

1. Gmail API dependency update ('1.59.0.2944' -> '1.59.0.2958')