Metadata-Version: 2.1
Name: django_sage_mailbox
Version: 0.1.1
Summary: Managing IMAP connections and performing various email operations.
Home-page: https://github.com/sageteamorg/django-sage-mailbox
Author: Sepehr Akbarzadeh
Author-email: info@sageteam.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.
