Giter Site home page Giter Site logo

Comments (5)

Dijji avatar Dijji commented on August 24, 2024

I'm definitely up for doing this, but I've never been able to identify a standard format for EML that would support it. What standard for the EML format are you using? Do you know what other programs will read it?

from xstreader.

halueda avatar halueda commented on August 24, 2024

eml format is an oldest mail format that almost all mailer can read/write it.

https://en.wikipedia.org/wiki/Email#Filename_extensions says:

Used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox.

You can also see:

The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.

The format of attachment in MIME is almost same as multipart format.

MIME multipart standard is defined in RFC2046

But, I don't think you need to read these standard because C# should have a library to handling ordinary mail message/MIME message, though I'm not sure which library is.

from xstreader.

taspeotis avatar taspeotis commented on August 24, 2024

I'm not sure which library is

http://www.mimekit.net/

from xstreader.

rezaahmadid avatar rezaahmadid commented on August 24, 2024

Export in EML format is very useful because it makes file transfer very easy and also has attachments in it

from xstreader.

Sicos1977 avatar Sicos1977 commented on August 24, 2024

In the past I have written something to convert EML to MSG format so it would be easy to make this work the other way around.
It already uses mimekit for it.

https://github.com/Sicos1977/MsgKit/blob/master/MsgKit/Converter.cs

I also have written an MSGReader it can read MSG files without needing Outlook so you can use that one as a base about how to read the MSG file and convert it to EML.

https://github.com/Sicos1977/MSGReader

from xstreader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.