You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2001/10/31 15:31:25 UTC

cvs commit: jakarta-james/src/java/org/apache/james/services MailServer.java

serge       01/10/31 06:31:25

  Modified:    src/java/org/apache/james/services MailServer.java
  Log:
  Moving IMAP to proposal directory.
  
  Revision  Changes    Path
  1.4       +5 -10     jakarta-james/src/java/org/apache/james/services/MailServer.java
  
  Index: MailServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/services/MailServer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MailServer.java	2001/09/06 13:19:32	1.3
  +++ MailServer.java	2001/10/31 14:31:25	1.4
  @@ -21,10 +21,10 @@
    * @author  Federico Barbieri <sc...@pop.systemy.it>
    * @author <a href="mailto:charles@benett1.demon.co.uk">Charles Benett</a>
    *
  - * This is $Revision: 1.3 $
  - * Committed on $Date: 2001/09/06 13:19:32 $ by: $Author: donaldp $ 
  + * This is $Revision: 1.4 $
  + * Committed on $Date: 2001/10/31 14:31:25 $ by: $Author: serge $
    */
  -public interface MailServer 
  +public interface MailServer
       extends Service {
   
       String ROLE = "org.apache.james.services.MailServer";
  @@ -32,7 +32,7 @@
       /**
        * Reserved user name for the mail delivery agent for multi-user mailboxes
        */
  -    String MDA = "JamesMDA"; 
  +    String MDA = "JamesMDA";
   
       /**
        * Reserved user name meaning all users for multi-user mailboxes
  @@ -77,8 +77,7 @@
   
       /**
        * Retrieve the primary mailbox for userName. For POP3 style stores this
  -     * is their (sole) mailbox. For IMAP style stores this is the INBOX
  -     * mailbox.
  +     * is their (sole) mailbox.
        *
        * @param sender - the name of the user
        * @returns a reference to an initialised mailbox
  @@ -90,10 +89,6 @@
       /**
        * Adds a new user to the mail system with userName. For POP3 style stores
        * this may only involve adding the user to the UsersStore.
  -     * For IMAP style stores this involves creating malboxes with appropriate
  -     * ACLs. Additional considerations apply if there has been a previous user
  -     * with the same name in an IMAP system.
  -     * mailbox.
        *
        * @param sender - the name of the user
        * @returns a reference to an initialised mailbox
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>