Re: Unexplained mutt error

2022-02-22 Thread Ranjan Maitra
I think the OPs problem is with sending, not accessing email. Ranjan On Wed Feb23'22 02:29:12AM, Sam Kuper wrote: > From: Sam Kuper > Date: Wed, 23 Feb 2022 02:29:12 + > To: mutt-users@mutt.org > Subject: Re: Unexplained mutt error > > On Tue, Feb 22, 2022 at 04:40:06PM -0600, Ion wrote: > >

Re: Unexplained mutt error

2022-02-22 Thread Sam Kuper
On Tue, Feb 22, 2022 at 04:40:06PM -0600, Ion wrote: > Thanks to all of you for trying to solve my problem. But I have been > trying to setup mutt for nine days now. I have followed all your > advice and instructions to the best of my ability, to no avail. [...] > Much as I want to use a CLI clie

Re: Unexplained mutt error

2022-02-22 Thread Ranjan Maitra
Can't type, sorry. No apostrophe at the end. > This got mangled. set smtp_url ="smtps://ionm...@eml.cc@smtp.fastmail.com:465"; set ssl_force_tls = yes; set ssl_starttls = yes or set smtp_url ="smtps://ionm...@eml.cc@smtp.fastmail.com:465" set ssl_force_tls = yes set ssl_starttls = yes Ho

Re: Unexplained mutt error

2022-02-22 Thread Ranjan Maitra
My apologies: > For me, the magic was the equivalent of what for you would be: > > set smtp_url ="smtps://ionm...@eml.cc@smtp.fastmail.com:465" set > ssl_force_tls = yes set ssl_starttls = yes' This got mangled. set smtp_url ="smtps://ionm...@eml.cc@smtp.fastmail.com:465"; set ssl_force_tls =

Re: Unexplained mutt error

2022-02-22 Thread Ranjan Maitra
Sorry for not recalling this from your earlier e-mail, but what exactly were the claws-mail settings? Did you make sure about smtps? In my limited experience, though mail providers talk about smtp and 587 port, many of them only work with smtps and 465. I moved from sylpheed to mutt, and the he

Re: Unexplained mutt error

2022-02-22 Thread Ion
Thanks to all of you for trying to solve my problem. But I have been trying to setup mutt for nine days now. I have followed all your advice and instructions to the best of my ability, to no avail. My E-mail providers don't seem to know that CLI clients exist. They keep asking me to take a snapsho

Re: Unexplained mutt error

2022-02-22 Thread Kevin J. McCarthy
On Tue, Feb 22, 2022 at 02:34:05PM -0600, Ranjan Maitra wrote: On Tue Feb22'22 02:06:57PM, Ion wrote: As instructed I changed it to... set smtp_url ="smtp://ionm...@eml.cc@smtp.fastmail.com:587" and also tried set smtp_url ="smtp://ionm...@eml.cc@smtp.fastmail.com:465" set smtp_url ="smtps

Re: Receive email, filtering

2022-02-22 Thread Piet
Dear Charles and someone else, thank you, works perfectly! Really a big help,because I never got it work before. Kind regards Piet Am Mon, Feb 21, 2022 at 08:53:32PM -0600 schrieb Charles Cazabon: > Piet wrote: > > > > Dear Charles, > > > > thank you for the hint. > > You're most welcome.

Re: Saving email, forward to compose

2022-02-22 Thread Piet
Dear Kevin, thank you, works! Kind regards Piet Am Tue, Feb 22, 2022 at 09:36:20AM -0800 schrieb Kevin J. McCarthy: > On Tue, Feb 22, 2022 at 09:32:50AM -0800, Kevin J. McCarthy wrote: > > On Tue, Feb 22, 2022 at 08:02:03AM +, Piet wrote: > > > macro index,pager 'source > > > ~/.config/

Re: Unexplained mutt error

2022-02-22 Thread Ranjan Maitra
On Tue Feb22'22 02:06:57PM, Ion wrote: > From: Ion > Date: Tue, 22 Feb 2022 14:06:57 -0600 > To: mutt-users@mutt.org > Subject: Re: Unexplained mutt error > > On 21/02/2022 21:53, Kevin J. McCarthy wrote: > > > On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote: > > > I tried both set smtp_url ="

Re: Unexplained mutt error

2022-02-22 Thread Ion
On 21/02/2022 21:53, Kevin J. McCarthy wrote: On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote: I tried both set smtp_url ="smtp://smtp.fastmail.com:465" and set smtp_url ="smtp://smtp.fastmail.com:587" and got "SMTP session failed: 530 5.7.1 Authentication required". You'll need to add yo

Re: Unexplained mutt error

2022-02-22 Thread Ion
I have already done that. On 22/02/2022 08:42, José María Mateos wrote: On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote: I used the same password as IMAP as the Fastmail help page tells me "Your app-specific password. You cannot use your regular Fastmail password." So does the "set ssl_forc

Re: Saving email, forward to compose

2022-02-22 Thread Kevin J. McCarthy
On Tue, Feb 22, 2022 at 09:32:50AM -0800, Kevin J. McCarthy wrote: On Tue, Feb 22, 2022 at 08:02:03AM +, Piet wrote: macro index,pager 'source ~/.config/mutt/conf/imap1!' macro index,pager 'source ~/.config/mutt/conf/imap2!' But if I sync manually with key "$" before shifting to the ot

Re: Saving email, forward to compose

2022-02-22 Thread Kevin J. McCarthy
On Tue, Feb 22, 2022 at 08:02:03AM +, Piet wrote: macro index,pager 'source ~/.config/mutt/conf/imap1!' macro index,pager 'source ~/.config/mutt/conf/imap2!' But if I sync manually with key "$" before shifting to the other account, Mutt asks me to delete the message in the actual folde

Re: Unexplained mutt error

2022-02-22 Thread José María Mateos
On Tue, Feb 22, 2022 at 09:42:46AM -0500, José María Mateos wrote: On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote: I used the same password as IMAP as the Fastmail help page tells me "Your app-specific password. You cannot use your regular Fastmail password." So does the "set ssl_force_tls

Re: Unexplained mutt error

2022-02-22 Thread José María Mateos
On Mon, Feb 21, 2022 at 06:10:51PM -0600, Ion wrote: I used the same password as IMAP as the Fastmail help page tells me "Your app-specific password. You cannot use your regular Fastmail password." So does the "set ssl_force_tls =yes" not cover authentication? You need to create a password to u

Saving email, forward to compose

2022-02-22 Thread Piet
Dear List, I use multiple imap acounts and shift with macros between them: macro index,pager 'source ~/.config/mutt/conf/imap1!' macro index,pager 'source ~/.config/mutt/conf/imap2!' If I save an email to another folder by pressing 's', Mutt asks me if the email should be attached to the t