qqmail

Access QQ Mail via IMAP/SMTP using Python 3 standard library.

302|21|Updated May 10, 2026
One-click install
npx skills add https://github.com/virgo777/buddyme --skill qqmail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqmail
Source: https://github.com/virgo777/buddyme/tree/main/buddyMe/skill_library/skills/qqmail-1.0.0
Command: npx skills add https://github.com/virgo777/buddyme --skill qqmail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage QQ邮箱 via IMAP/SMTP using Python scripts to read, send, search, and organize emails.

Core Features & Use Cases

  • Read recent emails from QQ Mail inbox and specific folders
  • Send emails with attachments via QQ SMTP
  • Search emails by subject, sender, or date, and list folders

Quick Start

Export QQMAIL_USER and QQMAIL_AUTH_CODE, then run the desired subcommand (for example inbox) to start managing your QQ Mail.

Frequently Asked Questions about qqmail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and send QQ Mail using Python?

QQ Mail automation with Python uses IMAP to read inbox folders and SMTP to send messages with attachments, handling email workflows directly from scripts without manual client interaction.

How do I authenticate QQ Mail SMTP and IMAP connections in Python scripts?

You authenticate by exporting QQMAIL_USER and QQMAIL_AUTH_CODE as environment variables, allowing the Python scripts to establish secure IMAP and SMTP connections to QQ Mail servers.

Can I search QQ Mail by subject or sender using a Python script?

Python scripts using IMAP can search QQ Mail messages by subject, sender, or date, enabling automated email filtering and retrieval within specified folders.

Does QQ Mail automation with Python require installing external libraries?

No external libraries are needed; the Skill uses only Python 3 standard library modules for IMAP and SMTP communication, ensuring secure and portable QQ Mail automation.

What is the best way to send emails with attachments via QQ Mail programmatically?

Using Python SMTP scripts to connect to QQ Mail servers allows you to compose and send emails with file attachments programmatically, automating outbound message workflows securely.

Why should I use environment variables for QQ Mail credentials in Python scripts?

Environment variables enforce secure credential management by requiring QQMAIL_USER and QQMAIL_AUTH_CODE, preventing hardcoded secrets in Python scripts that automate QQ Mail tasks.