[jboss-cvs] jboss-seam/src/mail/org/jboss/seam/mail/ui ...

Peter Muir peter at bleepbleep.org.uk
Sun Jan 28 16:58:54 EST 2007


  User: pmuir   
  Date: 07/01/28 16:58:54

  Modified:    src/mail/org/jboss/seam/mail/ui  UIMessage.java
  Log:
  Get javax.mail.Session from JNDI if available
  
  Revision  Changes    Path
  1.5       +1 -2      jboss-seam/src/mail/org/jboss/seam/mail/ui/UIMessage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIMessage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/UIMessage.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- UIMessage.java	26 Jan 2007 11:42:20 -0000	1.4
  +++ UIMessage.java	28 Jan 2007 21:58:54 -0000	1.5
  @@ -11,12 +11,11 @@
   
   import org.jboss.seam.mail.MailSession;
   
  -import sun.security.action.GetBooleanAction;
   
   /**
    * JSF component which delimites the start and end of the mail message.  
    */
  -// TODO Support read receipt, encoding
  +// TODO Support encoding
   public class UIMessage extends MailComponent
   {
      
  
  
  



More information about the jboss-cvs-commits mailing list