Re: Gmail OAuth/OOB deprecation: how to fix?

2022-05-06 Thread lilydjwg
need to login via web and copy the code again. You mean your access code doesn't expire? That's a good thing. Maybe it only applies to recently created apps (e.g. mine). > Testing with a single 'user' of my 'app' is fine: it's just me talking > to my Gmail :-) -- Best regards, lilydjwg

Re: Gmail OAuth/OOB deprecation: how to fix?

2022-05-06 Thread lilydjwg
dd limited testers to use your app (the thing that has a client_id etc). For personal use the only annoying part I find is that the access code expires every 7 days. -- Best regards, lilydjwg

Re: Gmail OAuth/OOB deprecation: how to fix?

2022-05-06 Thread lilydjwg
hat deprecated by GMail, > to be honest... ? No. GMail is deprecating login via account passwords, not app passwords. [1] https://github.com/getmail6/getmail6/blob/master/docs/getmailrc-examples -- Best regards, lilydjwg

Re: Gmail OAuth/OOB deprecation: how to fix?

2022-05-05 Thread lilydjwg
browser to your application. Without OOB, you can run a local web server or register your own protocol to receive the code. -- Best regards, lilydjwg

Re: [OT] fetchmail replacement supporting Oauth

2022-05-04 Thread lilydjwg
On Wed, May 04, 2022 at 08:49:42AM -0600, Akkana Peck wrote: > lilydjwg writes: > > I've switched to OAuth because I don't want to enable 2FA (which means > > if I lost all my devices, I would lose access to my Google account). > > How did you get your OAuth to

Re: [OT] fetchmail replacement supporting Oauth

2022-05-02 Thread lilydjwg
uires 2FA). Google is going to disable account passwords login at the end of this month.[1] I've switched to OAuth because I don't want to enable 2FA (which means if I lost all my devices, I would lose access to my Google account). PS: Access code from a testing OAuth app will expire in 7 days. It'd be better to get a non-testing one. [1]: https://support.google.com/accounts/answer/6010255 -- Best regards, lilydjwg

Re: HTML email?

2021-04-08 Thread lilydjwg
On Wed, Apr 07, 2021 at 08:00:38AM -0600, John Niendorf wrote: > Thank you - where do you put the python3 script and how do you let mutt know > it is there? Put it somewhere in $PATH, or you can use an absolution path. -- Best regards, lilydjwg

Re: HTML email?

2021-04-07 Thread lilydjwg
cript viewhtmlmsg[1] using a custom keybinding: macro pager \eh "viewhtmlmsg --fork -w 10" "View in webbrowser" I don't write HTML mails. [1]: https://github.com/lilydjwg/viewhtmlmsg -- Best regards, lilydjwg

Re: any conversion worries?

2018-01-16 Thread lilydjwg
hen switching. (But I used mbox not Maildir.) The only issue I met when I switched is vnstat which keeps its data in a platform-dependent format. -- Best regards, lilydjwg

IMAP list-wildcard % not supported by server

2015-12-29 Thread lilydjwg
cing that % with * in mutt's source code works for this server. So, what's the difference between wildcards % and *? Would mutt add an option for the user to specify which one to use? Or should I solve this problem in another way? -- Best regards, lilydjwg

Re: charset in html in external browser

2014-12-20 Thread lilydjwg
If someone knows about a "real" solution, I'd still be interested to > hear about it, though... Hi, latest version of viewhtmlmsg from https://bitbucket.org/blacktrash/muttils always works for me :-) -- Best regards, lilydjwg

Re: allow_ansi set, but I only get the first character highlighted

2012-04-13 Thread lilydjwg
On Thu, Apr 12, 2012 at 09:58:40PM +0200, Michael Ludwig wrote: > lilydjwg schrieb am 11.04.2012 um 19:40 (+0800): > > I'm using elinks to view those HTML emails. ~/.mailcap contains: > > > > text/html; muttHtml; copiousoutput > > Not answering your questions,

allow_ansi set, but I only get the first character highlighted

2012-04-11 Thread lilydjwg
`muttHTML` command highlights correctly in the shell, but in mutt, only the starting character on each colored area is actually colored. Here's a screenshot: http://elimage.edisonnotes.com/76/f2af1e35f5092c87c586333bf73f08c61b4c74 The links should be blue and the quoted part (indented) should be

Re: do not allow mutt to send email without attchement

2011-01-15 Thread lilydjwg
2011/1/15 Alexander V Vershilov : > Hello. > > I have got a problem that sometimes I forgot add attachements > to my email, or misspress 'y' key instead of 'a'. > Idea of workaround is to add some markup in test (for example > '{{file}}') and if there is such a markup doesn't allow to send > email

illegal characters replaced in attachments when saved?

2010-08-31 Thread lilydjwg
Hi, there. I sent a C program as an attachment in GBK encoding, but mutt took it as UTF-8. But there was nothing seems wrong until some time later when I need the C program file. I opened the mail in mutt, and the file is displayed with illegal characters replaced by `?'. And, what surprises me is