Skip to content
Snippets Groups Projects
Verified Commit faa37045 authored by bontric's avatar bontric Committed by Julian Dehm
Browse files

add CONTACT_MAILBOX contact type

parent 7c9b12a1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,12 @@ public enum ContactType {
/**
* The owner of a mailbox.
*/
MAILBOX_OWNER(2);
MAILBOX_OWNER(2),
/**
* A contact's mailbox
*/
CONTACT_MAILBOX(3);
private final int value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment