Tagged Questions
The eml tag has no wiki summary.
10
votes
6answers
8k views
Recommendations on parsing .eml files in C#
I have a directory of .eml files that contain email conversations. Is there a recommended approach in C# of parsing files of this type?
6
votes
3answers
4k views
Create an EML (E-Mail) File in Java
Anybody knows how to do this? I got all the information of the email (body, subject, from , to, cc, bcc) and need to generate an eml-file out of it.
5
votes
1answer
134 views
How to Migrate EML data in chuck to Google Apps Mail using Google API ver 2?
I am migrating EML mails to Google Apps.
When i try to Migrate a EML file with two attachment 2.1 MB and 1.96 MB.
It is throwing exception:
"The request was aborted: The request was canceled."
I am ...
3
votes
1answer
464 views
Reading EML files from Windows SMTP service. Any reason not to use StreamReader?
I'm going to be reading and parsing the EML files dropped by the Microsoft SMTP service. I am a newbie to using the various stream classes. The implementation I have seen that parses these files ...
2
votes
2answers
780 views
How to open .eml files using Outlook MAPI in C#?
I have a C# application that reads .msg files and extracts the body and the attachments. But when I try to load a .eml file the application crashes. I am loading the files like this:
MailItem ...
2
votes
1answer
475 views
c# outlook add-in convert msg to eml
Is there any way to read a mail within outlook (using an add-in) and save it as an EML file?
1
vote
2answers
34 views
PHP library to generate EML email files?
I'm trying to generate EML files from PHP. Is there any library that will allow me to easily create them? I could find some ActiveX component on the internet but would rather use something more ...
1
vote
1answer
177 views
Lotus Notes - save whole email message eml c#
I need to export (save to) hard drive my Lotus Notes emails.
I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email.
The code below shows ...
1
vote
1answer
99 views
Create an email object in java and save it to file
i need to backup the emails contained in a PST file (outlook storage).
i'm using libpst which is the only free library i found on the web
( http://code.google.com/p/java-libpst/ )
so i can access all ...
1
vote
0answers
51 views
Open .eml files in compose mode in outlook 2010
I want my users to be able to open eml files in compose mode in outlook 2010, by default it opens in readonly mode. Is there any way out?
Use: We generate email templates which the users can download ...
1
vote
0answers
53 views
1
vote
2answers
788 views
Open eml file in any mail client and take screenshot
I perform a lot of tests that create e-mail messages. I store each message in separate eml file. (I can change file extension if needed.)
I would like to open each file in any mail client and take a ...
1
vote
6answers
5k views
Creation of a EML file with an attachment using JavaMail
I'll create a EML file with an attachment using JavaMail.
I created a simple EML file successfully, but adding an attachment don't work properly. I'm going to add a PDF file. My EML file will be ...
1
vote
4answers
575 views
concatenating many email files with unix utils
I would like to know if there is any easy way to print multiple emails(about 200) so that they continue on as opposed to printing one per page. I have tried with thunderbird and evolution and this ...
0
votes
1answer
102 views
Parsing msg/eml files with Python 2.7
Is there a library that can parse msg or eml files? I wrote a script that parses an email once it is converted to a txt file, but i cannot find an email client that allows me to easily drag-n-drop ...
0
votes
2answers
75 views
Iterate through a MATLAB structure numerically
Is it possible to iterate through a MATLAB structure numerically like a vector instead of using the field names?
Simply, I am trying to do the following inside an EML block for Simulink:
S.a.type = ...
0
votes
1answer
75 views
Need to save a copy of email using imap php and then can be open in outlook express
I had IMAP PHP script which is connecting and reading emails from the mail box.
What i am looking is that i want to save the email on server disk and name it something like testing.eml file. So when ...
0
votes
1answer
355 views
Java: How to create an EML or MSG file with attachment that can be opened in Outlook
I have a struts-action, and when that action is called i would like to create and return a simple eml or msg file that can be opened in outlook.
This is can do just fine with a basic email-message. I ...
0
votes
1answer
150 views
Message size limit with CDO?
I have an application in which I'm creating an email which I want the SMTP server (IIS) on the same box to deliver (OS is 2003 Server 32 bit). I send this using the "cdSendUsingPickup" method.
Using ...
0
votes
0answers
235 views
Replace CDO & ADODB, email message file parsing
I use c# code below to open email message file (eml) and parse subject and body(need to parse eml file and find all web links in any). I have searched for native c# code to open textual or html ...
0
votes
1answer
268 views
RTF message bodies in EML files
We use the LumiSoft.NET MIME library to create EML files. These EML files are constructed by database values. The body of the email can be plain text, RTF, or HTML. We know when the body is HTML so, ...
0
votes
0answers
57 views
Changing the mail date in chilkat using the chilkat java api
I am using the chilkat api(java) for creating eml files. Can anyone help me out on how to change the mail date. The time that the created eml files currently show is the time of the creation of the ...
0
votes
1answer
454 views
What MIME for reading .eml file?
I use ImapX library to save email to .eml file
What MIME I can use to read it?
MIME can read most of Content-Type.
Thanks.
0
votes
1answer
144 views
.eml file common e-mail save format
Mozilla Thunderbird can save e-mails as .eml file. Is this a common e-mail format — can all other common e-mail clients open such a file?
0
votes
1answer
253 views
Send Mail from raw body for testing purposes
I am developing a PHP application that needs to retrieve arbitrary emails from an email server. Then, the message is completely parsed and stored in a database.
Of course, I have to do a lot of tests ...
0
votes
1answer
270 views
Ideas for storing e-mail messages in a Delphi client server application
There are many suggestions here and there for storing e-mail messages. Somehow what I am doing is writing an Outlook addin to send emails from inbox/sent folders directly to my application.
So only ...
0
votes
1answer
569 views
Proper PHP way to parse email attachments from EML format
I have a file containing an email in "plain text MIME message format". I am not sure if this is the EML format. The email contains an attachment and I want to extract the attachment and create those ...
0
votes
2answers
310 views
Why do I get “?” (question mark) replacement of Unicode characters for .EML files from Redemption on a VM?
Our application uses Redemption 4.4.0.1026 to save .MSG and .TXT versions of an .EML file. I get Unicode characters being replaced with question marks. I have made sure I installed all the language ...
0
votes
1answer
46 views
Sending generated email. Trouble with header
I'm trying to send some html in a generated email that looks something like this:
X-Sender: XXXX@xxxx.com
X-Receiver: XXXX@xxxx.com
MIME-Version: 1.0
From: XXXXXXX@xxxx.com
To: XXXXX@xxxx.com
Date: 9 ...
0
votes
2answers
729 views
Convert multiple eml files to single PST in C#
I need to write a single function which will take multiple eml files ( may be from a single filesystem folder ) and convert them to a single PST file.
Is it possible? if yes can someone provide a ...
0
votes
1answer
720 views
Format of EML files used by System.Net.Mail.MailMessage and Microsoft SMTP Server
I'm trying to wrap my head around the EML files I see generated by System.Net.Mail.MailMessage and generated or consumed by Microsoft's SMTP Server. I've been reading RFCs 5322 and 5321 and I'm ...
0
votes
3answers
1k views
Extract images from EML file in C#
I need to extract the images (attached) of a .EML file.
Any help or ideas?
Thanks in advance.
(I'm programming in c#)
0
votes
1answer
1k views
python code to convert mail from pst to eml format
Is there any python code to convert outlook pst mails to eml format. Please also suggest for any such code in some other language. Thank you.
0
votes
1answer
216 views
Using the Microsoft SMTP Server's Dropfolder
I have set up Microsoft SMTP server so it will store all incoming email in a dropfolder.
I want to process, using c#, incoming mail based on the sender, recipient, and subject line. If possible, I ...
0
votes
1answer
897 views
Is there a free .eml parser available somewhere?
I am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue.
Does anyone know if their is a free ...
0
votes
4answers
1k views