Metadata-Version: 2.1
Name: django-sage-mailbox
Version: 0.2.3
Summary: A Django package for mailbox client integration.
Home-page: https://github.com/sageteamorg/django-sage-mailbox
License: MIT
Keywords: django,email,imap,mailbox,sageteam,django-packages
Author: Sepehr Akbarzadeh
Author-email: sepehr@sageteam.org
Requires-Python: >=3.10,<4.0
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bandit[toml] (>=1.7.9,<2.0.0)
Requires-Dist: django (>=4.2,<5.0) ; python_version == "3.10"
Requires-Dist: django (>=4.2,<5.3) ; python_version >= "3.10"
Requires-Dist: django-autoslug (>=1.9.9,<2.0.0)
Requires-Dist: django-jsonform (>=2.22.0,<3.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: python-sage-imap (>=0.4.8,<0.5.0)
Project-URL: Documentation, https://django-sage-mailbox.readthedocs.io/en/latest/
Project-URL: Issues, https://github.com/sageteamorg/django-sage-mailbox/issues
Project-URL: Repository, https://github.com/sageteamorg/django-sage-mailbox
Description-Content-Type: text/markdown

# Django Sage Mailbox

## Overview

A package has been developed to enable seamless interaction with various IMAP providers within Django. With this package, organizational emails can be managed directly within Django, providing functionality akin to a mailbox client. Nearly all operations typically available in a mailbox client, similar to those in applications like SOGo or Outlook, can be performed.

## Features

- Seamless integration with multiple IMAP providers
- Direct management of organizational emails within Django
- Comprehensive mailbox client functionality
- Operations similar to SOGo or Outlook

## Installation

To install the package, use pip:

```bash
pip install django-sage-mailbox
```

## Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.

## License

This project is licensed under the MIT License.

