What problem does it solve? Naver webmail sessions expire frequently, blocking automated access at the login screen. This Skill bypasses the browser entirely by connecting directly to Naver's IMAP and SMTP servers with an app password, so agents can read mail, download attachments, and send replies without manual login. ## Core Features & Use Cases - IMAP Mail Reading: Connect to imap.naver.com:993, search by sender, peek at headers without marking messages read, and fetch full messages with decoded MIME headers. - Large Attachment Handling: Extract Naver bigfile download links from HTML parts and download large attachments that are not embedded in the message body. - Threaded SMTP Replies: Send mail with attachments via smtp.naver.com:465, preserving threads by setting In-Reply-To and References from the original Message-ID. - Use Case: A customer replies to your Naver inbox with a large contract file. The agent fetches the message over IMAP, downloads the bigfile attachment, and sends a threaded reply with a signed PDF attached, all without opening a browser. ## Quick Start Check my Naver inbox for new replies from a specific sender and download any attachments using the naver-mail skill.