[jboss-cvs] jboss-mail/src/java/org/jboss/mail/message ...

Andy Oliver acoliver at jboss.org
Mon Jul 24 15:27:47 EDT 2006


  User: acoliver
  Date: 06/07/24 15:27:47

  Modified:    src/java/org/jboss/mail/message  Mail.java
  Log:
  IMAP works again...pieces of my (still private) BODYSTRUCTURE...  I still have a lot of stuff to commit but this patch makes it easier to work with mike on folder stuff
  
  Revision  Changes    Path
  1.40      +4 -9      jboss-mail/src/java/org/jboss/mail/message/Mail.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Mail.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/java/org/jboss/mail/message/Mail.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- Mail.java	11 Jun 2006 19:42:10 -0000	1.39
  +++ Mail.java	24 Jul 2006 19:27:47 -0000	1.40
  @@ -58,7 +58,7 @@
    * @author Andrew C. Oliver
    * @author Eric Daugherty
    * @auther Michael Barker
  - * @version $Revision: 1.39 $
  + * @version $Revision: 1.40 $
    */
   public class Mail implements Message, Serializable {
      private final static byte CR = (byte) '\r';
  @@ -118,8 +118,6 @@
           calculateMessageSize();
       }
      
  -
  -    
   	public void addTo(MailAddress addy) {
           to.add(new EnvelopedAddress(addy, javax.mail.Message.RecipientType.TO));
       }
  @@ -192,7 +190,6 @@
           return false;
       }
   
  -
       /**
        * should print the org.jboss.org.jboss.mail headers.
        * 
  @@ -673,6 +670,4 @@
           }
           return bodies;
       }
  -    
  -    
   }
  
  
  



More information about the jboss-cvs-commits mailing list