@@ -26,17 +26,17 @@ |
||
26 | 26 | |
27 | 27 | // used by distribution lists |
28 | 28 | define("WAB_GUID", pack("H*", "C091ADD3519DCF11A4A900AA0047FAA4")); |
29 | - define("DL_USER", 0xC3); // 195 |
|
30 | - define("DL_USER2", 0xD3); // 211 |
|
31 | - define("DL_USER3", 0xE3); // 227 |
|
29 | + define("DL_USER", 0xC3); // 195 |
|
30 | + define("DL_USER2", 0xD3); // 211 |
|
31 | + define("DL_USER3", 0xE3); // 227 |
|
32 | 32 | /* |
33 | 33 | * According to Exchange protocol, type property for oneoff contact |
34 | 34 | * will be 0x00. |
35 | 35 | */ |
36 | - define("DL_EXTERNAL_MEMBER", 0x00); // 0 |
|
37 | - define("DL_DIST", 0xB4); // 180 |
|
38 | - define("DL_USER_AB", 0xB5); // 181 |
|
39 | - define("DL_DIST_AB", 0xB6); // 182 |
|
36 | + define("DL_EXTERNAL_MEMBER", 0x00); // 0 |
|
37 | + define("DL_DIST", 0xB4); // 180 |
|
38 | + define("DL_USER_AB", 0xB5); // 181 |
|
39 | + define("DL_DIST_AB", 0xB6); // 182 |
|
40 | 40 | |
41 | 41 | // @FIXME these needs to be changed in mapitags.php |
42 | 42 |
@@ -2067,9 +2067,9 @@ discard block |
||
2067 | 2067 | $messageProps = []; |
2068 | 2068 | // It stores the values that is exception allowed or not false -> not allowed |
2069 | 2069 | $isExceptionAllowed = true; |
2070 | - $delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail. |
|
2071 | - $basedate = false; // Flag for MeetingRequest Class whether to send an exception or not. |
|
2072 | - $isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences |
|
2070 | + $delete = $actionType == 'delete'; // Flag for MeetingRequest Class whether to send update or cancel mail. |
|
2071 | + $basedate = false; // Flag for MeetingRequest Class whether to send an exception or not. |
|
2072 | + $isReminderTimeAllowed = true; // Flag to check reminder minutes is in range of the occurrences |
|
2073 | 2073 | $properties = $GLOBALS['properties']->getAppointmentProperties(); |
2074 | 2074 | $send = false; |
2075 | 2075 | $oldProps = []; |
@@ -3060,7 +3060,7 @@ discard block |
||
3060 | 3060 | * convert flags of PR_MESSAGE_FLAGS property to flags that is |
3061 | 3061 | * used in mapi_message_setreadflag. |
3062 | 3062 | */ |
3063 | - $flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent |
|
3063 | + $flag = MAPI_DEFERRED_ERRORS; // set unread flag, read receipt will be sent |
|
3064 | 3064 | |
3065 | 3065 | if (($flags & MSGFLAG_RN_PENDING) && isset($msg_action['send_read_receipt']) && $msg_action['send_read_receipt'] == false) { |
3066 | 3066 | $flag |= SUPPRESS_RECEIPT; |
@@ -4201,7 +4201,7 @@ discard block |
||
4201 | 4201 | try { |
4202 | 4202 | $oneoff = mapi_parseoneoff($entryid); |
4203 | 4203 | } |
4204 | - catch(MAPIException $ex) { |
|
4204 | + catch (MAPIException $ex) { |
|
4205 | 4205 | error_log(sprintf( |
4206 | 4206 | "readReplyRecipientEntry unable to open AB entry and mapi_parseoneoff failed: %s - %s", |
4207 | 4207 | get_mapi_error_name($ex->getCode()), |