Commit Graph

  • 8bc04ef596 fix: remove =default from all destructors in headers master javier 2026-08-28 13:21:54 +02:00
  • a4de09b825 fix: duplicate member declarations in SettingsView header javier 2026-08-28 07:51:39 +02:00
  • 15e06d64d4 feat: Complete Preferences system implementation javier 2026-08-28 02:27:46 +02:00
  • 516a658b91 build: improve OpenSSL find on Windows + disable mailio by default javier 2026-08-26 13:57:43 +02:00
  • eecfb5f90c build: disable mailio/Boost by default (USE_MAILIO_IMAP=OFF) javier 2026-08-26 13:56:15 +02:00
  • e0ce893d06 fix: responsive widths + email selection fix javier 2026-08-26 12:04:37 +02:00
  • 8767d66b2a fix: onRowSelected signal signature to match currentRowChanged javier 2026-08-26 12:01:01 +02:00
  • a75143628b fix: email selection in table view + responsive filter bar javier 2026-08-26 11:29:47 +02:00
  • 8b147013d8 fix: Parameter count mismatch in findByFolderIdPaginated and countByFolderId javier 2026-08-26 11:14:39 +02:00
  • 6f348b17f0 feat: Online search button javier 2026-08-26 04:45:10 +02:00
  • 6d1feabfc5 feat: Drag & drop between folders javier 2026-08-26 04:05:56 +02:00
  • 3a3a7b0ff8 feat: Focused/Other pivot for Inbox javier 2026-08-26 03:33:10 +02:00
  • 43b828fe87 feat: Multi-selection + action bar in MailListView javier 2026-08-26 02:38:33 +02:00
  • 3846bd4e9d feat: Pinned emails support (flag/follow-up) javier 2026-08-26 00:04:20 +02:00
  • 68d237c873 feat: Pagination/virtualization (fetchMore) for EmailListModel javier 2026-08-25 22:20:06 +02:00
  • 6e6fdf9c21 feat: EmailTreeModel grouping modes + MailListView integration javier 2026-08-25 18:53:51 +02:00
  • fa699b5399 feat: Wino-style compact mail view with display modes + hover actions javier 2026-08-25 13:41:43 +02:00
  • 4c4fec7a0a feat: responsive compact mail view + folder unread badges javier 2026-08-24 23:25:13 +02:00
  • 705fe32e66 fix: order date groups chronologically in EmailTreeModel javier 2026-08-24 21:04:29 +02:00
  • fdef311257 feat: complete settings view + signatures + signatures DAO + icons javier 2026-08-24 10:29:13 +02:00
  • 2281b01f49 feat: email grouping by date + stability fixes javier 2026-08-24 01:04:00 +02:00
  • e28ab35fa9 fix: frameless window - all corners rounded + resize fixed javier 2026-08-23 16:59:17 +02:00
  • 0bb8738607 feat: comprehensive Wino Mail updates javier 2026-08-23 14:49:58 +02:00
  • 5fcedfa129 fix: EmailListModel as QAbstractTableModel for proper MailListView display javier 2026-08-19 09:43:03 +02:00
  • 2a7142be1e fix: IMAP FETCH timeout and tagged response detection javier 2026-08-19 00:40:35 +02:00
  • 43ccd7bd26 feat: mailio-based POP3 synchronizer (option USE_MAILIO_IMAP) javier 2026-08-18 10:51:09 +02:00
  • f798f7ecc0 feat: mailio-based IMAP synchronizer (option USE_MAILIO_IMAP) javier 2026-08-18 02:30:23 +02:00
  • a004bdd60f feat: IMAP sync incremental + Account Setup Wizard + robust FETCH parser javier 2026-08-17 15:34:49 +02:00
  • 364624aada Fix IMAP FETCH parsing to correctly handle multi-line literal bodies, ensuring subject, sender, recipient, and date are populated from headers javier 2026-07-10 00:09:16 +02:00
  • 66d62d0635 Fix: Ensure ImapSynchronizer::initialize() is called before using synchronizer in MailService::fetchMails() javier 2026-07-08 22:53:27 +02:00
  • f90ae7440d Fix Parameter count mismatch in AccountDao::insert by adding missing :signature placeholder javier 2026-07-08 11:49:29 +02:00
  • 0674fe4944 Replace simulated IMAP delay with real connection test using AccountService::testConnection javier 2026-07-06 16:25:43 +02:00
  • e81bb0d5fe Actualización de CMakeLists.txt y composeview (añadido getTableView, manejo de carpeta seleccionada, sync, delete, flag) javier 2026-07-05 23:20:35 +02:00
  • 933cce39b9 Backup before implementing tag editor for To/Cc/Bcc fields javier 2026-07-05 15:32:12 +02:00
  • 4569c174f0 Actualizaciones varias: mejoras en cuenta, sincronización, UI javier 2026-07-05 10:45:44 +02:00
  • 8799633447 fix: fetch emails when folder is selected in tree view javier 2026-06-25 18:10:49 +02:00
  • 967231db3b Base: fix compile errors in wino-mail-dtkqt (composeview UI, initializeComposition, startNewEmail, authenticator includes) javier 2026-06-23 01:34:13 +02:00
  • 2a3a1a0470 Baseline for wino-mail-dtkqt UI migration javier 2026-06-18 18:58:27 +02:00
  • 0e9f620fe0 Fix build: synchronize Request API, fix GmailSynchronizer, and migrate UI to Qt6 Widgets javier 2026-06-17 22:44:27 +02:00
  • dcb7c52269 Add unit and integration tests for DAOs, Translator, EventBus, and SyncScheduler (Phase 9 - Testing & QA) 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
  • 4a6551642a Advance Phase 5: added EmailManager, updated main.cpp, improved ReaderPage placeholder, added ComposePage form Padrino 2026-05-17 03:08:16 +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
  • 6022aeafae Add IMAP synchronizer stub, update CMakeLists.txt Padrino 2026-05-12 00:26:27 +02:00
  • c97740c17b Add Account and Folder models, update CMakeLists.txt with source files, add MailItem implementation Padrino 2026-05-12 00:23:13 +02:00
  • a1c2b97dee Add translator core, mailitem model, main.cpp, and en translation Padrino 2026-05-12 00:14:43 +02:00
  • 63992c07ad Initial commit: Empty Qt port project for Wino Mail Padrino 2026-05-12 00:09:10 +02:00