Author: rdonkin
Date: Sat Jun 21 09:17:35 2008
New Revision: 670218
URL: http://svn.apache.org/viewvc?rev=670218&view=rev
Log:
RFC2183 Content Disposition parsing
Added:
james/mime4j/trunk/src/main/java/org/apache/james/mime4j/RFC2183ContentDispositionDescriptor.java
Modified:
james/mim
Stefano Bagnara ha scritto:
Robert Burrell Donkin ha scritto:
On Fri, Jun 20, 2008 at 8:17 PM, David Jencks <[EMAIL PROTECTED]>
wrote:
On Jun 20, 2008, at 11:40 AM, Stefano Bagnara wrote:
Having removed the CRLFOutputStream depedendency the only class having
real dependencies on SUN's javamai
On Sat, Jun 21, 2008 at 3:39 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
>>
>> On 6/20/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>>>
>>> Stefano Bagnara ha scritto:
Robert Burrell Donkin ha scritto:
>
> On 6/20/08, Stefano Bagnara <[EMAI
Robert Burrell Donkin ha scritto:
On Sat, Jun 21, 2008 at 2:29 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
The issue is that we use activation/javamail to connect to an smtp url.
javamail give us a Transport (an interface defined in the specification).
In order to better catch errors and to s
Robert Burrell Donkin ha scritto:
On 6/20/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
Stefano Bagnara ha scritto:
Robert Burrell Donkin ha scritto:
On 6/20/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
Robert Burrell Donkin ha scritto:
On Thu, Jun 19, 2008 at 7:20 AM, Bernd Fondermann
<[
Author: bago
Date: Sat Jun 21 07:39:55 2008
New Revision: 670206
URL: http://svn.apache.org/viewvc?rev=670206&view=rev
Log:
Rewritten CRLFOutputStream and ExtraDotOutputStream to support buffered
operations.
The new algorythm also take care of streams ending with "\r" (previosly they
was not rep
On Sat, Jun 21, 2008 at 2:29 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
>>
>> On Fri, Jun 20, 2008 at 8:17 PM, David Jencks <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> On Jun 20, 2008, at 11:40 AM, Stefano Bagnara wrote:
>>>
Having removed the CRLFOutputStream
Author: rdonkin
Date: Sat Jun 21 06:31:09 2008
New Revision: 670195
URL: http://svn.apache.org/viewvc?rev=670195&view=rev
Log:
Pushed trimming and unfolding logic into utility method. Factored out contents
of long if statement.
Modified:
james/mime4j/trunk/src/main/java/org/apache/james/mim
Robert Burrell Donkin ha scritto:
On Fri, Jun 20, 2008 at 8:17 PM, David Jencks <[EMAIL PROTECTED]> wrote:
On Jun 20, 2008, at 11:40 AM, Stefano Bagnara wrote:
Having removed the CRLFOutputStream depedendency the only class having
real dependencies on SUN's javamail *implementation* (com.sun c
On Tue, Jun 17, 2008 at 1:10 AM, David Jencks <[EMAIL PROTECTED]> wrote:
>
> On Jun 16, 2008, at 12:24 PM, Stefano Bagnara wrote:
>
>> David Jencks ha scritto:
>>>
>>> On Jun 16, 2008, at 3:45 AM, Stefano Bagnara wrote:
David Jencks ha scritto:
At the moment the geronimo-james integr
On Sat, Jun 21, 2008 at 1:48 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
>>
>>
>> http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/FieldParser.java
>>
>> http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/
Robert Burrell Donkin ha scritto:
http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/FieldParser.java
http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/DelegatingFieldParser.java
still have old headers and a
Robert Burrell Donkin ha scritto:
On Fri, Jun 20, 2008 at 3:57 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] ha scritto:
Author: rdonkin
Date: Thu Jun 19 15:10:35 2008
New Revision: 669724
URL: http://svn.apache.org/viewvc?rev=669724&view=rev
Log:
Use generated dependencies,
Robert Burrell Donkin (JIRA) ha scritto:
[ https://issues.apache.org/jira/browse/MIME4J-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606988#action_12606988 ]
Robert Burrell Donkin commented on MIME4J-5:
--
[
https://issues.apache.org/jira/browse/MIME4J-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606999#action_12606999
]
Oleg Kalnichevski commented on MIME4J-5:
I believe efficient pattern scanning can be
[
https://issues.apache.org/jira/browse/MIME4J-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606997#action_12606997
]
Robert Burrell Donkin commented on MIME4J-5:
Sounds good
Re nio:
The use case
[
https://issues.apache.org/jira/browse/MIME4J-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606996#action_12606996
]
Oleg Kalnichevski commented on MIME4J-5:
I do not want to put unnecessary efforts int
Author: rdonkin
Date: Sat Jun 21 03:34:50 2008
New Revision: 670177
URL: http://svn.apache.org/viewvc?rev=670177&view=rev
Log:
Use a single superclass to test both implementation of BodyDescriptor
Added:
james/mime4j/trunk/src/test/java/org/apache/james/mime4j/BaseTestForBodyDescriptors.java
http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/FieldParser.java
http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/field/DelegatingFieldParser.java
still have old headers and are marked copyright mime4j project.
Author: rdonkin
Date: Sat Jun 21 02:17:27 2008
New Revision: 670169
URL: http://svn.apache.org/viewvc?rev=670169&view=rev
Log:
Better to include name as well as number
Added:
james/mime4j/trunk/src/main/java/org/apache/james/mime4j/RFC2045MimeDescriptor.java
Removed:
james/mime4j/trunk/
as discussed before, the approach i'm taking in supporting the parsing
of RFC standard headers is to add them to the MaximalContentDescriptor
interface and then factor out an interface named from the RFC in
question. if anyone has any opinions, suggestions or improvements,
please jump in.
- robert
Author: rdonkin
Date: Sat Jun 21 02:07:28 2008
New Revision: 670167
URL: http://svn.apache.org/viewvc?rev=670167&view=rev
Log:
Factored RFC2045 properties into interface
Added:
james/mime4j/trunk/src/main/java/org/apache/james/mime4j/RFC2045Descriptor.java
Modified:
james/mime4j/trunk/s
Author: rdonkin
Date: Sat Jun 21 01:53:43 2008
New Revision: 670166
URL: http://svn.apache.org/viewvc?rev=670166&view=rev
Log:
Renamed method so that it's clear which parameters are referred to.
Modified:
james/mime4j/trunk/src/main/java/org/apache/james/mime4j/ContentDescriptor.java
ja
Author: rdonkin
Date: Sat Jun 21 01:43:37 2008
New Revision: 670163
URL: http://svn.apache.org/viewvc?rev=670163&view=rev
Log:
Factor out mutable interface. Interface exposed to reader is now read only.
Added:
james/mime4j/trunk/src/main/java/org/apache/james/mime4j/MutableBodyDescriptor.jav
i think the issues raise about LICENSE and NOTICE files in the various
distributions have been fixed. i've also cleaned up the pom. please
take a look and see if i've missed anything.
- robert
-
To unsubscribe, e-mail: [EMAIL PRO
On Sat, Jun 21, 2008 at 9:20 AM, Robert Burrell Donkin
<[EMAIL PROTECTED]> wrote:
> On Fri, Jun 20, 2008 at 3:57 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] ha scritto:
>>>
>>> Author: rdonkin
>>> Date: Thu Jun 19 15:10:35 2008
>>> New Revision: 669724
>>>
>>> URL: http://sv
Author: rdonkin
Date: Sat Jun 21 01:28:52 2008
New Revision: 670161
URL: http://svn.apache.org/viewvc?rev=670161&view=rev
Log:
Don't place release jar into lib directory
Modified:
james/jsieve/trunk/src/assemble/bin.xml
Modified: james/jsieve/trunk/src/assemble/bin.xml
URL:
http://svn.apach
On Fri, Jun 20, 2008 at 3:57 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] ha scritto:
>>
>> Author: rdonkin
>> Date: Thu Jun 19 15:10:35 2008
>> New Revision: 669724
>>
>> URL: http://svn.apache.org/viewvc?rev=669724&view=rev
>> Log:
>> Use generated dependencies, LICENSE, NOT
[
https://issues.apache.org/jira/browse/MIME4J-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606988#action_12606988
]
Robert Burrell Donkin commented on MIME4J-5:
1 to my knowledge, not actively. i h
the ant build no longer downloads a copy of JavaCC. so the gump build
now fails. not a blocker for the release.
- robert
On Thu, Jun 19, 2008 at 12:31 PM, Gump wrote:
> To whom it may engage...
>
> This is an automated request, but not an unsolicited one. For
> more information please visit http
An automated nightly build of JAMES has been posted to
http://people.apache.org/builds/james/nightly/
Any unit test errors from the build should be reported below:
-
On Fri, Jun 20, 2008 at 5:04 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
>>
>> On 6/20/08, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>>>
>>> Let me change my example: how it is defined that "the NOTICE file
>>> distributed with this work" is one very file bet
32 matches
Mail list logo