message-part.h revision f684e87d4e2d192efdf5984d18fcede3f5a33771
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen/* Note that these flags are used directly by message-parser-serialize, so
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen existing flags can't be changed without breaking backwards compatibility */
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen /* content-type: text/... */
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen /* message part header or body contains NULs */
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen /* Mime-Version header exists. */
9afebd21ced1d43f638e08a1411c9a89e526231fTimo Sirainen uoff_t physical_pos; /* absolute position from beginning of message */