diff --git a/.travis.yml b/.travis.yml
index 7f32e7730..163141b5f 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,16 @@ env:
- USE_WEBENGINE=true
compiler:
- gcc
+deploy:
+ provider: releases
+ api_key:
+ secure: "$GH_TOKEN"
+ file_glob: true
+ file: *.dmg
+ file: *.AppImage
+ skip_cleanup: true
+ on:
+ tags: true
git:
submodules: false
depth: 40
diff --git a/localization/rssguard_cs.ts b/localization/rssguard_cs.ts
index b1899a60d..04d355ebc 100644
--- a/localization/rssguard_cs.ts
+++ b/localization/rssguard_cs.ts
@@ -1059,6 +1059,105 @@ or this functionality is not implemented yet.
Zapnutí této položky může výrazně zpomalit aktualizaci kanálů.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2698,6 +2797,69 @@ You can install it now.
Nyní ho můžete nainstalovat.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3137,10 +3299,6 @@ Tokeny vyprší: %2
OAuth2Service
-
- Inoreader: you have to login first
- Inoreader: Je třeba se přihlásit
- Click here to login.Pro přihlášení klikněte zde.
@@ -3157,6 +3315,10 @@ Tokeny vyprší: %2
Requesting access authorization for '%1'...Požadují povolení přístupu pro '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3270,6 +3432,18 @@ Je vyžadování verze API minimálně %1.
This is integration of Inoreader.Integrace Inoreaderu.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_da.ts b/localization/rssguard_da.ts
index cb518b3da..881726fc2 100644
--- a/localization/rssguard_da.ts
+++ b/localization/rssguard_da.ts
@@ -1053,6 +1053,105 @@ or this functionality is not implemented yet.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2685,6 +2784,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3123,10 +3285,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3143,6 +3301,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3247,6 +3409,18 @@ Mindst API niveau %1 er påkrævet.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_de.ts b/localization/rssguard_de.ts
index 0373ab1f9..f5ac354a4 100644
--- a/localization/rssguard_de.ts
+++ b/localization/rssguard_de.ts
@@ -1056,6 +1056,105 @@ or this functionality is not implemented yet.
Die Aktivierung dieser Option bedingt häufig langsameres Herunterladen und Zeitüberschreitungen.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2694,6 +2793,69 @@ You can install it now.
Sie können es jetzt installieren.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3133,10 +3295,6 @@ Ablauf des Login tokens: %2
OAuth2Service
-
- Inoreader: you have to login first
- Inoreader: Sie müssen sich zuerst anmelden.
- Click here to login.Drücken Sie hier um sich anzumelden.
@@ -3153,6 +3311,10 @@ Ablauf des Login tokens: %2
Requesting access authorization for '%1'...Zugangsauthorisierung für '%1' wurde angefordert...
+
+ You have to login first
+
+ OAuthLogin
@@ -3264,6 +3426,18 @@ Das API muss mindestens in Version %1 verfügbar sein.
This is integration of Inoreader.Das ist die Integration von Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_en.ts b/localization/rssguard_en.ts
index 29ecd4ee9..afb1c7549 100644
--- a/localization/rssguard_en.ts
+++ b/localization/rssguard_en.ts
@@ -1084,6 +1084,105 @@ or this functionality is not implemented yet.
Leaving this option on causes that updates of feeds will be probably much slower and may time-out often.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2721,6 +2820,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3162,10 +3324,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3182,6 +3340,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3292,6 +3454,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_en_GB.ts b/localization/rssguard_en_GB.ts
index 5758f998f..3aa4867e2 100644
--- a/localization/rssguard_en_GB.ts
+++ b/localization/rssguard_en_GB.ts
@@ -1053,6 +1053,105 @@ or this functionality is not implemented yet.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2685,6 +2784,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3123,10 +3285,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3143,6 +3301,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3243,6 +3405,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_es.ts b/localization/rssguard_es.ts
index ad26abef1..bf2c4c8dd 100755
--- a/localization/rssguard_es.ts
+++ b/localization/rssguard_es.ts
@@ -1057,6 +1057,105 @@ o debido a que esta función aún no está implementada.
Al dejar activada esta opción hace que las actualizaciones de las fuentes sean probablemente mucho más lentas y que puedan interrumpirse frecuentemente.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2697,6 +2796,69 @@ You can install it now.
Puede instalarlo ahora.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3135,10 +3297,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3155,6 +3313,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3266,6 +3428,18 @@ Se necesita como mínimo una API de nivel %1.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_fr.ts b/localization/rssguard_fr.ts
index 35ddd8e36..5293f830d 100644
--- a/localization/rssguard_fr.ts
+++ b/localization/rssguard_fr.ts
@@ -1055,6 +1055,105 @@ ou cette fonctionnalité n'est pas encore implémentée.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2690,6 +2789,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3128,10 +3290,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3148,6 +3306,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3248,6 +3410,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_he.ts b/localization/rssguard_he.ts
index 593827c21..ba7d3f956 100644
--- a/localization/rssguard_he.ts
+++ b/localization/rssguard_he.ts
@@ -1053,6 +1053,105 @@ or this functionality is not implemented yet.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2685,6 +2784,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3123,10 +3285,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3143,6 +3301,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3243,6 +3405,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_id.ts b/localization/rssguard_id.ts
index 2281c3903..bd73dd3f8 100644
--- a/localization/rssguard_id.ts
+++ b/localization/rssguard_id.ts
@@ -1056,6 +1056,105 @@ atau fungsi ini belum diimplementasikan.
Membiarkan pilihan ini menyala menyebabkan pembaruan dari feed mungkin akan lebih lambat dan bisa sering kehabisan waktu.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2696,6 +2795,69 @@ You can install it now.
Paket telah berhasil diunduh. Anda dapat instal sekarang.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3134,10 +3296,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3154,6 +3312,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3260,6 +3422,18 @@ Setidaknya API level %1 dibutuhkan.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_it.ts b/localization/rssguard_it.ts
index 8414e5350..a2534c774 100644
--- a/localization/rssguard_it.ts
+++ b/localization/rssguard_it.ts
@@ -1057,6 +1057,105 @@ oppure questa funzionalità non è ancora implementata.
Lasciare questa opzione attiva causerà che l'aggiornamento delle fonti sarà probabilmente molto più lento e potrà scadere più spesso.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2697,6 +2796,69 @@ You can install it now.
Ora lo puoi installare.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3135,10 +3297,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3155,6 +3313,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3262,6 +3424,18 @@ Tiny Tiny RSS è un lettore e aggregatore di fonti di notizie (RSS/Atom) open so
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_ja.ts b/localization/rssguard_ja.ts
index d35252c4f..ae523a11f 100644
--- a/localization/rssguard_ja.ts
+++ b/localization/rssguard_ja.ts
@@ -1053,6 +1053,105 @@ or this functionality is not implemented yet.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2685,6 +2784,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3123,10 +3285,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3143,6 +3301,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3243,6 +3405,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_lt.ts b/localization/rssguard_lt.ts
index cd04da399..703962750 100644
--- a/localization/rssguard_lt.ts
+++ b/localization/rssguard_lt.ts
@@ -1059,6 +1059,105 @@ arba šis funkcionalumas dar nėra įgyvendintas.
Palikus šį parametrą įjungtą, bus sąlygojama, jog kanalų atnaujinimai bus žymiai lėtesni ir dažnu atveju gali būti pereikvojami pagal laiką.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2700,6 +2799,69 @@ You can install it now.
Jūs dabar galite jį įdiegti.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3139,10 +3301,6 @@ Prisijungimo prieigos raktai nustoja galioti: %2
OAuth2Service
-
- Inoreader: you have to login first
- Inoreader: iš pradžių, turite prisijungti
- Click here to login.Spustelėkite čia, norėdami prisijungti.
@@ -3159,6 +3317,10 @@ Prisijungimo prieigos raktai nustoja galioti: %2
Requesting access authorization for '%1'...Užklausiamas prieigos teisių suteikimas, skirtas "%1"...
+
+ You have to login first
+
+ OAuthLogin
@@ -3272,6 +3434,18 @@ Reikalingas bent API lygis %1.
This is integration of Inoreader.Tai yra Inoreader integravimas.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_nl.ts b/localization/rssguard_nl.ts
index 0f2fabfc5..1672f331d 100644
--- a/localization/rssguard_nl.ts
+++ b/localization/rssguard_nl.ts
@@ -1058,6 +1058,105 @@ of deze functie bestaat nog niet.
Als u deze optie aanzet zullen de updates van de feeds langzamer gaan en mogelijk vaak time-outs hebben.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2699,6 +2798,69 @@ You can install it now.
Installeer het nu.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3137,10 +3299,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3157,6 +3315,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3268,6 +3430,18 @@ Een API niveau van tenminste %1 is vereist.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_pl.ts b/localization/rssguard_pl.ts
index 51fd95a32..cece1fa3c 100644
--- a/localization/rssguard_pl.ts
+++ b/localization/rssguard_pl.ts
@@ -1059,6 +1059,105 @@ lub ta funkcja nie jest jeszcze zaimplementowana,
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2697,6 +2796,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3135,10 +3297,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3155,6 +3313,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3270,6 +3432,18 @@ Minimalny wymagany poziom API to %1.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_pt.ts b/localization/rssguard_pt.ts
index e82ed1829..239c91d0a 100644
--- a/localization/rssguard_pt.ts
+++ b/localization/rssguard_pt.ts
@@ -1058,6 +1058,105 @@ ou esta função ainda não foi implementada.
Deixar esta opção marcada faz com que as atualizações provavelmente fiquem mais lentas e o tempo limite esgote com frequência.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2699,6 +2798,69 @@ You can install it now.
Você pode instalá-lo agora.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3138,10 +3300,6 @@ Expiração dos tokens de login: %2
OAuth2Service
-
- Inoreader: you have to login first
- Inoreader: você precisa fazer login primeiro
- Click here to login.Clique aqui para fazer login.
@@ -3158,6 +3316,10 @@ Expiração dos tokens de login: %2
Requesting access authorization for '%1'...Solicitando autorização de acesso para '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3269,6 +3431,18 @@ Pelo menos o API nível %1 é necessário.
This is integration of Inoreader.Isto é a integração do Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_sv.ts b/localization/rssguard_sv.ts
index 829415a70..886be7d12 100644
--- a/localization/rssguard_sv.ts
+++ b/localization/rssguard_sv.ts
@@ -1058,6 +1058,105 @@ att funktionen inte är implementerad än.
Aktivering av det här alternativet orsakar troligen att flödesuppdateringar tar längre tid och att tidsgränsen oftare överskrids.
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2698,6 +2797,69 @@ You can install it now.
Du kan installera det nu.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3137,10 +3299,6 @@ Inloggningstoken upphör: %2
OAuth2Service
-
- Inoreader: you have to login first
- Inoreader: Du måste logga in först
- Click here to login.Klicka här för att logga in.
@@ -3157,6 +3315,10 @@ Inloggningstoken upphör: %2
Requesting access authorization for '%1'...Begär åtkomstauktorisering för "%1"...
+
+ You have to login first
+
+ OAuthLogin
@@ -3266,6 +3428,18 @@ Minst API-nivå %1 krävs.
This is integration of Inoreader.Detta är integrering av Inoreader
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin
diff --git a/localization/rssguard_zh.ts b/localization/rssguard_zh.ts
index caabd0bc4..f124c08f8 100755
--- a/localization/rssguard_zh.ts
+++ b/localization/rssguard_zh.ts
@@ -1056,6 +1056,105 @@ or this functionality is not implemented yet.
选择这个选项将导致订阅更新变得更慢,而且可能会经常超时。
+
+ FormEditGmailAccount
+
+ Username
+
+
+
+ OAuth 2.0 settings
+
+
+
+ Application ID
+
+
+
+ Application key
+
+
+
+ Redirect URL
+
+
+
+ Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing!
+
+
+
+ Only download newest X messages per feed
+
+
+
+ message(s)
+
+
+
+ &Login
+
+
+
+ Not tested yet.
+
+
+
+ User-visible username
+
+
+
+ You are already logged in.
+
+
+
+ Access granted.
+
+
+
+ No username entered.
+
+
+
+ Some username entered.
+
+
+
+ You did not grant access.
+
+
+
+ There was error during testing.
+
+
+
+ There is error. %1
+
+
+
+ Tested successfully.You may be prompted to login once more.
+
+
+
+ Your access was approved.
+
+
+
+ Add new Gmail account
+
+
+
+ Edit existing Gmail account
+
+
+
+ Empty value is entered.
+
+
+
+ Some value is entered.
+
+
+FormEditInoreaderAccount
@@ -2688,6 +2787,69 @@ You can install it now.
+
+ GmailNetworkFactory
+
+ Logged in successfully
+
+
+
+ Your login to Gmail was authorized.
+
+
+
+ Inoreader: authentication error
+
+
+
+ Click this to login again. Error is: '%1'
+
+
+
+ Inoreader: authorization denied
+
+
+
+ Click this to login again.
+
+
+
+ No subject
+
+
+
+
+ GmailServiceRoot
+
+ Inbox
+
+
+
+ Sent
+
+
+
+ Drafts
+
+
+
+ Spam
+
+
+
+ Authentication status: %1
+Login tokens expiration: %2
+
+
+
+ logged-in
+
+
+
+ NOT logged-in
+
+
+IOFactory
@@ -3126,10 +3288,6 @@ Login tokens expiration: %2
OAuth2Service
-
- Inoreader: you have to login first
-
- Click here to login.
@@ -3146,6 +3304,10 @@ Login tokens expiration: %2
Requesting access authorization for '%1'...
+
+ You have to login first
+
+ OAuthLogin
@@ -3246,6 +3408,18 @@ At least API level %1 is required.
This is integration of Inoreader.
+
+ Not supported
+
+
+
+ This plugin is not supported in NonWebEngine variant of this program.
+
+
+
+ Simple Gmail integration via JSON API. Allows sending e-mails too.
+
+ RecycleBin