Example #1
0
 protected override List <ImapFolder> GetAllFolders(Data.Models.User user)
 {
     return(ImapHelper.GetSubscribedFolder(user));
 }