diff --git a/src/markitdown/_markitdown.py b/src/markitdown/_markitdown.py index d72196b..5bb9c67 100644 --- a/src/markitdown/_markitdown.py +++ b/src/markitdown/_markitdown.py @@ -1081,7 +1081,7 @@ class OutlookMsgConverter(DocumentConverter): """Converts Outlook .msg files to markdown by extracting email metadata and content. Uses the olefile package to parse the .msg file structure and extract: - - Email headers (From, To, Subject, Date) + - Email headers (From, To, Subject) - Email body content """