diff --git a/mail4one/pop3.py b/mail4one/pop3.py index afb4b02..08f0532 100644 --- a/mail4one/pop3.py +++ b/mail4one/pop3.py @@ -98,6 +98,7 @@ async def auth_stage(): raise AuthError("Already logged in") else: write(ok("Login successful")) + return username except AuthError as ae: write(err(f"Auth Failed: {ae}")) except ClientQuit as c: