Skip to main content
0 votes
1 answer
66 views

I have a project that uses the function CoCreateInstance that tries to load IConverterSession. but now that's failing, with HR -2147221164 Our CoCreateInstance example: HR = CoCreateInstance( ...
Tyler McCall's user avatar
0 votes
1 answer
149 views

I'm working on a Django project where I need to handle .eml files. The email content often has Quoted-Printable encoding, which causes some characters to be incorrectly displayed. For example, certain ...
Tofigh Ramazanniya's user avatar
1 vote
1 answer
407 views

I want to read eml-files and extract the plain text. So far i have found the TIdMessage with which i can iterate over the TIdMessage.MessageParts and check if their PartType is mptText. All of that ...
Max's user avatar
  • 79
0 votes
1 answer
235 views

I am facing an issue while using Google Apps Script to automate the retrieval of .eml file attachments from specific emails in my Gmail inbox. My script is designed to search for emails with a ...
MD ZUBAYER JAMIL's user avatar
3 votes
0 answers
408 views

I have a .eml email file which I want to send. I open the file Outlook but it contains some unnecessary sentences which I want to delete. I tried to open the .eml file in notepad and locate the ...
Pita's user avatar
  • 41
-1 votes
1 answer
2k views

I am trying to implement email functionality on JavaScript based front end. My task is to open default email client (mostly outlook) with an attachment (file). I used mailto, but it doesn't support ...
It's Siddiqi's user avatar
1 vote
1 answer
241 views

onInitiateExitProcess() { if (this.ToEmail) { const modalContent = document.querySelector('.email') as HTMLElement; html2canvas(modalContent).then(canvas => { const ...
Roy's user avatar
  • 11
0 votes
1 answer
68 views

I am using Redemption in my code to convert an eml file to msg file. I am using Import method to do so. However, i observed that for one of the eml file which has an attachment of size 500mb+, the ...
lj 29's user avatar
  • 1
0 votes
1 answer
172 views

I'm using this code for display eml file contests using php It shows email body fine but it not displaying the attached images. <?php error_reporting(-1); $EML_FILE_PATH = ''; $...
Suneth Kalhara's user avatar
1 vote
1 answer
859 views

Anyone has an idea that i save an outlook email as eml file, programmatically ? Im currently reading this documentation. https://learn.microsoft.com/en-us/javascript/api/outlook/office.body?view=...
R. Mohammad's user avatar
0 votes
0 answers
184 views

I have a SharePoint folder which contains files in .eml format. These email files need to be replied to and currently users need to preview/download the file and then they can respond. I am looking ...
Burner's user avatar
  • 56
1 vote
1 answer
213 views

I have written a code to parse .eml file to a JSON file. I'm using the below dependency <dependency> <groupId>com.sun.mail</groupId> <artifactId>jakarta.mail</...
Vinayak's user avatar
  • 141
0 votes
1 answer
2k views

I have written the below Powershell code that loops through all attachments in a given ".eml" file. My goal is to be able to extract each attachment to a local directory. Up to now, I have ...
Aristomenis's user avatar
1 vote
0 answers
2k views

I'm writing a wrapper API to send some email reports to a third-party SaaS which parse them and get some information about them. My users have to report with .eml or .msg file (I am required to accept ...
giacom0c's user avatar
  • 329
0 votes
0 answers
183 views

For several days I'm trying to change content of .eml files in python, specifically I need to exchange hyperlinks. HTTP or HTTPS -> HXXP or HXXPS. I've the biggest problem with content-type of ...
Andrew Kier's user avatar

15 30 50 per page
1
2 3 4 5
17