Rainloop: Lightweight Webmail Client
Productivity Sauce
Instead of relying on the web-based interface offered by your email provider, you can deploy your own webmail client using Rainloop. This fast and lightweight application is easy to deploy and features a polished interface. Deploying Rainloop on a server is easy. Run the following commands to create the rainloop directory in the server's root (in this case, it's /var/www), set the correct permissions and owner, and install Rainloop:
mkdir /var/www/rainloop cd /var/www/rainloop find . -type d -exec chmod 777 {} \; find . -type f -exec chmod 666 {} \; chown -R www-data:www-data . wget -qO- http://repository.rainloop.net/installer.php | php
Once you've done that, point your browser to http://127.0.0.1/rainloop/?admin (where 127.0.0.1 is the actual IP address or domain name of the server), and log in using the admin user name and the 12345 password. This drops you into the administration interface, where you can configure Rainloop's settings. The web-based mail client can handle multiple domains (i.e., you can use Rainloop to access email accounts from different email providers), and the application has a couple of domains preconfigured and ready to go, including Gmail and Yahoo! Mail. To add other domains, switch to the Domains section, press the Add Domain button and provide the required information. Rainloop doesn't provide native support for multiple users, but the application uses Facebook, Google, and Twitter for authentication, thus allowing users to log into Rainloop via these social services. In addition to that, Rainloop can be intergrated with Dropbox for attaching files directly from the Dropbox storage. To enable this functionality, switch to the Social section and configure the required settings (see Rainloop documentation for further info).
Using Rainloop couldn't be easier. Point your browser to http://127.0.0.1/rainloop, log in using your email credentials, and you should see Rainloop's interface in all its beauty. Since the application is not overloaded with features, you shouldn't have trouble figuring out how to use it. While Rainloop has a lot going for it, the application does have a couple of weaknesses. For exampe, the current version doesn't support identities, and the interface doesn't work well on mobile devices. This may well be dealbreakers for power users, but for those looking for a no-frills web-based email client, Rainloop can be just the ticket.
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.