Ultimate Gmail Feed

Plasma 5 Applets by intika 57 comments

how did you made the install ? - Jul 23 2018
Ultimate Gmail Feed

Plasma 5 Applets by intika 57 comments

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 - Jul 23 2018
Ultimate Gmail Feed

Plasma 5 Applets by intika 57 comments

also you have the manual check when you are waiting for an email - Jul 21 2018
Ultimate Gmail Feed

Plasma 5 Applets by intika 57 comments

the more you use polling the more you made it easy to hacker to intercept/inject traffic, but if you want you can create an issue ;) i will look into that ;) https://github.com/intika/ultimategmailfeed/issues - Jul 21 2018
Ultimate Gmail Feed

Plasma 5 Applets by intika 57 comments

yeah it's easily doable but not a good idea at all because the password will be stored in plaintext as the rest of the applet settings... can you please open an issue here https://github.com/intika/ultimategmailfeed/issues requesting this feature, for the next time i work in it - Jul 21 2018