Re: in search of OAuth2 tokens for Microsoft Office 365

2022-10-29 Thread Philippe Meunier
Greg Marks wrote: >Unfortunately, a grep search through the ~/.thunderbird directory >for "client_id," "client_secret," and "redirect_uri" yielded nothing. https://www.vanormondt.net/~peter/blog/2021-03-16-mutt-office365-mfa.html http://pnijjar.freeshell.org/2022/mutt-uw-duo/ On a related note, I

IMAP's "OK [ALERT]" not displayed?

2022-05-23 Thread Philippe Meunier
Hi, I just realized that one of the IMAP servers I'm using is sending an "OK [ALERT]" untagged status response after connecting to it: $ openssl s_client -connect imaps.some.where.com:993 CONNECTED(0003) [...] SSL-Session: [...] Verify return code: 0 (ok) --- * OK imaps.some.where.com Zim

mailcap sanitization sanitizing too much...

2021-05-24 Thread Philippe Meunier
Hello, When viewing an email attachment with mailcap, mutt sanitizes %s to contain only ASCII alphanumeric characters, plus a few other safe characters. Unfortunately this means that when trying to view an attachment with, say, a Chinese or a Korean name, I end up with a file name that looks like

How to use the function inside a macro?

2020-12-10 Thread Philippe Meunier
Hello, I'm trying to write a macro that allows me to edit a new message in the background using mutt's background_edit feature. My intent is that new messages are edited in the foreground by default when I use the regular "m" binding in the index and pager menus, but new messages are edited in th

Re: Is it possible to change/add headers to incoming mail?

2020-12-09 Thread Philippe Meunier
raf wrote: >for mail delivered locally, procmail could do it. procmail is not a good option anymore, and has not been for a while now: https://marc.info/?l=openbsd-ports&m=141634350915839 Philippe

imap_pass == smtp_pass ?

2020-11-19 Thread Philippe Meunier
Hello, I use an IMAPS server for reading email and an STMPS server for sending email. Both servers use the same password, which I think is a fairly common setup. I know about imap_pass and smtp_pass but I don't want to write my password in my .muttrc for security reasons (my $HOME is on an NFS p

bind index ...

2020-10-12 Thread Philippe Meunier
Hello, I'm trying to create some bindings in my .muttrc file for mutt's sidebar (this is while running mutt in an xterm window on OpenBSD): bind index sidebar-prev bind index sidebar-next and this works fine. Then I tried this one: bind index sidebar-open and it does not work at all: mutt

Re: IMAP protocol problem: skipping FETCH response for unknown message number

2011-10-24 Thread Philippe Meunier
Brendan Cully wrote: >On Monday, 24 October 2011 at 08:29, Philippe Meunier wrote: >This error is due to the broken sequence numbers, I think. Mutt >shouldn't hang at this point (the a0005 OK should terminate the >message loop), so that's a bug. But the server is also

IMAP protocol problem: skipping FETCH response for unknown message number

2011-10-24 Thread Philippe Meunier
Hello, I'm trying to use mutt (1.5.21 on OpenBSD 4.9) to connect to an IMAP server. Connection and authentication work fine but then something goes wrong while fetching message headers: I get a "skipping FETCH response for unknown message number" error for every message and then mutt gets stuck a