-
- Downloads
Merge pull request #1968 from nextcloud/refactor/clean-up-delete-message
Clean up the code responsible for deleting a message
No related branches found
No related tags found
Showing
- lib/Account.php 0 additions, 49 deletionslib/Account.php
- lib/AppInfo/Application.php 11 additions, 0 deletionslib/AppInfo/Application.php
- lib/Contracts/IMailManager.php 11 additions, 0 deletionslib/Contracts/IMailManager.php
- lib/Controller/MessagesController.php 1 addition, 1 deletionlib/Controller/MessagesController.php
- lib/Db/Mailbox.php 1 addition, 1 deletionlib/Db/Mailbox.php
- lib/Db/MailboxMapper.php 51 additions, 0 deletionslib/Db/MailboxMapper.php
- lib/Events/BeforeMessageDeletedEvent.php 60 additions, 0 deletionslib/Events/BeforeMessageDeletedEvent.php
- lib/IMAP/MailboxSync.php 2 additions, 2 deletionslib/IMAP/MailboxSync.php
- lib/IMAP/MessageMapper.php 64 additions, 9 deletionslib/IMAP/MessageMapper.php
- lib/Listener/MessageDeleteTrashCreatorListener.php 101 additions, 0 deletionslib/Listener/MessageDeleteTrashCreatorListener.php
- lib/Mailbox.php 2 additions, 2 deletionslib/Mailbox.php
- lib/Service/MailManager.php 54 additions, 1 deletionlib/Service/MailManager.php
- tests/Controller/MessagesControllerTest.php 7 additions, 7 deletionstests/Controller/MessagesControllerTest.php
- tests/Db/MailboxMapperTest.php 66 additions, 0 deletionstests/Db/MailboxMapperTest.php
- tests/IMAP/MessageMapperTest.php 10 additions, 1 deletiontests/IMAP/MessageMapperTest.php
- tests/Service/MailManagerTest.php 140 additions, 2 deletionstests/Service/MailManagerTest.php
Loading
Please register or sign in to comment