> Christophe Marchal wrote:
>
> ----- Original Message -----
> From: Federico Barbieri <[EMAIL PROTECTED]>
> To: Java Apache Mail Server <[EMAIL PROTECTED]>
> Sent: Wednesday, June 21, 2000 11:40 AM
> Subject: Re: User manager
>
> > > Christophe Marchal wrote:
> > >
> > > Hello,
> > >
> > > I try to use the remote manager with a TCP/IP connection (like the
> > > conection to the POP server).
> > > I know it is only in developpement step but I have some comment:
> > > - Could you please put a final . as the last line of the
> LISTUSERS
> > > just like the POP3 command (list, top,...)
> >
> > I don't really love POP3 syntax but I'm open to suggestion.
> > What about a "CONTUSERS" command to know how many users you have and
> so
> > how many lines listusers will return?
>
> Yes, I agree, it also work for me.
> Or saying how many lines there are in the first line (title) of the
> list:
> Existing 3 accounts:
> user: john
> user: sam
> user: ross
> I let you choose the best.
>
done
>
> I also have a problem to see if a command workes fine or not.
> In POP protocol the result always start with +OK or -ERR, so it's easy
> to
> know
> if the command is correct or not. For the moment I test with the word
> in the
> result line, but I don't know if they'll stay for ever or may be
> change.
> You see what I mean ?
absolutly. Since yuo seems the one who's most interented in the protocol
why don't you try to define a more structured protocol? Things like + or
- in the answer, more commands etc. It whould greatly help.
>
> Another question : Can someone explain me the way to make a new James
> program from the source ?
>
You mean "compile"?
download the james cvs tree (see java.apache.org for details). All
apache project use "ant" as builder ant it works great. You'll find the
build.xml file in the cvs root.
Federico Barbieri
<[EMAIL PROTECTED]>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]