OutlookRulesReader
OutlookRulesReader copied to clipboard
Version reading may be too restrictive
Couple of things here
- We should rename
signaturetoversioninRulesHeader - We should document the format of
versionto beMAJOR * 100000+ something?? - We should use
>=checks instead of!=checks because Outlook allows for reading versions with increments (e.g. higher minor versions) - The format of the
flagsseems like the upper bytes are an index into a table of versions but this is from RE and is probably wrong