-
- Downloads
Merge pull request #1698 from nextcloud/feature/add-folder
Make it possible to create a new folder
No related branches found
No related tags found
Showing
- lib/Contracts/IMailManager.php 8 additions, 0 deletionslib/Contracts/IMailManager.php
- lib/Controller/FoldersController.php 4 additions, 2 deletionslib/Controller/FoldersController.php
- lib/IMAP/FolderMapper.php 24 additions, 0 deletionslib/IMAP/FolderMapper.php
- lib/Service/MailManager.php 15 additions, 0 deletionslib/Service/MailManager.php
- src/components/NavigationAccount.vue 18 additions, 7 deletionssrc/components/NavigationAccount.vue
- src/service/FolderService.js 11 additions, 0 deletionssrc/service/FolderService.js
- src/store/actions.js 7 additions, 1 deletionsrc/store/actions.js
- src/store/mutations.js 33 additions, 9 deletionssrc/store/mutations.js
- tests/Controller/FoldersControllerTest.php 19 additions, 0 deletionstests/Controller/FoldersControllerTest.php
- tests/IMAP/FolderMapperTest.php 28 additions, 0 deletionstests/IMAP/FolderMapperTest.php
- tests/Service/MailManagerTest.php 29 additions, 6 deletionstests/Service/MailManagerTest.php
Loading
Please register or sign in to comment