TejasA
January 24, 2023, 9:17am
1
Hi,
I am getting error Proxy error: System.Drawing.Image.FromStream while converting mapi eml file to pst format.
Using Aspose for Python Aspose.Email_for_Python_via_NET_rebuild-20.2.1-py3-none-any.whl
If this error is known can I get a sample .eml files so I can repro this issue ?
Also due to which data in eml files this issue occurs ?
Hello @TejasA ,
Can you send us a code example you are using? Thanks.
TejasA
January 24, 2023, 10:07am
3
Code snippet.
from aspose.email import MailMessage
from aspose.email.mime import HeaderCollection
import aspose.email.mapi.msg as msg
from aspose.email.mapi import MapiMessage, MapiContact
from aspose.email.personalinfo.vcard import VCardContact
def run():
#dataDir = "Data/"
#ExStart: LoadingContactFromVCardWithSpecifiedEncoding
mailReadFromFile = MapiMessage.from_mail_message(MailMessage.load("test.eml"))
#ExEnd: LoadingContactFromVCardWithSpecifiedEncoding
if __name__ == '__main__':
run()
I don’t have access to the .eml file.
Can you tell me due to which data in mail this issue occurs ?
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies .
Issue ID(s): EMAILNET-40939
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.
TejasA
December 11, 2024, 6:17am
5
@dmitry.samodurov Please find the EML file to reproduce this issue
Undeliverable_ repro test-1727695419 (2).zip (153.9 KB)
TejasA
December 11, 2024, 6:18am
6
@dmitry.samodurov We see that the eml files containing .gif files as attachments are seeing this error.
Hello @TejasA ,
Thank you for providing the file; it will help us diagnose the issue. We will review it and update you with the results.
Hello,
We could not reproduce the issue using the latest version of the Aspose.Email for Python via .NET library. We recommend that you test your code with the latest version of the library to ensure that the problem is not caused by an outdated build.
TejasA
December 18, 2024, 9:12am
9
@dmitry.samodurov Thank you.
Which version of Aspose was used were this worked ? Also in which version this issue was fixed ?
@TejasA ,
The minimum version I was able to test is 22.3.1, and the issue doesn’t reproduce with this version.