2008/12/1 Stefano Bagnara <[EMAIL PROTECTED]>
> Robert Burrell Donkin ha scritto:
> > mpt (mail protocol tester) now runs basic smoke tests (connecting to
> > the IMAP server and testing capability command is basic but it's easy
> > to add more later) against both deployments. it's a micro-library
Author: rdonkin
Date: Mon Dec 1 14:29:59 2008
New Revision: 722266
URL: http://svn.apache.org/viewvc?rev=722266&view=rev
Log:
Very basic SMTP smoke test
Added:
james/server/trunk/build-tools/smtp.mpt
Modified:
james/server/trunk/build-tools/smoke.xml
Modified: james/server/trunk/build-t
Robert Burrell Donkin ha scritto:
> mpt (mail protocol tester) now runs basic smoke tests (connecting to
> the IMAP server and testing capability command is basic but it's easy
> to add more later) against both deployments. it's a micro-library but
> i like it :-)
:-)
> i'd like to push on now to
Author: rdonkin
Date: Mon Dec 1 14:27:58 2008
New Revision: 722265
URL: http://svn.apache.org/viewvc?rev=722265&view=rev
Log:
Add some appropriate javadocs
Modified:
james/jsieve/trunk/mailet/src/main/java/org/apache/jsieve/mailet/SieveMailboxMailet.java
Modified:
james/jsieve/trunk/maile
Author: rdonkin
Date: Mon Dec 1 14:08:39 2008
New Revision: 722260
URL: http://svn.apache.org/viewvc?rev=722260&view=rev
Log:
Factor out macro
Modified:
james/server/trunk/build-tools/smoke.xml
Modified: james/server/trunk/build-tools/smoke.xml
URL:
http://svn.apache.org/viewvc/james/serve
Author: rdonkin
Date: Mon Dec 1 14:08:20 2008
New Revision: 722259
URL: http://svn.apache.org/viewvc?rev=722259&view=rev
Log:
Added subsite for Sieve Mailet
Added:
james/jsieve/trunk/mailet/src/site/site.xml (contents, props changed)
- copied, changed from r722245, james/jsieve/trunk
mpt (mail protocol tester) now runs basic smoke tests (connecting to
the IMAP server and testing capability command is basic but it's easy
to add more later) against both deployments. it's a micro-library but
i like it :-)
i'd like to push on now to tidy up what i've done so far so that other
peop
Author: rdonkin
Date: Mon Dec 1 13:50:44 2008
New Revision: 722249
URL: http://svn.apache.org/viewvc?rev=722249&view=rev
Log:
Added quiet attribute
Modified:
james/mpt/trunk/antlib/src/main/java/org/apache/james/mpt/ant/MailProtocolTestTask.java
james/mpt/trunk/antlib/src/site/xdoc/inde
Author: rdonkin
Date: Mon Dec 1 13:38:04 2008
New Revision: 722247
URL: http://svn.apache.org/viewvc?rev=722247&view=rev
Log:
Basic IMAP smoke test. Just sends capability but at least it demonstrates that
the protocol is being served.
Added:
james/server/trunk/build-tools/imap.mpt
jame
Author: rdonkin
Date: Mon Dec 1 13:33:30 2008
New Revision: 722245
URL: http://svn.apache.org/viewvc?rev=722245&view=rev
Log:
Ensure socket work copes with more than one line per read OK.
Modified:
james/mpt/trunk/main/src/main/java/org/apache/james/mpt/ExternalSession.java
Modified:
james
Author: rdonkin
Date: Mon Dec 1 12:16:49 2008
New Revision: 722212
URL: http://svn.apache.org/viewvc?rev=722212&view=rev
Log:
More debugging
Modified:
james/mpt/trunk/antlib/src/main/java/org/apache/james/mpt/ant/MailProtocolTestTask.java
Modified:
james/mpt/trunk/antlib/src/main/java/org
[
https://issues.apache.org/jira/browse/MIME4J-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Burrell Donkin closed MIME4J-89.
---
Resolution: Fixed
Committed. Many thanks.
> Improve thread synchronization in MultiRe
Author: rdonkin
Date: Mon Dec 1 11:35:27 2008
New Revision: 722193
URL: http://svn.apache.org/viewvc?rev=722193&view=rev
Log:
https://issues.apache.org/jira/browse/MIME4J-89 Improve thread synchronization
in MultiReferenceStorage. Contributed by Markus Wiederkehr MIME4J-89.
Modified:
jame
[
https://issues.apache.org/jira/browse/MIME4J-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Burrell Donkin reassigned MIME4J-89:
---
Assignee: Robert Burrell Donkin
> Improve thread synchronization in MultiRefer
[
https://issues.apache.org/jira/browse/MIME4J-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Wiederkehr updated MIME4J-89:
Attachment: mime4j-storage-lock.patch
This patch should resolve both problems.
In addition
Improve thread synchronization in MultiReferenceStorage
---
Key: MIME4J-89
URL: https://issues.apache.org/jira/browse/MIME4J-89
Project: JAMES Mime4j
Issue Type: Improvement
Affects Ver
On Mon, Dec 1, 2008 at 5:49 PM, Markus Wiederkehr
<[EMAIL PROTECTED]> wrote:
> On Mon, Dec 1, 2008 at 2:49 PM, Robert Burrell Donkin
> <[EMAIL PROTECTED]> wrote:
>> On Mon, Dec 1, 2008 at 12:56 PM, Markus Wiederkehr
>> <[EMAIL PROTECTED]> wrote:
>>> The same happens with java.util.Set for example.
On Mon, Dec 1, 2008 at 2:49 PM, Robert Burrell Donkin
<[EMAIL PROTECTED]> wrote:
> On Mon, Dec 1, 2008 at 12:56 PM, Markus Wiederkehr
> <[EMAIL PROTECTED]> wrote:
>> The same happens with java.util.Set for example. Interface Set itself
>> is not synchronized but there might be implementations that
[
https://issues.apache.org/jira/browse/MIME4J-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652038#action_12652038
]
Stefano Bagnara commented on MIME4J-60:
---
@Oleg:
1) I think isolated CR is a very rar
[
https://issues.apache.org/jira/browse/MIME4J-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652032#action_12652032
]
Markus Wiederkehr commented on MIME4J-60:
-
@Oleg
I also consider isolated CR a non-
[
https://issues.apache.org/jira/browse/MIME4J-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652013#action_12652013
]
Oleg Kalnichevski commented on MIME4J-60:
-
@Stefano
The issue of consistency
==
On Mon, Dec 1, 2008 at 2:49 PM, Robert Burrell Donkin
<[EMAIL PROTECTED]> wrote:
> On Mon, Dec 1, 2008 at 12:56 PM, Markus Wiederkehr
> <[EMAIL PROTECTED]> wrote:
>> I'm sorry I don't quite understand that, do you have a link that
>> describes the problem? The way I see it if a method is synchroniz
On Mon, Dec 1, 2008 at 12:56 PM, Markus Wiederkehr
<[EMAIL PROTECTED]> wrote:
> On Mon, Dec 1, 2008 at 8:43 AM, Robert Burrell Donkin
> <[EMAIL PROTECTED]> wrote:
>> On 11/30/08, Markus Wiederkehr <[EMAIL PROTECTED]> wrote:
>>> On Sun, Nov 30, 2008 at 11:59 PM, Robert Burrell Donkin
>>> <[EMAIL PRO
On Mon, Dec 1, 2008 at 1:10 PM, Markus Wiederkehr
<[EMAIL PROTECTED]> wrote:
> On Mon, Nov 17, 2008 at 1:23 PM, Markus Wiederkehr
> <[EMAIL PROTECTED]> wrote:
>> Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It
>> does not seem to be used anywhere and in my opinion should be r
On Mon, Nov 17, 2008 at 1:23 PM, Markus Wiederkehr
<[EMAIL PROTECTED]> wrote:
> Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It
> does not seem to be used anywhere and in my opinion should be removed
> or marked as deprecated..
I have just stumbled upon MIME4J-24. Maybe this
On Mon, Dec 1, 2008 at 8:43 AM, Robert Burrell Donkin
<[EMAIL PROTECTED]> wrote:
> On 11/30/08, Markus Wiederkehr <[EMAIL PROTECTED]> wrote:
>> On Sun, Nov 30, 2008 at 11:59 PM, Robert Burrell Donkin
>> <[EMAIL PROTECTED]> wrote:
>>> http://svn.apache.org/repos/asf/james/mime4j/trunk/src/main/java/
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:
-
27 matches
Mail list logo