TF-3189 new option to enable/disable subaddressing for a personal folder
This commit is contained in:
committed by
Dat H. Pham
parent
f8f248fc3c
commit
89d80fe142
@@ -0,0 +1,8 @@
|
||||
|
||||
class NullSessionOrAccountIdException implements Exception {
|
||||
|
||||
NullSessionOrAccountIdException();
|
||||
|
||||
@override
|
||||
String toString() => 'NullSessionOrAccountIdException: session and accountId should not be null';
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
class SetMailboxRightsException implements Exception {
|
||||
|
||||
SetMailboxRightsException();
|
||||
|
||||
@override
|
||||
String toString() => 'Failed to update mailbox rights.';
|
||||
}
|
||||
Reference in New Issue
Block a user