Freshly delivered FOSS screencasts - every Friday.

#19 Using the Mutt Email Client With Gmail

Mutt is a great text-based email client I've been using recently. Mutt is very simple to use but still highly configurable.

In this episode we will configure Mutt to use Gmail's IMAP interface to retrieve our email from Gmail.

Check out the Mutt Wiki for lots of great info and help.

Uploaded on Jan 08, 2010 | 6:24 | Tags: email mutt

Click to Play

set imap_user = 'user@gmail.com'
set imap_pass = 'password'
set spoolfile = imaps://imap.gmail.com:993/INBOX
set folder = imaps://imap.gmail.com:993
set postponed=”imaps://imap.gmail.com/[Gmail]/Drafts”
set header_cache=”~/.mutt/cache/headers”
set message_cachedir=”~/.mutt/cache/bodies”
set certificate_file=~/.mutt/certificates


If you enjoyed this episode, be sure to check out the newest Technicast on Apache2. All purchases support FOSSCasts.