Re: Dovecot and mutt

2021-02-01 Thread Chris Bennett
On Mon, Jan 25, 2021 at 08:52:14AM -0700, @lbutlr wrote: > I have tried, but failed,. To write a sieve and script to strip HTML parts of > messages and if the message is only HTML to pipe it through w3m and add the > html portion as an emo attachment (in case it has links that need clicking, > l

Re: Dovecot and mutt

2021-01-27 Thread Eduardo M KALINOWSKI
On 26/01/2021 18:18, Rupert Gallagher wrote: If someone needs to send a formatted text, then they can use a text editor on headed paper, export to PDF and send it as attachment. E-mail proper is the plain text body of the message. When people send fancy HTML and expect me to read it on my phone

Re: Dovecot and mutt

2021-01-26 Thread Rupert Gallagher
If someone needs to send a formatted text, then they can use a text editor on headed paper, export to PDF and send it as attachment. E-mail proper is the plain text body of the message. When people send fancy HTML and expect me to read it on my phone, then they have wasted their effort, because

Re: Dovecot and mutt

2021-01-26 Thread Stuart Henderson
On 2021-01-25, @lbutlr wrote: > I get a LOT of mail that is pointlessly HTMLized (including on this list) *especially* on this list, for some reason.

Re: Dovecot and mutt

2021-01-25 Thread @lbutlr
On 25 Jan 2021, at 02:08, Rupert Gallagher wrote: > It would be useful to automatically de-HTML e-mails, but this is not a task > for dovecot. Even more useful would be to deprecate HTML in e-mails. Well, that is never going to happen. I have tried, but failed,. To write a sieve and script to s

Re: Dovecot and mutt

2021-01-25 Thread Darac Marjal
On 25/01/2021 09:08, Rupert Gallagher wrote: > It would be useful to automatically de-HTML e-mails, but this is not a > task for dovecot. Even more useful would be to deprecate HTML in e-mails. Why would it be useful to deprecate HTML in emails? Presumably you're arguing for an alternative, more

Re: Dovecot and mutt

2021-01-25 Thread Rupert Gallagher
It would be useful to automatically de-HTML e-mails, but this is not a task for dovecot. Even more useful would be to deprecate HTML in e-mails. Original Message On Jan 20, 2021, 13:58, @lbutlr wrote: > On 20 Jan 2021, at 04:33, Piotr Auksztulewicz wrote: >> On Wed, Jan 20, 20

Re: Dovecot and mutt

2021-01-20 Thread @lbutlr
On 20 Jan 2021, at 07:20, Erwan David wrote: > On Wed, Jan 20, 2021 at 01:58:38PM CET, "@lbutlr" said: >> On 20 Jan 2021, at 04:33, Piotr Auksztulewicz wrote: >>> On Wed, Jan 20, 2021 at 04:27:11AM -0700, @lbutlr wrote: set imap_pass = "lasH-hds[er$asd" # Not a real password >>> >>> Use s

Re: Dovecot and mutt

2021-01-20 Thread Erwan David
On Wed, Jan 20, 2021 at 01:58:38PM CET, "@lbutlr" said: > On 20 Jan 2021, at 04:33, Piotr Auksztulewicz wrote: > > On Wed, Jan 20, 2021 at 04:27:11AM -0700, @lbutlr wrote: > >> set imap_pass = "lasH-hds[er$asd" # Not a real password > > > > Use single quotes around the password. Double quotes m

Re: Dovecot and mutt

2021-01-20 Thread Odhiambo Washington
On Wed, 20 Jan 2021 at 15:59, @lbutlr wrote: > On 20 Jan 2021, at 04:33, Piotr Auksztulewicz wrote: > > On Wed, Jan 20, 2021 at 04:27:11AM -0700, @lbutlr wrote: > >> set imap_pass = "lasH-hds[er$asd" # Not a real password > > > > Use single quotes around the password. Double quotes make $asd to

Re: Dovecot and mutt

2021-01-20 Thread @lbutlr
On 20 Jan 2021, at 04:33, Piotr Auksztulewicz wrote: > On Wed, Jan 20, 2021 at 04:27:11AM -0700, @lbutlr wrote: >> set imap_pass = "lasH-hds[er$asd" # Not a real password > > Use single quotes around the password. Double quotes make $asd to be > interpreted as shell variable and replaced with (m

Re: Dovecot and mutt

2021-01-20 Thread Piotr Auksztulewicz
On Wed, Jan 20, 2021 at 04:27:11AM -0700, @lbutlr wrote: > set imap_pass = "lasH-hds[er$asd" # Not a real password Use single quotes around the password. Double quotes make $asd to be interpreted as shell variable and replaced with (most likely) empty string, so you get a shortened passwort in ef

Re: Dovecot and mutt

2021-01-20 Thread Aki Tuomi
> On 20/01/2021 13:27 @lbutlr wrote: > > > I have a user who is unable to use mutt to login. I tested and sent a muttrc > that worked for me and all he needed to do was put in his username and > password. > > Which failed. > > After some back and forth, I figured out that his password con