Open Issues Need Help
View All on GitHubAI Summary: The task is to investigate why the Mail-Archiver application only downloads the most recent 5 emails from a user's mailbox, instead of all emails as expected. This involves determining if there's a configuration setting limiting the number of downloaded emails or a bug in the email synchronization process. The solution might involve modifying application settings, adjusting the synchronization logic, or providing a user interface option to control the number of emails downloaded.
Mail-Archiver is a web application for archiving, searching, and exporting emails from multiple IMAP accounts. Featuring folder sync, attachment support, mailbox migration and a dashboard.
AI Summary: The Mail-Archiver application is failing to initialize its PostgreSQL database, specifically the `mail_archiver.MailAccounts` table. The issue is likely due to a missing migration or a problem with the database schema creation process. The task involves diagnosing why the database schema isn't being correctly created during the Docker container startup, and implementing a solution to ensure the `mail_archiver.MailAccounts` table (and potentially other related tables) are created correctly.
Mail-Archiver is a web application for archiving, searching, and exporting emails from multiple IMAP accounts. Featuring folder sync, attachment support, mailbox migration and a dashboard.