Hello Andreas,

Thanks for your reply.

No, I don't have in mind to integrate jotlmsg "as is" in POI, because it is
really only a wrapper around MAPIMessage.
I was more looking to improve directly MAPIMessage and related API (such as
org.apache.poi.hsmf.datatypes.PropertiesChunk) with what I've done in
jotlmsg (actually, the only real part missing is the writing of chunk
properties, which needs a little bit refactoring). I don't know how to
proceed in order to make an equivalent of a pull request on GitHub ?

Anyway, a link in your promoted section would already be great !

Have a nice week-end,
Cédric

On Sat, Jan 7, 2017 at 12:41 AM, Andreas Beeker <[email protected]>
wrote:

> Hello Cédric,
>
> I've just had a quick browse/review through the source and the code looks
> fine to me.
>
> Not sure, if you had it in mind, but if we would integrate it in POI, we
> would have another
> two dependencies (commons-io and javax-mail), you'd need to change the
> license and
> there's a policy on how to import external project (... which I haven't
> just found the link to ...).
>
> Or do you like to have it promoted on our "related projects" page [1]?
>
> Best wishes,
> Andi
>
>
> [1] http://poi.apache.org/related-projects.html
>
>
> On 06.01.2017 22:18, Cédric Tabin wrote:
> > Hello,
> >
> > I recently had to create MS Outook msg files in Java. I've seen that
> Apache
> > POI could manipulate MS Compound Binary Files (POIFS) and parse msg files
> > (MAPIMessage), however the latter is readonly.
> > Instead of using some proprietary API, I just wrote a simple open source
> > library called jotlmsg <https://github.com/ctabin/jotlmsg> on top of POI
> > that can read/write [simple] msg files and also generate javax.mail
> > MimeMessage.
> > The API is currently somewhat simple, but works well. So, I'm looking
> > forward to have some feedbacks about it and if it would be useful to
> > improve the MAPIMessage API to make it writeable :-)
> >
> > Thanks & best regards,
> > Cédric
> >
>
>

Reply via email to