Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting Recipient details from .pst files #302

Open
sriprad opened this issue Feb 21, 2022 · 1 comment
Open

Extracting Recipient details from .pst files #302

sriprad opened this issue Feb 21, 2022 · 1 comment

Comments

@sriprad
Copy link

sriprad commented Feb 21, 2022

Hi Team,
Hope you are well.
I am trying to extract the information from .pst file. Below are the things which i am planning to extract.
messages.append({
"subject": message.subject,
"sender": message.sender_name,
"datetime": message.client_submit_time,
"header": message.transport_headers,
"body": message.plain_text_body,
"creation_time": message.creation_time,
"submit_time": message.client_submit_time,
"delivery_time": message.delivery_time,
"Recipient": message.recipient,

But it gives me error on Recipient. Can you please let me know how to extract the Recipient and Body of the email from .pst files?

Thanks in advance,
Sri

@adetorcy
Copy link
Contributor

Recipient(s) is not supported at this time.

For the message body you can do something like this: https://github.com/libratom/libratom/blob/master/libratom/lib/pff.py#L210-L231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants