Hi,
On Wed, Feb 03, 2021 at 05:45:24PM +0000, Sudip Mukherjee wrote:
> Hi Guido,> 
> On Wed, Feb 3, 2021 at 4:42 PM Guido Günther <a...@sigxcpu.org> wrote:
> >
> > Hi,
> > On Thu, Mar 29, 2018 at 01:55:15PM +0300, Ilias Tsitsimpis wrote:
> > > Hi Guido,
> > >
> > > The latest version of OfflineIMAP has been ported to python-gssapi from
> > > pykerberos. Could you please test the 7.1.5-12-g2b64e10+dfsg1-1 version
> > > available in experimental, and see if it resolves your issue?
> >
> > Ignored that for a while but now I need to circle back here due to the
> > python2 going away. It's still broken but i try to get around to have a
> > look.
> 
> I saw that you wrote the initial prototype and so I know you are the
> best person to check the problem. But if you can please give the
> offlineimaprc you are using (after removing sensitive information) I
> will try to reproduce the problem.

Sure. See below. This fixes it for me:

   https://salsa.debian.org/python-team/packages/offlineimap3/-/merge_requests/1

offlineimaprc: (nothing special in there, imapserver just needs to
announce GSSAPI/Kerberos support):

[general]
accounts = myaccount
ui = basic
# this just fires up krb5-auth-dialog if needed:
pythonfile=~/bin/acquiretgt.py
fsync=False

[Account myaccount]
localrepository = Local
remoterepository = meatmyserver

[Repository Local]
type = Maildir
localfolders = ~/Maildir/

[Repository meatmyserver]
type = IMAP
ssl = yes
sslcacertfile=/etc/ssl/certs/ca-certificates.crt
remotehost = my.imap.server
remoteuser = myuser

idlefolders=['INBOX']
holdconnectionopen=true
keepalive = 60

Cheers,
 -- Guido

Reply via email to