Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
ee7ec37c
Commit
ee7ec37c
authored
Sep 25, 2017
by
Manfred Kutas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-1267 Change summed mapi tags.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
d4418b8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mapitags.php
src/backend/kopano/mapi/mapitags.php
+4
-4
No files found.
src/backend/kopano/mapi/mapitags.php
View file @
ee7ec37c
...
...
@@ -1136,10 +1136,10 @@ define('PR_EC_STATS_SESSION_BUSYSTATES' ,mapi_prop_tag(PT_MV_STRIN
define
(
'PR_EC_COMPANY_NAME'
,
mapi_prop_tag
(
PT_STRING8
,
0x6748
));
/* kopano specific properties for optimization of imap functionality */
define
(
'PR_EC_IMAP_EMAIL'
,
mapi_prop_tag
(
PT_BINARY
,
PR_EC_BASE
+
0x
8C
));
// the complete rfc822 email
define
(
'PR_EC_IMAP_EMAIL_SIZE'
,
mapi_prop_tag
(
PT_LONG
,
PR_EC_BASE
+
0x
8D
));
define
(
'PR_EC_IMAP_BODY'
,
mapi_prop_tag
(
PT_STRING8
,
PR_EC_BASE
+
0x
8E
));
// simplified bodystructure (mostly unused by clients)
define
(
'PR_EC_IMAP_BODYSTRUCTURE'
,
mapi_prop_tag
(
PT_STRING8
,
PR_EC_BASE
+
0x
8F
));
// extended bodystructure (often used by clients)
define
(
'PR_EC_IMAP_EMAIL'
,
mapi_prop_tag
(
PT_BINARY
,
0x67
8C
));
// the complete rfc822 email
define
(
'PR_EC_IMAP_EMAIL_SIZE'
,
mapi_prop_tag
(
PT_LONG
,
0x67
8D
));
define
(
'PR_EC_IMAP_BODY'
,
mapi_prop_tag
(
PT_STRING8
,
0x67
8E
));
// simplified bodystructure (mostly unused by clients)
define
(
'PR_EC_IMAP_BODYSTRUCTURE'
,
mapi_prop_tag
(
PT_STRING8
,
0x67
8F
));
// extended bodystructure (often used by clients)
/* user features */
define
(
'PR_EC_ENABLED_FEATURES'
,
mapi_prop_tag
(
PT_MV_TSTRING
,
0x67B3
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment