[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-mail/src/java/org/jboss/mail/imap4        ...
From:       Andy Oliver <acoliver () jboss ! org>
Date:       2006-03-31 21:55:58
Message-ID: E1FPRb4-0007Bf-Bm () committer01 ! frg ! pub ! inap ! atl ! jboss ! com
[Download RAW message or body]

  User: acoliver
  Date: 06/03/31 16:55:58

  Modified:    src/java/org/jboss/mail/imap4        IMAP4Constants.java
                        IMAP4Protocol.java IMAP4ProtocolInstance.java
                        IMAP4Request.java MutableIMAP4Request.java
                        IMAP4Response.java IMAP4ProtocolMBean.java
  Log:
  fixed (c) headers, removed no-longer-used files, added missing authors, version tags, basic cleanup/tcb
  
  Revision  Changes    Path
  1.2       +21 -4     jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Constants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4Constants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Constants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- IMAP4Constants.java	25 Aug 2005 16:31:53 -0000	1.1
  +++ IMAP4Constants.java	31 Mar 2006 21:55:58 -0000	1.2
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   /**
  @@ -11,6 +27,7 @@
    * 
    * @author Kabir Khan
    * @author Thorsten Kunz
  + * @version $Revision: 1.2 $
    */
   public interface IMAP4Constants {
   
  
  
  
  1.4       +21 -4     jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Protocol.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4Protocol.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Protocol.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- IMAP4Protocol.java	25 Jan 2006 19:02:52 -0000	1.3
  +++ IMAP4Protocol.java	31 Mar 2006 21:55:58 -0000	1.4
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import java.lang.reflect.Method;
  @@ -26,6 +42,7 @@
    * 
    * @author Eric Daugherty
    * @author Thorsten Kunz
  + * @version $Revision: 1.4 $
    */
   public class IMAP4Protocol extends ServiceMBeanSupport implements IMAP4ProtocolMBean,
         IMAP4Constants {
  
  
  
  1.5       +25 -12    jboss-mail/src/java/org/jboss/mail/imap4/IMAP4ProtocolInstance.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4ProtocolInstance.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4ProtocolInstance.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- IMAP4ProtocolInstance.java	31 Mar 2006 20:36:00 -0000	1.4
  +++ IMAP4ProtocolInstance.java	31 Mar 2006 21:55:58 -0000	1.5
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import java.io.IOException;
  @@ -15,10 +31,11 @@
   import java.util.Date;
   import java.util.List;
   import java.util.Map;
  -import java.util.StringTokenizer;
   
   import javax.management.ObjectName;
   
  +import org.jboss.aspects.tx.Tx;
  +import org.jboss.aspects.tx.TxType;
   import org.jboss.logging.Logger;
   import org.jboss.mail.AbstractProtocol;
   import org.jboss.mail.AbstractResponse;
  @@ -27,28 +44,24 @@
   import org.jboss.mail.Request;
   import org.jboss.mail.Response;
   import org.jboss.mail.ServerThread;
  -import org.jboss.mail.imap4.handlers.IMAP4Handler;
  -import org.jboss.mail.imap4.handlers.IMAP4UserMessages;
  -import org.jboss.mail.imap4.parser.ImapLineParser;
   import org.jboss.mail.imap4.commands.AbstractImapCommand;
  -import org.jboss.mail.mailbox.MessageData;
  +import org.jboss.mail.imap4.parser.ImapLineParser;
   import org.jboss.mail.mailbox.Folder;
   import org.jboss.mail.mailbox.MailboxService;
  +import org.jboss.mail.mailbox.MessageData;
   import org.jboss.mail.message.MailBody;
   import org.jboss.mail.pop3.POP3Constants;
   import org.jboss.mail.smtp.SMTPProtocolInstance;
   import org.jboss.mail.userrepository.UserRepository;
   import org.w3c.dom.Element;
   
  -import org.jboss.aspects.tx.Tx;
  -import org.jboss.aspects.tx.TxType;
  -
   /**
    * Service Proxy created by the MBean which is used by the Server (actually
    * ServerThread) to implement the protocol.
    * 
    * @author Eric Daugherty
    * @author Thorsten Kunz
  + * @version $Revision: 1.5 $
    */
   public class IMAP4ProtocolInstance extends AbstractProtocol implements Protocol {
   
  
  
  
  1.3       +21 -4     jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Request.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4Request.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Request.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IMAP4Request.java	31 Mar 2006 20:36:00 -0000	1.2
  +++ IMAP4Request.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import org.jboss.mail.Protocol;
  @@ -19,6 +35,7 @@
    * IMAP4-specific request properties
    * 
    * @author Thorsten Kunz
  + * @version $Revision: 1.3 $
    */
   public interface IMAP4Request extends Request {
   
  
  
  
  1.3       +22 -4     jboss-mail/src/java/org/jboss/mail/imap4/MutableIMAP4Request.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MutableIMAP4Request.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/MutableIMAP4Request.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MutableIMAP4Request.java	31 Mar 2006 20:36:00 -0000	1.2
  +++ MutableIMAP4Request.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import java.io.InputStream;
  @@ -20,6 +36,8 @@
    * 
    * @author Eric Daugherty
    * @author Thorsten Kunz
  + * @author Andrew C. Oliver <acoliver ot jboss dat org>
  + * @version $Revision: 1.3 $
    */
   public class MutableIMAP4Request implements IMAP4Request, Request {
   
  
  
  
  1.2       +27 -4     jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Response.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4Response.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4Response.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- IMAP4Response.java	25 Aug 2005 16:31:53 -0000	1.1
  +++ IMAP4Response.java	31 Mar 2006 21:55:58 -0000	1.2
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import java.io.OutputStream;
  @@ -12,6 +28,13 @@
   import org.jboss.mail.Request;
   import org.jboss.mail.Response;
   
  +/**
  + * The specific IMAP4Response type extends the basic response with various
  + * IMAP4-specific response properties
  + * 
  + * @author Thorsten Kunz
  + * @version $Revision: 1.2 $
  + */
   public class IMAP4Response extends AbstractResponse implements Response {
   
      /**
  
  
  
  1.3       +22 -4     jboss-mail/src/java/org/jboss/mail/imap4/IMAP4ProtocolMBean.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IMAP4ProtocolMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/imap4/IMAP4ProtocolMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IMAP4ProtocolMBean.java	19 Jan 2006 17:59:19 -0000	1.2
  +++ IMAP4ProtocolMBean.java	31 Mar 2006 21:55:58 -0000	1.3
  @@ -1,8 +1,24 @@
   /*
  - * JBoss, the OpenSource J2EE webOS
  - * 
  - * Distributable under LGPL license. See terms of license at gnu.org.
  - */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2006, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.mail.imap4;
   
   import org.jboss.mail.ProtocolFactory;
  @@ -13,6 +29,8 @@
    * IMAP4Protocol is used by clients to retrieve mail.
    * 
    * @author Eric Daugherty
  + * @author Thorsten Kunz
  + * @version $Revision: 1.3 $
    */
   public interface IMAP4ProtocolMBean extends ProtocolFactory {
      /**
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic