Re: sample muttrc file for AOL email...

2023-04-13 Thread Steve Karmeinsky
On Thu, Apr 13, 2023 at 05:26:06AM -0500 or thereabouts, Lester Rees wrote:

>No, Gmail no longer allows Mutt to be used for it.  Google considers it
>to be a "less secure app."  Hence, they do not allow Mutt to be used
>with it.  I have tried and have failed since Google made that change to
>Gmail.

Well that is strange as this email is using mutt and a Google Workspace
account and I'm guessing you're getting it fine (yes you do need an app
password).

ignore *
unignore From:
unignore To:
unignore Reply-To:
unignore Mail-Followup-To:
unignore Subject:
unignore Date:
unignore Organization:
unignore Newsgroups:
unignore CC:
unignore BCC:
unignore Message-ID:
unignore X-Mailer:
unignore User-Agent:
unignore X-Junked-Because:
unignore X-SpamProbe:
set realname = "Steve Karmeinsky"
set from = "st...@gbnet.net"
#set use_from = yes
set envelope_from = yes
set smtp_url = "smtp://st...@gbnet.net@smtp.gmail.com:587/"
set smtp_pass="thisisverysecret"
set imap_user = st...@gbnet.net
set imap_pass="thisisverysecret"
set imap_list_subscribed=yes
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set trash = "=[Gmail]/Bin"
#set trash = "+[Gmail]/Trash"
#set trash = "+Trash"
set ssl_force_tls = yes
set ssl_starttls = yes
set smtp_authenticators = "login"
#set record="+[Gmail]/Sent Mail"
set record=""
# Activate caching, as it can greatly improve speed
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file=~/.mutt/certificates
set mail_check = 30
set move = no
set imap_keepalive = 900

Seems to work for me

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.net


Re: mutt 2.2.0 released

2022-02-12 Thread Steve Karmeinsky
On Sun, Feb 13, 2022 at 10:41:03AM +1100 or thereabouts, raf wrote:

> On Sat, Feb 12, 2022 at 01:41:14PM -0800, "Kevin J. McCarthy"  
> wrote:
> > Hello Mutt Users,
> > I'm pleased to announce the release of version 2.2.0.
[snip]
> Thanks so much for all you do.
> It's sad to hear that you'll have
> less time and energy for mutt now.
> I hope all will be well for you.

I would also like to convey thanks for all the hard work Kevin has put
in over the years for a product I could not live without and use daily.

I hope whatever Kevin is working on is a fruitful as mutt has been.

Thanks

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.net


Re: Using Gmail IMAP with Mutt

2021-09-03 Thread Steve Karmeinsky
On Thu, Sep 02, 2021 at 07:21:30PM +0200 or thereabouts, Jens John wrote:

> On Thu, 2 Sep 2021, at 19:12, David J. J. Ring, Jr. wrote:
> > What does gmail really want?  Gmail or GMail or something different?
> > Thanks in advance for your replies and help.  I'm sorry I'm confused 
> > but it is confusing.
> Accidentally, I think they changed something because by mbsync config broke 
> some time in August or July.
> I am now using "[Gmail]/All mail" & "[Gmail]/Sent Mail" (sic: yes, mail 
> lowercased and Mail uppercased for the other folder. Previously, I had been 
> using "[Gmail]/All Mail" (sic) (did no longer work).
> If in doubt, I would recommend using Thunderbird or another IMAP tool to 
> check which folders a vanilla gmail account presents. Gmail is only a legacy 
> account for me so I'm not exactly keeping up to date with the service.

In .muttrc I have

set realname = "Steve Karmeinsky"
set from = "st...@gbnet.net"
#set use_from = yes
set envelope_from = yes
set smtp_url = "smtp://st...@gbnet.net@smtp.gmail.com:587/"
set imap_user = st...@gbnet.net
set imap_list_subscribed=yes
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set trash = "=[Gmail]/Bin"
set ssl_force_tls = yes
set ssl_starttls = yes
set smtp_authenticators = "login"
set record=""
# Activate caching, as it can greatly improve speed
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file=~/.mutt/certificates

Which works for me

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.net


signature and alternates

2021-04-07 Thread Steve Karmeinsky
This is my main email, but I have several alternates set-up.

In .muttrc I have

set signature=~/.signature
set realname = "Steve Karmeinsky"
set from = "st...@gbnet.net"
my_hdr X-Organisation: NetTek Ltd

I also have
send-hook . 'unmy_hdr From:'
send-hook . 'unmy_hdr X-Organisation:'
send-hook . 'unmy_hdr Reply-to:'

and then send-hooks with the overrides.

The only thing not working properly is setting the signature back to
normal after replying to an alternate.

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.net


Re: Gmail - no authenticators available

2021-02-09 Thread Steve Karmeinsky
On Tue, Feb 09, 2021 at 10:18:08PM +0100 or thereabouts, Øyvind A. Holm wrote:

> On 2021-02-09 12:31:31, Kevin J. McCarthy wrote:
> > On Tue, Feb 09, 2021 at 01:10:17PM -0500, Rob Pyott wrote:
> > > Still getting “no authenticators available” with Gmail.  I’ve 

snip

set realname = "Steve Karmeinsky"
set from = "st...@gbnet.net"
#set use_from = yes
set envelope_from = yes
set smtp_url = "smtp://st...@gbnet.net@smtp.gmail.com:587/"
set smtp_pass="Secret"
set imap_user = st...@gbnet.net
set imap_pass="Secret"
set imap_list_subscribed=yes
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set trash = "=[Gmail]/Bin"
set ssl_force_tls = yes
set ssl_starttls = yes
set smtp_authenticators = "login"
set record=""

Works for me, using GSuite app password

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.net


Re: GMail SMTP: no authenticators available?

2021-01-21 Thread Steve Karmeinsky
On Wed, Jan 20, 2021 at 08:26:11PM -0800 or thereabouts, Will Yardley wrote:

> On Wed, Jan 20, 2021 at 04:22:04PM -1000, Baron Fujimoto wrote:
> > The following in my muttrc was used successfully util this problem began:
> > set smtp_url = smtp://u...@example.org@smtp.gmail.com
> Do you have smtp_authenticators (unset by default) set?
> set smtp_url = "smtps://lu...@example.com@smtp.gmail.com"
> set smtp_authenticators = 'gssapi:login'
> Are you using an "app password"? Typically, you'll need to (at least I
> did)
> https://support.google.com/mail/answer/185833?hl=en-GB

I think that's much more likely the issue, though it may need a GSuite
domain administrator to enable the feature for users and then the user
can set one.

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.blogspot.com


GSuite

2019-06-24 Thread Steve Karmeinsky
Might be useful for some folk using GSuite.

I was struggling to get deleted emails actually deleted (they had various
tags applied by GSuite/Gmail and wouldn't delete, so using something
Mail.app on Mac you'd still see them - under Important).

Anyway the following solved things

set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set trash = "=[Gmail]/Bin"

and seems to be expected bahaviour (at least it works for me)

Steve

-- 
NetTek Ltd  UK mob +44 7775 755503
UK +44 20 3432 3735  /  US +1 (650) 423 1390
social id stevekennedyuk
Euro Tech News Blog http://eurotechnews.blogspot.com