mutt IMAP configuration for outlook.office365.com

2020-03-11 Thread Greg Marks
eed to be escaped? There is a small amount of information, mixed in with misinformation, that Web searches unearth, e.g. https://askubuntu.com/questions/81924/sasl-authentication-failed-with-mutt-and-gmail-why https://wiki.archlinux.org/index.php/Mutt It would be great to get some authoritative guidance on this! Best regards, Greg Marks signature.asc Description: OpenPGP digital signature

Re: mutt IMAP configuration for outlook.office365.com

2020-03-12 Thread Greg Marks
set imap_pass="$password_variable" set smtp_pass="$password_variable" The encrypted file .cpt read at the start of .muttrc contains one line, of the form: set password_variable='abc\$def' Best regards, Greg Marks Message from mutt-users-requ...@mutt.org of Mar

Re: mutt IMAP configuration for outlook.office365.com

2020-03-15 Thread Greg Marks
on the IMAP server? This question is of no particular urgency, but I am curious. Concerning one final point that came up: my IMAP and SMTP passwords for this account are indeed that same. I've never seen an account where they're different, although since the SMTP and IMAP servers are dis

Re: Going GUI...er

2020-04-05 Thread Greg Marks
cious hyperlink that doesn't match the link text displayed. Obviously all of this is not a panacea, and no doubt you can still be harmed by opening a malware attachment in mutt. But am I wrong to think that these things that seem to be a hassle are actually good for us? Best regards, G

Re: simple formatting possibilities

2020-08-27 Thread Greg Marks
to convert Word documents to text. Best regards, Greg Marks signature.asc Description: PGP signature

Re: simple formatting possibilities

2020-08-30 Thread Greg Marks
low messages to use other fonts" and "Use fixed width font for plain text messages." So it seems that even on this relatively good e-mail client, the user has to opt in to read messages in Courier 10 font or similar. Best regards, Greg Marks > Date: Sat, 29 Aug 2020 19:32:03

Re: is it possible to have two options for viewing html mail?

2020-10-25 Thread Greg Marks
y click on a hyperlink in a malicious e-mail. For more options, you could add a similar macro "\em" to open in Midori. > Lots of people send me mail in HTML format (even though I do not > like it). Hopefully, when you quote their messages in your replies to them, it will include a

Re: sending does not work

2020-11-09 Thread Greg Marks
p://ro...@web.de@smtp.web.de:587" I'm assuming POP is configured on the server end (so, for example, you can send e-mail with other MUAs). Perhaps changing the .muttrc line to: set smtp_url="smtp://rol42%40web...@smtp.web.de:587" will help? Best regards, Greg Marks signature.asc Description: PGP signature

Re: Save to Last Folder used for Saving

2020-12-30 Thread Greg Marks
, via this entry in .muttrc: macro index,pager "\cS" "" I suppose you could redefine the "s" command instead of using Ctrl-s if you really want to get rid of the default save behavior. Best regards, Greg Marks signature.asc Description: PGP signature

Re: Save to Last Folder used for Saving

2020-12-30 Thread Greg Marks
en that I have the command stty -ixon in my ~/.bashrc file, which disables the Ctrl-s keyboard shortcut to stop terminal output, allowing me to assign Ctrl-s for other things. Best regards, Greg Marks signature.asc Description: PGP signature

Re: Retrieve inbox contents and email body

2021-07-07 Thread Greg Marks
do sleep 60 ; frm -f From -s new /var/mail/$(whoami) ; done is suitable to check for a response every minute. This can of course be modified to display only e-mails from a particular sender: for ((;;)) ; do sleep 60 ; frm -f From -s new /var/mail/$(whoami) | egrep -n -e 'friend@example\.

Re: accommodating "possible special characters" in password?

2021-12-15 Thread Greg Marks
ere: http://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20200309/001518.html With any luck, this will also resolve this new problem! Best regards, Greg Marks signature.asc Description: PGP signature

Re: searching across folders using mutt

2022-05-29 Thread Greg Marks
before running notmuch setup . Is there a solution for searching across folders for those of us whose e-mail is stored in mbox rather than maildir format? Best regards, Greg Marks signature.asc Description: PGP signature

in search of OAuth2 tokens for Microsoft Office 365

2022-10-25 Thread Greg Marks
ion in the Azure Active Directory in the Azure AD role of "Application developer"? Any other ideas or suggestions would be most welcome. Sincerely, Greg Marks - My message to university IT department: I have been using the e-

Re: IMAP to my company's server is failing

2023-01-18 Thread Greg Marks
;login" > > but changing it to: > > set imap_authenticators=plain Is it possible that you are experiencing the same infuriating (and still unresolved) problem I described on this mailing list in my Oct. 25, 2022, post with subject line "in search of OAuth2 tokens for Microsoft Of

"Gmail access expires periodically unless renewed by users"

2024-05-17 Thread Greg Marks
vert any problems in advance. Will this be handled automatically by the mutt_oauth2.py script? Or will a patch to the script be issued? Or will we have to log in to console.developers.google.com with our account and somehow tinker with the "Application" we've created to obtain c

Re: mutt && oauth2 config (Matthias Apitz)

2024-06-03 Thread Greg Marks
> Should this be entered as 'DC4AA850' or as '0xDC4AA850' in the script > mutt_oauth2.py I believe line 47 of the oauth2.py script can be edited, in your case, to read: ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'g...@unixarea.de'] That's how mine is set up, and it seems to work. Best regards, Greg Marks signature.asc Description: PGP signature