jasonw      2004/01/07 03:54:34

  Modified:    src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs
                        MBoxMailRepository.java
  Log:
  The mbox repository now uses two digit numeric days in the mbox mail separator. This 
will make the mbox repository more standards compliant and fix problems with some 3rd 
party IMAP/POP3 servers
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.3   +2 -2      
james-server/src/java/org/apache/james/mailrepository/Attic/MBoxMailRepository.java
  
  Index: MBoxMailRepository.java
  ===================================================================
  RCS file: 
/home/cvs/james-server/src/java/org/apache/james/mailrepository/Attic/MBoxMailRepository.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- MBoxMailRepository.java   20 Oct 2003 06:03:15 -0000      1.1.2.2
  +++ MBoxMailRepository.java   7 Jan 2004 11:54:34 -0000       1.1.2.3
  @@ -122,7 +122,7 @@
               implements MailRepository, Component, Contextualizable, Composable, 
Configurable, Initializable {
   
   
  -    static final SimpleDateFormat dy = new SimpleDateFormat("EE MMM d HH:mm:ss 
yyyy", Locale.US);
  +    static final SimpleDateFormat dy = new SimpleDateFormat("EE MMM dd HH:mm:ss 
yyyy", Locale.US);
       static final String LOCKEXT = ".lock";
       static final String WORKEXT = ".work";
       static final int LOCKSLEEPDELAY = 2000; // 2 second back off in the event of a 
problem with the lock file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to