Changes between Version 5 and Version 6 of ApertureEmailInterpretation
- Timestamp:
- 10/12/05 13:59:45 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureEmailInterpretation
v5 v6 9 9 Leo: Alternatively, the Outlook !ApertureDataSource will use its own crawling and extraction mechanism and just obey to the same ontology. Outlook does not provide the message as plaintext, it is (to my knowledge) reflected completely in the outlook data format. Crawling the message, plaintext and attachments is not that complicated that we need to intermix the both. If they just obey to the same ontology, it should work. 10 10 11 If these other mail crawlers have access to the raw mail content (i.e. the message as transported through SMTP), this may be rather easy to realize, as the functionality to parse these lines and convert it into a Message datastructure is part of JavaMail?. We should see if this functionality is publicly available in the library.11 If these other mail crawlers have access to the raw mail content (i.e. the message as transported through SMTP), this may be rather easy to realize, as the functionality to parse these lines and convert it into a Message datastructure is part of !JavaMail. We should see if this functionality is publicly available in the library.