Using mutt, I have a configuration issue with fetchmail. In my .fetchmail.rc, I have
poll imap.gmail.com protocol imap user "myusername" password "mypassword" mda "/usr/bin/procmail -d %T" ssl
But I can't fetch any mail. Can someone help ?
here is my .msmtprc :
defaults
account gmail
host smtp.gmail.com
from yy@gmail.com
port 587
auth on
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
user yy@gmail.com
password xxxxxxxx
logfile ~/.msmtp.log
account default:gmail
here is my /etc/Muttrc
set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="xxxx"
set from="yy@gm
In one article, I have talked about mutt, a text based mail client. Although not as popular as Thunderbird or Evolution, mutt still has the love of many avid Linux users. If you just want to read the text of the emails like me, you should consider using mutt as the default mail client.
How does one interactively rename an IMAP folder within the mutt MUA? Currently, if I want to change a folder name, I use the gmail web browser interface, but this is rather inefficient. Is there an equivalent of the unix mv command in mutt?
When I search for this topic on google, the search results pertain to renaming local mutt folders and files like .muttrc.
I recently switched to using google's two factor authentication.To allow mutt to use IMAP and SMTP I set a separate application password which is in the muttrc (encrypted actually but this isn't important as it worked before.)When I open mutt, imap seems to work fine.However if I try to send an email using smtp I get an error:SASL authentication failedif I press send again I get:SMTP ses
You need a cetificate to authentificate to gmail server.#imap.gmail.com certificate to ensure to connect to Gmail
cert_fingerprint = 6d1b5b5ee0180ab493b71d3b94534b5ab937d042I use offlineimap to fetch mails.To send, I use msmtp, and need a valid sertificate too:tls_trust_file /usr/share/ca-certificates/mozilla/Thawte_Premium_Server_CA.crtAnd the adress is : smtp.gmail.com:587Not sure your server
I have IMAP Gmail account that uses something like Gmail-IMAP/Trash for Wastebasket but Evolution uses Wastebasket -dir by default. Alert terminology differs: directory is label in Gmail -terminology, anyway now clear enough. So how can I change the Trash -directory in Evolution?
Profile
I believe the problem lies in IMAP and different email-clients.
Hi,i'm reinventing mutt on my new notebook, i'm trying to use my old configuration file (gmail/imap) which worked fine on my old machine. But after i start Mutt it hangs on:Fetching message headers... 0/12345 (0%)I have tried it with another (no gmail) account but with the same result.
Mutt depends on curses according to this here, my discussion with Michael:
@hhh: ssh hhh@server.com mutt <--- what is wrong here?