Skip to content
Snippets Groups Projects
Commit 1305a5b1 authored by bontric's avatar bontric
Browse files

Add MAILBOX_CONTACT contact type

parent 63701826
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,12 @@ public enum ContactType {
/**
* A contact's mailbox
*/
CONTACT_MAILBOX(3);
CONTACT_MAILBOX(3),
/**
* A contact of the mailbox owner connected to the mailbox
*/
MAILBOX_CONTACT(4);
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