<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: NeoMutt &#8211; A Command Line Mail Reader (MUA) for Linux	</title>
	<atom:link href="https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 31 Jul 2023 07:53:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/#comment-27731</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 31 Jul 2023 07:53:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5888#comment-27731</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/#comment-27720&quot;&gt;Richard Fuhr&lt;/a&gt;.

@Richard,

To use &lt;strong&gt;Neomutt&lt;/strong&gt; with &lt;strong&gt;Gmail&lt;/strong&gt;, you need to enable &lt;strong&gt;IMAP&lt;/strong&gt; and &lt;strong&gt;SMTP&lt;/strong&gt; access in your Gmail account settings.
&lt;ul&gt;
&lt;li&gt;Go to your Google Account settings: &lt;code&gt;https://myaccount.google.com/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Click on &quot;&lt;strong&gt;Security&lt;/strong&gt;&quot; in the left menu.&lt;/li&gt;
&lt;li&gt;Under &quot;&lt;strong&gt;Signing in to Google&lt;/strong&gt;&quot;, enable &quot;&lt;strong&gt;Less secure app access&lt;/strong&gt;&quot;, which will allows Neomutt to access your Gmail account using your username and password.
&lt;/ul&gt;
Next, create or edit Neomutt&#039;s configuration file located at &lt;strong&gt;~/.config/neomutt/neomuttrc&lt;/strong&gt;.
&lt;pre&gt;
# Set the name and email address for outgoing emails
set realname = &quot;Your Name&quot;
set from = &quot;your_email@gmail.com&quot;

# IMAP settings
set imap_user = &quot;your_email@gmail.com&quot;
set imap_pass = &quot;your_gmail_password_or_app_password&quot;
set folder = &quot;imaps://imap.gmail.com/&quot;
set spoolfile = &quot;+INBOX&quot;
set postponed = &quot;+[Gmail]/Drafts&quot;
set record = &quot;+[Gmail]/Sent Mail&quot;

# SMTP settings
set smtp_url = &quot;smtps://your_email@gmail.com@smtp.gmail.com:587&quot;
set smtp_pass = &quot;your_gmail_password_or_app_password&quot;
&lt;/pre&gt;
Replace &quot;&lt;strong&gt;Your Name&lt;/strong&gt;&quot;, &quot;&lt;code&gt;your_email@gmail.com&lt;/code&gt;&quot;, and &quot;&lt;strong&gt;your_gmail_password&lt;/strong&gt;&quot; with your actual name, Gmail email address, and password or App Password, respectively.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/#comment-27720">Richard Fuhr</a>.</p>
<p>@Richard,</p>
<p>To use <strong>Neomutt</strong> with <strong>Gmail</strong>, you need to enable <strong>IMAP</strong> and <strong>SMTP</strong> access in your Gmail account settings.</p>
<ul>
<li>Go to your Google Account settings: <code>https://myaccount.google.com/</code>.</li>
<li>Click on &#8220;<strong>Security</strong>&#8221; in the left menu.</li>
<li>Under &#8220;<strong>Signing in to Google</strong>&#8220;, enable &#8220;<strong>Less secure app access</strong>&#8220;, which will allows Neomutt to access your Gmail account using your username and password.
</li>
</ul>
<p>Next, create or edit Neomutt&#8217;s configuration file located at <strong>~/.config/neomutt/neomuttrc</strong>.</p>
<pre>
# Set the name and email address for outgoing emails
set realname = "Your Name"
set from = "your_email@gmail.com"

# IMAP settings
set imap_user = "your_email@gmail.com"
set imap_pass = "your_gmail_password_or_app_password"
set folder = "imaps://imap.gmail.com/"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set record = "+[Gmail]/Sent Mail"

# SMTP settings
set smtp_url = "smtps://your_email@gmail.com@smtp.gmail.com:587"
set smtp_pass = "your_gmail_password_or_app_password"
</pre>
<p>Replace &#8220;<strong>Your Name</strong>&#8220;, &#8220;<code>your_email@gmail.com</code>&#8220;, and &#8220;<strong>your_gmail_password</strong>&#8221; with your actual name, Gmail email address, and password or App Password, respectively.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Fuhr		</title>
		<link>https://www.ubuntumint.com/neomutt-command-line-mail-reader-linux/#comment-27720</link>

		<dc:creator><![CDATA[Richard Fuhr]]></dc:creator>
		<pubDate>Sun, 30 Jul 2023 16:14:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5888#comment-27720</guid>

					<description><![CDATA[If someone finds a way to enable &lt;strong&gt;neomutt&lt;/strong&gt; to work with &lt;strong&gt;Gmail&lt;/strong&gt;, please post your solution.]]></description>
			<content:encoded><![CDATA[<p>If someone finds a way to enable <strong>neomutt</strong> to work with <strong>Gmail</strong>, please post your solution.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
