Description: Ultimate Gmail Feed: is a plasmoid for Plasma 5. It provides a list of your unread emails from your Gmail inbox. You also get notified when you receive new messages.
Warning: To install use rpm/deb or build it
Donation: Any donations are welcome to: paypal: intika@librefox.org thanks a lot
Features : - Multi account - Editable Transfert Protocol - Editable RSS Server - Editable RSS Server Query - Command to open email application (Application or Browser Link) - Command to open email (Application or Browser Link) - Automatic polling interval - Offline Secure Mode (Checking email only manually) - Multiline Display - Editable Height Popup Scroll View - Editable Width Popup Scroll View
This plasmoid is designed to work with RSS Feeds Mails, you can use it with providers other than gmail by changing the configuration it is based on "Gmail Feed" from anthon38, Big thanks to anthon38 for his work
**Install :**
Check the released RPM
**Build & Install :**
mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make make install
Seems to work well but I can't get it to show the subject line of the emails, just the sender. Anyone know how to fix this? I downloaded and installed directly from the KDE Plasmoid store
I get a message saying:
Sign-in attempt was blocked
Someone just used your password to try to sign in to your account from a non-Google app. Google blocked them, but you should check what happened. Review your account activity to make sure no one else has access.
This plasmoid use a direct connection to gmail and eventually uses proxy/vpn if the whole system is setup to use such a connection... anyway this is opensource, anyone can check the code :)... can you access your gmail with application like thunderbird or kmail ?
I got it to work with my personal email using the app password.
I think it's just my work account, because we use a google managed account using SSO. I tried kmail as well, and couldn't get that working with the SSO account either.
Somehow, event calendar works with it https://store.kde.org/p/998901, but nothing else does. :O
Oh well, I'll use the browser for now, and blame the my company's setup since it's probably the reason :P
After logon, your Plasma-Addon dousn't check mails.
Clicking manually Check Mail works.
The same issue has the "original" Gmail Feed.
I use Kubuntu 18.04.
you just add a plasmoid per account... just right on your taskbar click then add widgets and add an other "ultimate gmail feed" and set it up with an other gmail account
9+Useful! (Also confirmed, in some cases *Debian/Kali/Parrot/etc..* you may need to install through your repository instead of through the Widget downloader*. Wild assumption here, but probably if you installed KDE5/Plasma through your Debian-based repo, this is the case.
At the end of the day this will be true but for the moment the package is not yet distributed rpm package are working for sure but debian's one will be provided later by sten0 https://github.com/intika/ultimategmailfeed/issues/9
I get this error:
Error loading file QML: file:///usr/share/plasma/plasmoids/org.kde.plasma.ultimategmailfeed/contents/ui/main.qml:25:1: module +"org.kde.plasma.private.ultimategmailfeed" is not installed
The library does not seems to be installed you need to you use the rpm/deb or compile and install it from source check
git clone https://github.com/intika/ultimategmailfeed.git
cd ultimategmailfeed
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
make install
Ratings & Comments
56 Comments
which version I should use for manjaro arch kde
Seems to work well but I can't get it to show the subject line of the emails, just the sender. Anyone know how to fix this? I downloaded and installed directly from the KDE Plasmoid store
My authentication is failing and I get an email saying that gmail blocked the app due to lack of security with the app trying to connect.
Just checked it works, if you have a gmail account with 2 step authentication you need to generate an application password under your account settings
I get a message saying: Sign-in attempt was blocked Someone just used your password to try to sign in to your account from a non-Google app. Google blocked them, but you should check what happened. Review your account activity to make sure no one else has access.
That was using the app password I just created
are you using a proxy/vpn or something similar ? gmail send usually that message when we login from a different location
This plasmoid use a direct connection to gmail and eventually uses proxy/vpn if the whole system is setup to use such a connection... anyway this is opensource, anyone can check the code :)... can you access your gmail with application like thunderbird or kmail ?
I got it to work with my personal email using the app password. I think it's just my work account, because we use a google managed account using SSO. I tried kmail as well, and couldn't get that working with the SSO account either. Somehow, event calendar works with it https://store.kde.org/p/998901, but nothing else does. :O Oh well, I'll use the browser for now, and blame the my company's setup since it's probably the reason :P
Thank you for your help!
you are welcome :)
After logon, your Plasma-Addon dousn't check mails. Clicking manually Check Mail works. The same issue has the "original" Gmail Feed. I use Kubuntu 18.04.
yes the issue is know ans a ticket is open on github i will fix that on next release
yes the issue is known and a ticket is actually open on github i will fix that on next release
Sure...
it doesnt check my mails.it doesnt accept my pass why?
you reported the issue on github, support will follow there ;)
can you please look the issue again?
sure
how does the multi account work?
you just add a plasmoid per account... just right on your taskbar click then add widgets and add an other "ultimate gmail feed" and set it up with an other gmail account
9 +Useful! (Also confirmed, in some cases *Debian/Kali/Parrot/etc..* you may need to install through your repository instead of through the Widget downloader*. Wild assumption here, but probably if you installed KDE5/Plasma through your Debian-based repo, this is the case.
At the end of the day this will be true but for the moment the package is not yet distributed rpm package are working for sure but debian's one will be provided later by sten0 https://github.com/intika/ultimategmailfeed/issues/9
I get this error: Error loading file QML: file:///usr/share/plasma/plasmoids/org.kde.plasma.ultimategmailfeed/contents/ui/main.qml:25:1: module +"org.kde.plasma.private.ultimategmailfeed" is not installed
The library does not seems to be installed you need to you use the rpm/deb or compile and install it from source check git clone https://github.com/intika/ultimategmailfeed.git cd ultimategmailfeed mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make make install