Giter Club home page Giter Club logo

Comments (4)

iluvadev avatar iluvadev commented on June 8, 2024 1

Hi, I know this is an old issue.
I'm mantaining this project in my fork and I made a new release of XstReader with the ability to export messages in Outlook .msg format

https://github.com/iluvadev/XstReader

from xstreader.

Dijji avatar Dijji commented on June 8, 2024
  1. What format do you mean by msg file? Could you give me a link to the format definition?
  2. I see the attachment you were talking about. But I've never seen an email like this. How did you produce it?

from xstreader.

Balmukunda avatar Balmukunda commented on June 8, 2024
  1. Currently the application export the message properties like (from, to, cc, body) etc as text file. My requirement is to create outlook message file instead of text file.
  2. In MS outlook, use Insert -> Object to add embedded files while creating message.

from xstreader.

Dijji avatar Dijji commented on June 8, 2024
  1. You can also export the message body in its native format, whether that be text, HTML or RTF. I have looked at the definition of the msg format. Firstly, it is pretty complex, of the same order of difficulty as a pst file, so would be a nontrivial effort to create. Secondly, it appears to be supported pretty much only by Microsoft software, and in particular Outlook. What is the scenario that drives your requirement? If the only thing that reads msg is Outlook, you might as well just use Outlook to open the pst file in the first place.
  2. The mso format is not documented. It also appears to be pretty complicated, being capable of carrying objects sourced from multiple Microsoft applications. I can't even see a way of determining what type of object it carries, to be able to suggest an application with which to open it. I cannot see any way of adding support for this type of message at the moment.

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.