dcb7c52269
Add unit and integration tests for DAOs, Translator, EventBus, and SyncScheduler (Phase 9 - Testing & QA)
master
Padrino
2026-06-04 19:00:31 +02:00
c5704b78a4
Update: minor adjustments to CMakeLists.txt, ComposePage.qml, emailmanager.cpp, main.cpp
v0.2.0
Padrino
2026-06-04 18:29:16 +02:00
acaf741eb9
Complete phases 6 and 7: Notifications & System Tray, Background Sync & Scheduling
v0.1.0
Padrino
2026-05-29 22:53:57 +02:00
4fdd95c979
Complete implementation of Phase 6 (Notifications & System Tray) and enhance Phase 7 (Background Sync) to actually perform synchronizations
Padrino
2026-05-29 11:43:44 +02:00
c3567f93d5
Add event publishing to Outlook and Gmail synchronizers for AccountConnected, SyncStarted/Finished, and MailItemAdded/Updated/Removed events
Padrino
2026-05-29 10:51:49 +02:00
2821647574
Fix compilation errors and implement Phase 6 & 7: NotificationManager and SyncScheduler with real synchronizer integration
Padrino
2026-05-24 21:01:05 +02:00
70700524e0
Implement Fase 7: sincronización en segundo plano con SyncScheduler que verifica cada hora y ejecuta sincronización después de las 5 AM y al menos cada 3 días; integrado en main.cpp y actualizado CMakeLists.txt
Padrino
2026-05-24 03:43:59 +02:00
496fc43f60
Implement Fase 5 lectura de correos y Fase 6 notificaciones: ReaderPage muestra correos reales vía EmailManager, añadido NotificationManager con QSystemTrayIcon y suscripción al Event Bus; actualizados EmailManager y DbChangeProcessor; creado estructura de notificaciones básica
Padrino
2026-05-24 00:02:19 +02:00
99812bbf4c
Set up structure for Phase 5: ReaderPage and ComposePage placeholders, updated MailListPage and Shell for navigation to reader and composer
Padrino
2026-05-17 02:28:15 +02:00
822ed5db47
Complete Phase 4: Basic UI with QML - MailListPage with folder/email navigation, models connected to DAOs, placeholder pages for Calendar/Contacts/Settings
Padrino
2026-05-17 01:52:34 +02:00
acec320222
Implement basic UI with QML (MailListPage) and batching DbChangeProcessor (Step 3-4 of transition plan)
Padrino
2026-05-17 01:09:01 +02:00
e3071a23e0
Paso 2: Implementar sistema de mensajería/eventos con Event Bus y actualizar synchronizers para publicar eventos
Padrino
2026-05-13 01:18:04 +02:00
b6c5dea86e
Add FolderDao and MailItemDao, update MailItem model to include folderId, fileId, size, messageId
Padrino
2026-05-12 01:08:09 +02:00
7f2e546380
Add AccountDao with CRUD operations
Padrino
2026-05-12 00:54:37 +02:00
2722e40696
Add DatabaseManager singleton with SQLite initialization and basic tables (Account, Folder, MailCopy, Attachment)
Padrino
2026-05-12 00:29:49 +02:00