Re: [email] Problem reading filename from inline email

2013-09-22 Thread Siegfried Goeschl
Hi Olaf, can you create a JIRA with the attached file? Cheers, Siegfried Goeschl On 20.09.13 19:13, Olaf Kaus wrote: Hi, how can I extract the filename from an included email. If I use mimeMessageParser.getAttachmentList() and then dataSource.getName() but I received null for attched emails.

Re: [VOTE] Promote [weaver] component out of sandbox

2013-09-22 Thread Ralph Goers
+1 (binding) Ralph On Sep 20, 2013, at 11:49 AM, Matt Benson wrote: > Hi Commons developers, > I hereby propose a vote to promote the [weaver] sandbox component to > Commons proper. My intent is that the promotion would be followed by a > release of Apache Commons Weaver v1.0. > > This vote wi

Re: How to get commons-compress 1.6 released?

2013-09-22 Thread Stefan Bodewig
On 2013-09-22, Stefan Bodewig wrote: > One thing holding up the release is that I personally would love to have > LZMA support for 7z in as well - this is the compression method used for > header fields by default and without it 7z support is pretty much > limited. This one depends on XZ for Java

Re: How to get commons-compress 1.6 released?

2013-09-22 Thread Gary Gregory
Hello Calvin, If you would like to help get the release out, you could check out the code from SVN, build it, and test it in your app. Then you can give is feedback as to wether you find bugs or can see improvements. Gary On Sep 22, 2013, at 4:50, Jie CDL Zhang wrote: > > Hi, > > This is Calvi

Re: How to get commons-compress 1.6 released?

2013-09-22 Thread Stefan Bodewig
On 2013-09-22, Jie CDL Zhang wrote: > This is Calvin from IBM. I am making a product that need to use the 7z > archive function. I am very lucky to find that commons-compress supports > it! But the bad news is the latest release 1.5 does not contain those part. > How can I get a new release jar f

How to get commons-compress 1.6 released?

2013-09-22 Thread Jie CDL Zhang
Hi, This is Calvin from IBM. I am making a product that need to use the 7z archive function. I am very lucky to find that commons-compress supports it! But the bad news is the latest release 1.5 does not contain those part. How can I get a new release jar file like 1.6 from Apache site? Thank y