--- id: pyobjc-framework-mailkit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-MailKit — Wrappers for the framework MailKit on macOS License: permissive · Maintenance: active · Downloads: 647.5K/mo ## What it is and what it does pyobjc-framework-mailkit is a PyObjC wrapper that exposes Apple's MailKit framework to Python developers on macOS. It bridges the gap between Python and Objective-C, allowing you to call MailKit APIs directly from Python code. The package itself provides no documentation beyond pointing you to Apple's MailKit documentation and PyObjC's general translation guides, so you'll need to understand both the underlying framework and how PyObjC maps Objective-C concepts to Python. The package is actively maintained as part of the larger PyObjC project, with recent releases and current Python version support (3.10 through 3.15). It depends on pyobjc-core and pyobjc-framework-Cocoa, which handle the core bridging infrastructure. Installation is straightforward on macOS, but the package is only useful if you need direct access to MailKit APIs from Python rather than using higher-level mail libraries. Use it for: - Build macOS-native mail client applications or plugins that need direct access to the system's mail framework. - Automate mail-related tasks on macOS by scripting against the MailKit framework from Python. - Integrate mail functionality into existing PyObjC-based macOS applications. - Access MailKit features not exposed by standard Python mail libraries like smtplib or imaplib. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's MailKit framework, allowing you to access mail-related APIs from Python code running on macOS. Yes, if you are developing on macOS and need direct access to the MailKit framework from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. However, it is macOS-only and requires understanding both the MailKit framework and PyObjC's Objective-C-to-Python translation model. Not useful on other operating systems. ## Install pip install pyobjc-framework-mailkit uv add pyobjc-framework-mailkit poetry add pyobjc-framework-mailkit ## Installing pyobjc-framework-MailKit Before you install: Low friction installation with active maintenance. Released 3 days ago and last commit on 2026-08-14. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the PyObjC ecosystem. License in practice: MIT license permits use, modification, and distribution with minimal restrictions, making it suitable for most projects. Quickstart: pip install pyobjc-framework-mailkit import MailKit # Access MailKit framework classes and methods via PyObjC macOS only; requires Python 3.10 or later and a macOS system with the MailKit framework available. Verify before relying: - Whether MailKit framework APIs are fully wrapped or if some functionality remains inaccessible from Python. - Performance characteristics when bridging between Python and Objective-C for mail operations. - Real-world usage patterns and whether the wrapper is actively used in production applications. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 647.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos mail framework python, pyobjc mailkit bindings, python mailkit wrapper, macos email api python, objective-c mail bridge python, pyobjc framework mailkit, macos-only, pyobjc-wrapper, mail-framework [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-mailkit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-mailkit/)