mailiverse/java/core/src/mail/client/cache/Type.java

18 lines
259 B
Java
Raw Normal View History

2013-07-16 22:27:16 -04:00
/**
* Author: Timothy Prepscius
* License: GPLv3 Affero + keep my name in the code!
*/
package mail.client.cache;
public enum Type {
Mail,
Conversation,
FolderRepository,
FolderPart,
FolderFilter,
FolderFilterSet,
FolderMaster,
Index,
Settings
}