The best IMAP client for Gmail in Linux
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Over Ancient Waters Looping
--
Chapters
00:00 The Best Imap Client For Gmail In Linux
00:57 Accepted Answer Score 12
01:07 Answer 2 Score 5
02:29 Answer 3 Score 2
02:45 Answer 4 Score 2
03:51 Answer 5 Score 2
04:09 Thank you
--
Full question
https://superuser.com/questions/51659/th...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux #email #gmail #imap
#avk47
ACCEPTED ANSWER
Score 12
Thunderbird should be good, if you are intending to use a separate email client
ANSWER 2
Score 5
Gmail is a tad special. Either you want to use insert your favorite IMAP client here
or you don't. The assumption for using gmail is that you'll be using the web interface. If you want fast offline access for it with all the gmail features, I'm pretty sure that's why they invented gears and maintain an offline gmail project.
Update: Okay so lets run down the requirements:
- multithreaded and responsive even on large folders [Check, relies on Firefox for this]
- integrated with Gmail spam filtering (report spam) and archive features [Check, it basically is Gmail]
- capable to deal with Gmail folder names (which depend on language settings in Gmail!) [Check, ditto]
using some standard local storage (maildir, mh, whatever)[Sorry, not with this, but does it matter if you get all the other points?]
- with quick local search (or integrated with any desktop search engine) [Use Google Desktop or the regular Gmail search in offline mode.]
- good and convenient in offline mode [Check, It really works, you even get a desktop icon]
- aware of various i18n issues [Check, only in so far that Gmail does]
Bonus, There's a spotty connection mode that gives you like-live usage with buffering for inconsistent internet responsiveness.
ANSWER 3
Score 2
Apart of Thunderbird i found Claws-mail, which was quite convenient in the matter of memory consumption for my old laptop. It's available under yum in Fedora repositories (should be in apt-get in Debians as well).
ANSWER 4
Score 2
Thunderbird is probably the easiest way to achieve this, just make sure you set it up to fully download all emails/attachments, not just the message headers (from here):
An IMAP account normally only downloads headers to the hard disk when checking for new mail. Your account would have an "Inbox.msf" file but no "Inbox" file. When you read a message it is fetched from the server unless its already cached in memory. If you want to maintain a local synched copy of a remote folder use "Tools -> Account Settings -> Offline & Disk space -> Offline -> Select folders for offline use". That will store/update a copy of the selected remote folder as an mbox file, which you can only see when working offline.
..but, since you mention mutt, perhaps Fetchmail?
Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, so it can then be read by normal mail user agents such as mutt, elm(1) or BSD Mail. It allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail.