README.md pyproject.toml luk.egg-info/PKG-INFO luk.egg-info/SOURCES.txt luk.egg-info/dependency_links.txt luk.egg-info/entry_points.txt luk.egg-info/requires.txt luk.egg-info/top_level.txt src/cli/__init__.py src/cli/__main__.py src/cli/calendar.py src/cli/drive.py src/cli/email.py src/cli/gitlab_monitor.py src/cli/godspeed.py src/cli/sync.py src/cli/sync_daemon.py src/cli/sync_dashboard.py src/cli/ticktick.py src/maildir_gtd/__init__.py src/maildir_gtd/app.py src/maildir_gtd/email_viewer.tcss src/maildir_gtd/message_store.py src/maildir_gtd/utils.py src/maildir_gtd/actions/__init__.py src/maildir_gtd/actions/archive.py src/maildir_gtd/actions/delete.py src/maildir_gtd/actions/newest.py src/maildir_gtd/actions/next.py src/maildir_gtd/actions/oldest.py src/maildir_gtd/actions/open.py src/maildir_gtd/actions/previous.py src/maildir_gtd/actions/show_message.py src/maildir_gtd/actions/task.py src/maildir_gtd/screens/CreateTask.py src/maildir_gtd/screens/DocumentViewer.py src/maildir_gtd/screens/OpenMessage.py src/maildir_gtd/screens/__init__.py src/maildir_gtd/widgets/ContentContainer.py src/maildir_gtd/widgets/EnvelopeHeader.py src/maildir_gtd/widgets/__init__.py src/services/__init__.py src/services/gitlab_monitor/__init__.py src/services/gitlab_monitor/config.py src/services/gitlab_monitor/daemon.py src/services/gitlab_monitor/gitlab_client.py src/services/gitlab_monitor/notifications.py src/services/gitlab_monitor/openai_analyzer.py src/services/godspeed/__init__.py src/services/godspeed/client.py src/services/godspeed/config.py src/services/godspeed/sync.py src/services/himalaya/__init__.py src/services/himalaya/client.py src/services/microsoft_graph/__init__.py src/services/microsoft_graph/auth.py src/services/microsoft_graph/calendar.py src/services/microsoft_graph/client.py src/services/microsoft_graph/mail.py src/services/taskwarrior/__init__.py src/services/taskwarrior/client.py src/services/ticktick/__init__.py src/services/ticktick/auth.py src/services/ticktick/client.py src/services/ticktick/direct_client.py src/utils/calendar_utils.py src/utils/file_icons.py src/utils/notifications.py src/utils/platform.py src/utils/ticktick_utils.py src/utils/mail_utils/__init__.py src/utils/mail_utils/helpers.py src/utils/mail_utils/maildir.py tests/test_platform.py tests/test_sync_daemon.py tests/test_sync_dashboard.py