namespace Wino.Core.Domain.Exceptions { /// /// When IMAP account's system folder configuration setup is not done yet. /// public class SystemFolderConfigurationMissingException : System.Exception { } }