Exemple #1
0
 protected virtual List <ImapFolder> GetAllFolders(Data.Models.User user)
 {
     return(ImapHelper.GetAllFolder(user));
 }