We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c5f1e commit a4cbf9bCopy full SHA for a4cbf9b
doc/mtformat.rst
@@ -5,6 +5,13 @@ The Gromox Mailbox Transfer format (GXMT) is our streaming-capable
5
serialization format for conveying a bundle of MAPI objects for the purpose of
6
interprocess communication.
7
8
+Whereas a TNEF file only records one object, GXMT can record many, folders
9
+included. GXMT is streamable; there are no forward references, so the stream
10
+need not be buffered by a reader to resolve refs. Backreferences are typically
11
+named properties and folders that were created as part of processing earlier
12
+parts of a stream. Out of convenience of implementation, the mt2exm program
13
+buffers one entire object at a time before acting on it.
14
+
15
16
Spec
17
====
0 commit comments