Package: mailscripts Version: 0.19-1 X-Debbugs-Cc: [email protected]
the typesafety checks in imap-dl turn out to make imap-dl fail when
python3-gssapi is installed. In particular:
try:
import gssapi # type: ignore
except ModuleNotFoundError:
gssapi = None
[…]
class GSSAPI_handler():
gss_vc:gssapi.SecurityContext
this fails when the gssapi module isn't installed. I should have caught
it earlier, sorry!
not sure the right way to handle this while retaining the type-safety
though.
--dkg
signature.asc
Description: PGP signature

