Problem
OPSIIE_0_3_80_XP.py does from mail import send_mail, inbox_interaction, EMAIL, PASSWORD—binding mail module import to kun profile materialization. Makes testing and partial stacks harder.
Goal
Lazy-read mail credentials inside functions that send/receive, or a small get_mail_config() that reads from kun at call time, with same runtime behavior.
Acceptance criteria
Problem
OPSIIE_0_3_80_XP.pydoesfrom mail import send_mail, inbox_interaction, EMAIL, PASSWORD—binding mail module import tokunprofile materialization. Makes testing and partial stacks harder.Goal
Lazy-read mail credentials inside functions that send/receive, or a small
get_mail_config()that reads fromkunat call time, with same runtime behavior.Acceptance criteria