Re: Module submission Net::Server::Mail

2003-01-09 Thread Olivier Poitrey
Olivier Poitrey <[EMAIL PROTECTED]> writes: > _brian_d_foy <[EMAIL PROTECTED]> writes: > >> sure you can. i suggest registering those names while we figure >> out how to name the base class. > > Any idea ? I suggest Net::SMTP::Server::Base, not so bad is it ?

Re: Module submission Net::Server::Mail

2002-11-11 Thread Olivier Poitrey
_brian_d_foy <[EMAIL PROTECTED]> writes: > sure you can. i suggest registering those names while we figure out > how to name the base class. Any idea ? I suggest Net::SMTP::Server::Base, not so bad is it ? > Net::SMTP::Server looks like it hasn't been updated since 1999. you > might be able to

Re: Module submission Net::Server::Mail

2002-11-11 Thread Olivier Poitrey
_brian_d_foy <[EMAIL PROTECTED]> writes: > In article <[EMAIL PROTECTED]>, Olivier Poitrey ><[EMAIL PROTECTED]> wrote: > >> My class implements 3 protocols : SMTP, ESMTP and LMTP. ESMTP inherit >> from SMTP and LMTP from ESMTP (as describe in RFCs). So is

Re: Module submission Net::Server::Mail

2002-11-11 Thread Olivier Poitrey
_brian_d_foy <[EMAIL PROTECTED]> writes: >> Is Mail::Server the right place for a network protocol class ? > > is this an application or a module? No, it's just the server API. > if you are writing an interface to the server side of a mail server, > i think something like Net::ESMTP::Server is m

Re: Module submission Net::Server::Mail

2002-11-10 Thread Olivier Poitrey
_brian_d_foy <[EMAIL PROTECTED]> writes: >> > shouldn't this be Net::ESMTP and Net::LMTP then? >> >> Net::ESMTP and Net::LMTP are client-side protocols >> implementations. Net::Server::Mail::* are server-side ones. > > ah, okay. > > i think this should be in Mail::* somewhere. perhaps Mail::Serv

Re: Module submission Net::Server::Mail

2002-11-10 Thread Olivier Poitrey
_brian_d_foy <[EMAIL PROTECTED]> writes: >> Other SMTPd implementations don't support useful ESMTP extensions >> and the LMTP protocol. > > shouldn't this be Net::ESMTP and Net::LMTP then? Net::ESMTP and Net::LMTP are client-side protocols implementations. Net::Server::Mail::* are server

PAUSE id request / Apache::SharedMem and Apache::Cache

2001-06-22 Thread Olivier Poitrey
name: Olivier Poitrey email: [EMAIL PROTECTED] prefered id:RSOLIV description: I'm currently working on two modules for the apache web server that I would like to share with the CPAN's community. The first module make it easier to share data between children