RE: Return Messages

2003-10-09 Thread David Liles
I am working with James 2.1.3 and I don't seem to have the file AbstractStorageQuota in james.transport.matchers -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thu 10/9/2003 11:37 AM To: James Developers List Cc:

RE: Return Messages

2003-10-09 Thread David Liles
Storage quota matcher? I was trying to call the following but get a NullPointerException. public JDBCMailRepository getMessage(HttpServletRequest req, HttpServletResponse res) throws IOException { JDBCMailRepository mr = new JDBCMailRepository(); Iterator it = mr.list(); mr.lis

Return Messages

2003-10-09 Thread David Liles
For the life of me I can't seem to figure out how to return a list of messages from James other then by writing my own query, but then I have trouble displaying the actual message. Can someone show me an example that returns a list of messages from James that are stored in a database? Thanks

List Messages

2003-10-08 Thread David Liles
For the life of me I can't seem to get a list of the messages stored in the inbox table. I am calling the JDBCMailRepository.list method When I run my code I get a null pointer exception... why when the method doesn't require any parameters? What's the magic? JDBCMailRepository mr = new

ImapConstants

2003-10-08 Thread David Liles
I have noticed that in the following block of code in the org.apache.james.imapserver.commands.CommandParser package there is a reference to the constant INBOX_NAME, but when I checked the ImapConstants there is no reference Am I overlooking something? public String mailbox( ImapRequestLi

RE: Compile Problems

2003-10-08 Thread David Liles
he IDE). I just *do not* run ant, but use the normal functionalities of the IDE after proper setup. Only when I have to deploy for test (= build james.sar and copy into James/apps) I run the batch build script. Vincenzo > -Original Message

RE: Compile Problems

2003-10-08 Thread David Liles
is to work? -Original Message- From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: Wed 10/8/2003 11:07 AM To: James Developers List Cc: Subject: Re: Compile Problems David Liles wrote: >

RE: Compile Problems

2003-10-08 Thread David Liles
riginal Message- From: David Liles [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 23:49 To: James Developers List Subject: RE: Compile Problems Thanks for the reply Steve... I added phoenix-client.jar to my class path but th

RE: Compile Problems

2003-10-08 Thread David Liles
d JBuilder in order to compile James. It comes with Ant already and apart from a few warnings and errors due to configuration issues once resolved it works fine. -JM -Original Message- From: David Liles [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 23:49 To: James Developers List Subje

RE: Compile Problems

2003-10-07 Thread David Liles
nt through Jbuilder. Cheers Steve > -Original Message- > From: David Liles [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 2:22 PM > To: James Developers List > Subject: RE: Compile Problems > > > Ok... this is where I am at now > > I dele

RE: Compile Problems

2003-10-07 Thread David Liles
Ok... this is where I am at now I deleted the previous download I had and just downloaded james with phoenix version 2.1.3 I create a project in JBuilder and when I attempt to run the Ant build file I get the following error: "build.xml": D:\projects\james_source\build.xml:380: ja

RE: Compile Problems

2003-10-07 Thread David Liles
Is there by chance a different version I should try and use? -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2003 1:59 PM To: James Developers List Cc: Subject: RE: Compile Problems

RE: Compile Problems

2003-10-07 Thread David Liles
I downloaded james-with-phoenix-2.2.0a13-src.zip and I'm using Ant 1.5.3-1 -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Tue 10/7/2003 3:20 PM To: James Developers List Cc: Subject: RE: Compile Problems

RE: Compile Problems

2003-10-07 Thread David Liles
Thanks Noel... I dug a bit deeper and found the source that includes Phoenix when I attempt to run the Ant build I get the following: "build.xml": D:\projects\james_source\build.xml:380: java.lang.NoSuchMethodError at line 380 -Original Message- From: Noel

Compile Problems

2003-10-07 Thread David Liles
I just downloaded the source for James and when I run the Ant file I'm getting the following error: D:\projects\james_source\phoenix-bin\lib not found. The source I downloaded 2.1.3 does not include a phoenix-bin directory what do I need to do? Thanks --

Db Columns

2003-10-03 Thread David Liles
In the inbox table that was created by James there is a column "message_state". During initial testing to verify the configuration all of the test messages sent show "root" as the value for the column. What is the significance of this column and how is the value manipulated? I haven't found any

Message Locations

2003-10-03 Thread David Liles
I have configured James to use a database a the message repository. The question I have is how do I go about indicating where messages are stored when received for a location other then the inbox? eg: Allow users to create additional folders and then create message rules that automatically rou

RE: RemoteDelivery progressively increasing delay-time

2003-10-03 Thread David Liles
Why is it necessary to have a list of delay times to iterate through? Wouldn't it be simpler to just have a single delay time setting with the number to times to attempt to redeliver? -Original Message- From: Soeren Hilmer [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 3:40 AM T

removing users

2003-10-02 Thread David Liles
I know how to add users via telnet with the adduser command, but how are users deleted? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]