https://github.com/sageteamorg/django-sage-mailbox
A Django package for mailbox client integration.
https://github.com/sageteamorg/django-sage-mailbox
django email imap mailbox sageteam
Last synced: about 2 months ago
JSON representation
A Django package for mailbox client integration.
- Host: GitHub
- URL: https://github.com/sageteamorg/django-sage-mailbox
- Owner: sageteamorg
- License: mit
- Created: 2024-07-10T15:07:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T08:54:08.000Z (7 months ago)
- Last Synced: 2024-12-30T11:52:17.323Z (5 months ago)
- Topics: django, email, imap, mailbox, sageteam
- Language: Python
- Homepage: https://django-sage-mailbox.readthedocs.io/en/latest/
- Size: 6.11 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.