<?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: Mutt questions</title> <atom:link href="http://www.haidongji.com/2005/10/20/mutt-questions/feed/" rel="self" type="application/rss+xml" /><link>http://www.haidongji.com/2005/10/20/mutt-questions/</link> <description>季庄新闻--Haidong Ji's Blog</description> <lastBuildDate>Wed, 04 Jan 2012 09:32:09 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.2</generator> <item><title>By: Haidong Ji</title><link>http://www.haidongji.com/2005/10/20/mutt-questions/comment-page-1/#comment-5</link> <dc:creator>Haidong Ji</dc:creator> <pubDate>Wed, 26 Oct 2005 20:14:53 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>Thanks dbt.
My original purpose was to check my gmail on this box.
On my web server that I have SSH access, the mail utilities provided are limited (No pine, postfix, exim, elm, mutt, msmtp). It does have fetchmail and procmail, and I successfully got them work together so I can download from gmail&#039;s pop3 server. I can view it using vi and even this program called mail. Initially I thought gmail provides IMAP. I was mistaken.
I then downloaded mutt source code. I followed ./configure --help and I thought I may need to set prefix configure and enable SSL (for gmail), so that it uses my home directory and does not touch /usr/bin or /usr/sbin. But before I can do that, I did a dry run and configure came back telling me that the gcc on the machine is not ANSI compliant. Because of that, I could not do MAKE and MAKE Install. I am not a power Linux user or C programmer by any means, so I am a little resigned at this point.
Plus, to be able to send gmail, I will have to download msmtp or nbsmtp or some other smtp, so at this point I don&#039;t know if it is possible at all for me to do it.
I will continue to play around with it. In the meantime, I will setup auto-forwarding gmail to my Yahoo mail, SSH into my server, and check Yahoo mail using lynx:)
Thanks a lot. As I said earlier, I am learning, so feel free to point out if I am totally off-target because of newbie inexperience:)</description> <content:encoded><![CDATA[<p>Thanks dbt.</p><p>My original purpose was to check my gmail on this box.</p><p>On my web server that I have SSH access, the mail utilities provided are limited (No pine, postfix, exim, elm, mutt, msmtp). It does have fetchmail and procmail, and I successfully got them work together so I can download from gmail&#8217;s pop3 server. I can view it using vi and even this program called mail. Initially I thought gmail provides IMAP. I was mistaken.</p><p>I then downloaded mutt source code. I followed ./configure &#8211;help and I thought I may need to set prefix configure and enable SSL (for gmail), so that it uses my home directory and does not touch /usr/bin or /usr/sbin. But before I can do that, I did a dry run and configure came back telling me that the gcc on the machine is not ANSI compliant. Because of that, I could not do MAKE and MAKE Install. I am not a power Linux user or C programmer by any means, so I am a little resigned at this point.</p><p>Plus, to be able to send gmail, I will have to download msmtp or nbsmtp or some other smtp, so at this point I don&#8217;t know if it is possible at all for me to do it.</p><p>I will continue to play around with it. In the meantime, I will setup auto-forwarding gmail to my Yahoo mail, SSH into my server, and check Yahoo mail using lynx:)</p><p>Thanks a lot. As I said earlier, I am learning, so feel free to point out if I am totally off-target because of newbie inexperience:)</p> ]]></content:encoded> </item> <item><title>By: dbt</title><link>http://www.haidongji.com/2005/10/20/mutt-questions/comment-page-1/#comment-4</link> <dc:creator>dbt</dc:creator> <pubDate>Wed, 26 Oct 2005 15:58:18 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>Mutt is pretty simple to install and use.  It shouldn&#039;t be necessary to install as root if you&#039;re just using the imap mode, or if the mail spool directory is in your home directory.
Accessing multiple POP and IMAP accounts isn&#039;t too hard.  If you have multiple folders on more than one imap server, you lose a little ease of use.  For example, you can do:
set folder=imap://server/INBOX
and then open any folder on server with +foldername
It&#039;s hard to do that with multiple servers.
On the other hand, you can do:
mailboxes +folder1 +folder2 imap://server2/INBOX imap://server2/INBOX.subfolder3
and that&#039;ll point to multiple servers.  You can&#039;t use + expansion with server2 but those folders will show up when you hit c (change mailbox) if they have new mail, or if you hit c tab tab, which gives you a list of all your configured mailboxes.</description> <content:encoded><![CDATA[<p>Mutt is pretty simple to install and use.  It shouldn&#8217;t be necessary to install as root if you&#8217;re just using the imap mode, or if the mail spool directory is in your home directory.</p><p>Accessing multiple POP and IMAP accounts isn&#8217;t too hard.  If you have multiple folders on more than one imap server, you lose a little ease of use.  For example, you can do:</p><p>set folder=imap://server/INBOX</p><p>and then open any folder on server with +foldername</p><p>It&#8217;s hard to do that with multiple servers.</p><p>On the other hand, you can do:<br
/> mailboxes +folder1 +folder2 imap://server2/INBOX imap://server2/INBOX.subfolder3</p><p>and that&#8217;ll point to multiple servers.  You can&#8217;t use + expansion with server2 but those folders will show up when you hit c (change mailbox) if they have new mail, or if you hit c tab tab, which gives you a list of all your configured mailboxes.</p> ]]></content:encoded> </item> </channel> </rss>
