-
- Downloads
Merge pull request #3642 from nextcloud/enhancement/cli-sync-debug-output
Add debug output to sync processes triggered via the CLI
No related branches found
No related tags found
Showing
- lib/BackgroundJob/SyncJob.php 9 additions, 9 deletionslib/BackgroundJob/SyncJob.php
- lib/Command/SyncAccount.php 15 additions, 3 deletionslib/Command/SyncAccount.php
- lib/Events/SynchronizationEvent.php 11 additions, 1 deletionlib/Events/SynchronizationEvent.php
- lib/IMAP/MailboxSync.php 7 additions, 10 deletionslib/IMAP/MailboxSync.php
- lib/IMAP/Threading/ThreadBuilder.php 6 additions, 2 deletionslib/IMAP/Threading/ThreadBuilder.php
- lib/Listener/AccountSynchronizedThreadUpdaterListener.php 10 additions, 12 deletionslib/Listener/AccountSynchronizedThreadUpdaterListener.php
- lib/Listener/DeleteDraftListener.php 10 additions, 10 deletionslib/Listener/DeleteDraftListener.php
- lib/Listener/DraftMailboxCreatorListener.php 6 additions, 6 deletionslib/Listener/DraftMailboxCreatorListener.php
- lib/Listener/SaveSentMessageListener.php 6 additions, 7 deletionslib/Listener/SaveSentMessageListener.php
- lib/Listener/TrashMailboxCreatorListener.php 6 additions, 6 deletionslib/Listener/TrashMailboxCreatorListener.php
- lib/Service/Classification/ImportanceClassifier.php 5 additions, 5 deletionslib/Service/Classification/ImportanceClassifier.php
- lib/Service/MailManager.php 12 additions, 5 deletionslib/Service/MailManager.php
- lib/Service/Sync/ImapToDbSynchronizer.php 26 additions, 12 deletionslib/Service/Sync/ImapToDbSynchronizer.php
- lib/Service/Sync/SyncService.php 8 additions, 1 deletionlib/Service/Sync/SyncService.php
- lib/Support/ConsoleLoggerDecorator.php 22 additions, 29 deletionslib/Support/ConsoleLoggerDecorator.php
- lib/Support/PerformanceLogger.php 11 additions, 4 deletionslib/Support/PerformanceLogger.php
- lib/Support/PerformanceLoggerTask.php 3 additions, 3 deletionslib/Support/PerformanceLoggerTask.php
- tests/Integration/Framework/ImapTestAccount.php 2 additions, 1 deletiontests/Integration/Framework/ImapTestAccount.php
- tests/Unit/IMAP/MailboxSyncTest.php 7 additions, 9 deletionstests/Unit/IMAP/MailboxSyncTest.php
- tests/Unit/IMAP/Threading/ThreadBuilderTest.php 20 additions, 14 deletionstests/Unit/IMAP/Threading/ThreadBuilderTest.php
Loading
Please register or sign in to comment