configuring imap

2003-01-17 Thread Kenny Smith
Hi all, I'm trying to get James configured to use IMAP so I can run/develop my tests.. but I can't find any instructions on how to do so. Any help? Kenny Smith JournalScape.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: IMAP Support

2003-01-17 Thread Noel J. Bergman
Christian, Darrell, Kenny, Peter, [alphabetical] Please see: http://nagoya.apache.org/wiki/apachewiki.cgi?JamesIMAP This is a Wiki page that you guys can use to record information, such as build tips, etc. I have put on it some of the comments already made, as well as a link to the IMAP RFCs.

RE: Regexp Matcher

2003-01-17 Thread Noel J. Bergman
Any chance on getting a hold of that Regexp matcher you said you made. Yes. I really need to work on this after v2.1.1 is released, but here is the most rude of rude implementations. A subclass of GenericRegexMatcher calls compile() to setup the patterns that will be used by match(). The

Re: [PATCH] Upgrade to DnsJava 1.3.1, add DNS Server autodetect,Make use of higher level api

2003-01-17 Thread Nicola Ken Barozzi
Noel J. Bergman wrote: Serge, Would you please revise your patch not to use the static dns class? The use of a static class in that fashion is OK for a standalone application, but I'd like to avoid that in a component architecture. There isn't a contractual guarantee that a component

RE: Jabber (Instant Messaging) Support

2003-01-17 Thread Noel J. Bergman
Alexis, I'm posting this to summarize our discussion. Please join [EMAIL PROTECTED] with whatever e-mail address you want to use (mailto:[EMAIL PROTECTED]), and you'll be able to reply to the list. You have indicated that you'd be pleased to bring JabberServer to the Apache James project, and

RE: [PATCH] Upgrade to DnsJava 1.3.1, add DNS Server autodetect, Make use of higher level api

2003-01-17 Thread Danny Angus
Go ahead and do it against the HEAD. If we decide to merge it into v2.1, we'll worry about it then. :-) I'm running two instances of the HEAD one for my personal use and one for work, so I will be able to give you some independant (sort of) feedback. d. -- To unsubscribe, e-mail:

RE: Jabber (Instant Messaging) Support

2003-01-17 Thread Noel J. Bergman
Danny, I'm glad that you agree with the idea of adding Jabber to James. :-) I've taken the liberty of incorporating your ideas onto the JamesJabber page. Great minds apparently think alike. I contacted the author of JavaJabber earlier today. He has thus far expressed interest in coming over

RE: Jabber (Instant Messaging) Support

2003-01-17 Thread Jason Webb
-Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 19:24 To: James Developers List Subject: RE: Jabber (Instant Messaging) Support Jason, I know several people who have expressed interest in seeing James expand as a groupware

cvs commit: jakarta-james/src/xdocs index.xml mailet_api_2_1.xml provided_mailets_2_1.xml serverwide_configuration_2_1.xml

2003-01-17 Thread noel
noel2003/01/16 21:48:00 Modified:src/xdocs index.xml mailet_api_2_1.xml provided_mailets_2_1.xml serverwide_configuration_2_1.xml Log: Corrected links (changes already present in branch_2_1_fcs) Revision ChangesPath

[GUMP] Build Failure - jakarta-james

2003-01-17 Thread Peter Donald
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-01-17/jakarta-james.html Buildfile: build.xml prepare-common: [echo] Preparing code [mkdir]

RE: configuring imap

2003-01-17 Thread Noel J. Bergman
Kenny, As you probably saw, I asked Darrell if he would please post those instructions, since he wrote the imap2 proposal. Otherwise, perhaps Danny, Serge or Charles can post some. I haven't built the proposal, and am on the road again today. --- Noel -- To unsubscribe, e-mail:

[GUMP] Build Failure - jakarta-james

2003-01-17 Thread Peter Donald
This email is autogenerated from the output from: /home/bodewig/dev/gump/log/jakarta-james.html Buildfile: build.xml prepare-common: [echo] Preparing code [mkdir] Created dir:

RE: configuring imap

2003-01-17 Thread Noel J. Bergman
As you probably saw, I asked Darrell if he would please post those instructions ... It looks like a mail queue at the ASF was stuck for 9+ hours, so that messages are all coming out now. --- Noel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

top-level project?

2003-01-17 Thread Greg Stein
Hi all, There is a Board meeting next Wednesday. I know there has been interest in the past about James becoming a top-level project. Should you wish to pursue that, then next week's board meeting could be ideal. To establish the top-level project, the Board would need a resolution similar to

RE: Remote Delivery error

2003-01-17 Thread alan.gerhard
this is in reference to Serge's buffering changes, right ?? were they any other fixes made ?? alan Which version of James? v2.1, or the current v2.1.1a2 nightly? I don't know if it would make any difference, but we just updated the JavaMail package included with James. James uses

RE: Remote Delivery error

2003-01-17 Thread alan.gerhard
which bug in SMTPHAndler has been fixed ?? Which version of James? v2.1, or the current v2.1.1a2 nightly? I don't know if it would make any difference, but we just updated the JavaMail package included with James. James uses JavaMail to do the delivery. I'm going to post a v2.1.1a3 later

Re: New to the list..

2003-01-17 Thread alan.gerhard
Aaron - An actual field on the Mail interface is probably better suited to this purpose than a mail attribute, as it would need to be a universally used mechanism to be of real use. I see mail attributes as being an extensibility mechanism for use in situations where the attribute is not

Remote Delivery error

2003-01-17 Thread Andrew Timberlake
I have a problem with the Remote Delivery on James 2.1 An email is being sent to the domain tigerbrands.com. If I send an email through James, the following error is returned: 15/01/03 23:03:56 INFO James.Mailet: RemoteDelivery: Temporary exception delivering mail

Re: missing mails

2003-01-17 Thread Serge Knystautas
alan.gerhard wrote: i can no longer publish to the james list. either you guys see what i am sending but i don't or my emails are not getting there. i am receiving only from mail.xx.com (JAMES) but sending to both JAMES and SENDMAIL so i really do not know what is happening. all very bizar

RE: missing mails

2003-01-17 Thread Noel J. Bergman
Alan, I believe that this is related to the @mail.gercom.com issue. In fact, the flurry of e-mails from you this morning is probably due to the list moderator releasing pending messages from your address. As I recall, you've already corrected that problem, right? --- Noel -- To

RE: Remote Delivery error

2003-01-17 Thread Noel J. Bergman
this is in reference to Serge's buffering changes, right ?? were they any other fixes made ?? You can doublecheck the CVS, but I don't recall any other changes between 2.1.1a2 and 2.1.1a3. --- Noel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Remote Delivery error

2003-01-17 Thread Noel J. Bergman
which bug in SMTPHAndler has been fixed ?? The buffering issue that you asked me about in the other message. --- Noel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Custom Mail Injection

2003-01-17 Thread Noel J. Bergman
Take a look a FetchPOP, but Leo D'angelo is about to contribute a massively enhanced version that uses JavaMail, and is capable of pulling e-mail from many message transports. See the New to the list and Leo's new FetchMessage service (RE: New to the list..) threads. i must have

proposals/tlp documents

2003-01-17 Thread Noel J. Bergman
Danny and all, I just glanced briefly at the tlp proposal documents, and have printed them out to review in the car (assuming I'm not driving). For those who don't know the cvs, and want to look, here is a quick web link: http://cvs.apache.org/viewcvs.cgi/jakarta-james/proposals/TLP/ All in

Re: missing mails

2003-01-17 Thread alan.gerhard
thanks serge - i think i am back to where i was supposed to be. alan alan.gerhard wrote: i can no longer publish to the james list. either you guys see what i am sending but i don't or my emails are not getting there. i am receiving only from mail.xx.com (JAMES) but sending

RE: top-level project?

2003-01-17 Thread Danny Angus
Greg, Thanks for the heads up, we can be ready for then, we've got the Avalon resolution to hack, and a covering letter to the board. We've decided (by lazy concensus) on an incusive PMC. All that remains then is to elect the chair, so far we've had one un-contentious nomination, which could

Re: IMAP Support

2003-01-17 Thread Kenny Smith
Please see: http://nagoya.apache.org/wiki/apachewiki.cgi?JamesIMAP Bookmarked. :) This is a Wiki page that you guys can use to record information, such as build tips, etc. I have put on it some of the comments already made, as well as a link to the IMAP RFCs. My suggestion is that we focus

Re: configuring imap

2003-01-17 Thread Kenny Smith
Hi Noel, Yup and I appreciate the help. :) Kenny Noel J. Bergman wrote: As you probably saw, I asked Darrell if he would please post those instructions, since he wrote the imap2 proposal. Otherwise, perhaps Danny, Serge or Charles can post some. I haven't built the proposal, and am on the

RE: Remote Delivery error

2003-01-17 Thread Andrew Timberlake
On Thu, 2003-01-16 at 18:18, Noel wrote: Can you give me a valid address at the target server to which I can send a test message? I can but I don't even know the recipient. The problem was picked up by one of my customers. Be gentle!!! [EMAIL PROTECTED] -- Andrew Timberlake [EMAIL PROTECTED]

RE: Custom Mail Injection

2003-01-17 Thread alan.gerhard
understood - it seemed to diverge but wasn't sure... Take a look a FetchPOP, but Leo D'angelo is about to contribute a massively enhanced version that uses JavaMail, and is capable of pulling e-mail from many message transports. See the New to the list and Leo's new FetchMessage

RE: [VOTE] PMC

2003-01-17 Thread Danny Angus
My vote is +1 to PMC suggested. And I have no further nominations for the Chair. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [VOTE] PMC

2003-01-17 Thread Danny Angus
FYI the result of the vote in question is here: http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED]msgNo=5545 The initial PMC of the Apache James project be all active commiters and that active be considered as those who voted in the vote which decided us to propose James for

Re: [VOTE] PMC

2003-01-17 Thread Serge Knystautas
Danny Angus wrote: Hi, James commiters.. As you will have seen if we can get the detail done in time we can get our TLP proposal in front of the board on wednesday. Therefore I propose that: The initial PMC of the Apache James project be all active commiters and that active be considered as

Re: James TLP

2003-01-17 Thread Serge Knystautas
Danny Angus wrote: I put a proposal template and draft covering letter in proposals/tlp for review... Danny, I went through and made some small edits (typos, small changes), added the history section, and otherwise I think it looks good to go. -- Serge Knystautas Loki Technologies

cvs commit: jakarta-james/proposals/TLP proposal-letter.txt

2003-01-17 Thread serge
serge 2003/01/17 18:33:41 Modified:proposals/TLP proposal-letter.txt Log: Made small edits and wrote the history section. Revision ChangesPath 1.3 +34 -14jakarta-james/proposals/TLP/proposal-letter.txt Index: proposal-letter.txt

Re: cvs commit: jakarta-james/proposals/TLP proposal-letter.txt

2003-01-17 Thread Stephen McConnell
From them revised text: We don't expect that james.apache.org will bring many direct benefits, but we do think that normalising our relationship with Jakarta by becoming a sibling rather than a child, and taking official control of all the issues we currently inherit and

What IMAP tests are needed?

2003-01-17 Thread Kenny Smith
Hey all, I just looked through the proposals/imap2/tests and it looks like there is a pretty sizeable number of tests for imap, so I'm not sure what I should be doing for imap testing. Any help? Kenny Smith JournalScape.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Updating James vis-a-vis Avalon

2003-01-17 Thread Noel J. Bergman
Stephen, Who is wondering what he should do with the James tranformation of CM to SM that he has on his machine? We'd love to have it, Stephen. The only issue appears to be whether or not we want it before Avalon is ready to do a Release. Related to this, Dion Gillard is working on the Maven

Re: Updating James vis-a-vis Avalon

2003-01-17 Thread Stephen McConnell
Noel J. Bergman wrote: Stephen, Who is wondering what he should do with the James tranformation of CM to SM that he has on his machine? We'd love to have it, Stephen. The only issue appears to be whether or not we want it before Avalon is ready to do a Release. Related to this,