All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy tip] Guide to setup mutt for Gmail
@ 2023-10-11 10:31 Gilbert Adikankwu
  2023-10-11 10:33 ` Julia Lawall
  2023-10-11 19:30 ` Dorcas Litunya
  0 siblings, 2 replies; 3+ messages in thread
From: Gilbert Adikankwu @ 2023-10-11 10:31 UTC (permalink / raw)
  To: outreachy; +Cc: julia.lawall

Hello,

This is a guide to setup mutt, the recommended text-based email client
for the Outreachy Linux community.

If you have not read the newbies tutorial, please read it first to see the 
steps for the initial setup of mutt. This guide is a follow-up to the initial
setup steps decribed in the newbies tutorial.

Here, you will learn how to setup your mutt to access emails in
your Gmail inbox and reply to them. 

Next, set up the mail client, mutt, with some defaults, by creating a
.muttrc file in your /home and add the following lines to it:

set sendmail="/usr/bin/esmtp"
set envelope_from=yes
set from="Your name <your_username@gmail.com>"
set use_from=yes
set edit_headers=yes
set editor="vi"
set send_charset="us-ascii:utf-8"
set sort_aux =  last-date-received
set sort = reverse-threads

# IMAP settings
set imap_user = "your_username@gmail.com"
set imap_pass = "mailbox/app password"

# SMTP settings
set smtp_url = "smtps://your_username@smtp.gmail.com"
set smtp_pass = "mailbox/app password"

# Remote Gmail folders
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set record = "+[Gmail]/Sent Mail"
set trash = "+[Gmail]/Trash"
set postponed = "+[Gmail]/Drafts"


Note: The imap_pass and smtp_pass can be your App password or email
password

I hopes this helps

Best wishes
Gilbert

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Outreachy tip] Guide to setup mutt for Gmail
  2023-10-11 10:31 [Outreachy tip] Guide to setup mutt for Gmail Gilbert Adikankwu
@ 2023-10-11 10:33 ` Julia Lawall
  2023-10-11 19:30 ` Dorcas Litunya
  1 sibling, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2023-10-11 10:33 UTC (permalink / raw)
  To: Gilbert Adikankwu; +Cc: outreachy



On Wed, 11 Oct 2023, Gilbert Adikankwu wrote:

> Hello,
>
> This is a guide to setup mutt, the recommended text-based email client
> for the Outreachy Linux community.
>
> If you have not read the newbies tutorial, please read it first to see the
> steps for the initial setup of mutt. This guide is a follow-up to the initial
> setup steps decribed in the newbies tutorial.
>
> Here, you will learn how to setup your mutt to access emails in
> your Gmail inbox and reply to them.
>
> Next, set up the mail client, mutt, with some defaults, by creating a
> .muttrc file in your /home and add the following lines to it:
>
> set sendmail="/usr/bin/esmtp"
> set envelope_from=yes
> set from="Your name <your_username@gmail.com>"
> set use_from=yes
> set edit_headers=yes
> set editor="vi"
> set send_charset="us-ascii:utf-8"
> set sort_aux =  last-date-received
> set sort = reverse-threads
>
> # IMAP settings
> set imap_user = "your_username@gmail.com"
> set imap_pass = "mailbox/app password"
>
> # SMTP settings
> set smtp_url = "smtps://your_username@smtp.gmail.com"
> set smtp_pass = "mailbox/app password"
>
> # Remote Gmail folders
> set folder = "imaps://imap.gmail.com:993"
> set spoolfile = "+INBOX"
> set record = "+[Gmail]/Sent Mail"
> set trash = "+[Gmail]/Trash"
> set postponed = "+[Gmail]/Drafts"
>
>
> Note: The imap_pass and smtp_pass can be your App password or email
> password
>
> I hopes this helps

Thanks!

julia

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Outreachy tip] Guide to setup mutt for Gmail
  2023-10-11 10:31 [Outreachy tip] Guide to setup mutt for Gmail Gilbert Adikankwu
  2023-10-11 10:33 ` Julia Lawall
@ 2023-10-11 19:30 ` Dorcas Litunya
  1 sibling, 0 replies; 3+ messages in thread
From: Dorcas Litunya @ 2023-10-11 19:30 UTC (permalink / raw)
  To: Gilbert Adikankwu; +Cc: outreachy, julia.lawall

On Wed, Oct 11, 2023 at 11:31:01AM +0100, Gilbert Adikankwu wrote:
> Hello,
> 
> This is a guide to setup mutt, the recommended text-based email client
> for the Outreachy Linux community.
> 
> If you have not read the newbies tutorial, please read it first to see the 
> steps for the initial setup of mutt. This guide is a follow-up to the initial
> setup steps decribed in the newbies tutorial.
> 
> Here, you will learn how to setup your mutt to access emails in
> your Gmail inbox and reply to them. 
> 
> Next, set up the mail client, mutt, with some defaults, by creating a
> .muttrc file in your /home and add the following lines to it:
> 
> set sendmail="/usr/bin/esmtp"
> set envelope_from=yes
> set from="Your name <your_username@gmail.com>"
> set use_from=yes
> set edit_headers=yes
> set editor="vi"
> set send_charset="us-ascii:utf-8"
> set sort_aux =  last-date-received
> set sort = reverse-threads
> 
> # IMAP settings
> set imap_user = "your_username@gmail.com"
> set imap_pass = "mailbox/app password"
> 
> # SMTP settings
> set smtp_url = "smtps://your_username@smtp.gmail.com"
> set smtp_pass = "mailbox/app password"
> 
> # Remote Gmail folders
> set folder = "imaps://imap.gmail.com:993"
> set spoolfile = "+INBOX"
> set record = "+[Gmail]/Sent Mail"
> set trash = "+[Gmail]/Trash"
> set postponed = "+[Gmail]/Drafts"
> 

Setting up the remote Gmail folders was particularly useful as I was
stuck on how I would reach my inboxes from the mutt client. Good stuff
Gilbert! Thanks for this tip :-)
> 
> Note: The imap_pass and smtp_pass can be your App password or email
> password
> 
> I hopes this helps
> 
> Best wishes
> Gilbert
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-11 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 10:31 [Outreachy tip] Guide to setup mutt for Gmail Gilbert Adikankwu
2023-10-11 10:33 ` Julia Lawall
2023-10-11 19:30 ` Dorcas Litunya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.