Part of MailChat MVP: email-as-chat spec
Question
Using the credential approach resolved by the T-Online app-password research ticket, connect to secureimap.t-online.de:993 over SSL using the credentials in src/mailchat/.env, and prove read access by fetching real messages (list folders, fetch a handful of message headers/bodies from INBOX).
Scope: IMAP read only — sending is a separate follow-up ticket.
Record what worked: the exact auth flow used, whether an app-specific password was needed (and how it was generated), and which Python library/approach was used to connect.
Part of MailChat MVP: email-as-chat spec
Question
Using the credential approach resolved by the T-Online app-password research ticket, connect to
secureimap.t-online.de:993over SSL using the credentials insrc/mailchat/.env, and prove read access by fetching real messages (list folders, fetch a handful of message headers/bodies from INBOX).Scope: IMAP read only — sending is a separate follow-up ticket.
Record what worked: the exact auth flow used, whether an app-specific password was needed (and how it was generated), and which Python library/approach was used to connect.