bmc_hub/app/backups/backend
Christian ca53573952 feat: Enhance email processing and backup scheduling
- Added PostgreSQL client installation to Dockerfile for database interactions.
- Updated BackupScheduler to manage both backup jobs and email fetching jobs.
- Implemented email fetching job with logging and error handling.
- Enhanced the frontend to display scheduled jobs, including email fetch status.
- Introduced email upload functionality with drag-and-drop support and progress tracking.
- Added import_method tracking to email_messages for better source identification.
- Updated email parsing logic for .eml and .msg files, including attachment handling.
- Removed obsolete email scheduler service as functionality is integrated into BackupScheduler.
- Updated requirements for extract-msg to the latest version.
- Created migration script to add import_method column to email_messages table.
2026-01-06 15:11:28 +01:00
..
__init__.py feat: Implement SFTP offsite backup functionality (v1.3.75) 2026-01-02 12:35:02 +01:00
notifications.py feat: Implement Email Workflow System with comprehensive documentation and migration scripts 2025-12-15 12:28:12 +01:00
router.py feat: Implement SFTP offsite backup functionality (v1.3.75) 2026-01-02 12:35:02 +01:00
scheduler.py feat: Enhance email processing and backup scheduling 2026-01-06 15:11:28 +01:00
service.py feat: Implement SFTP offsite backup functionality (v1.3.75) 2026-01-02 12:35:02 +01:00