Uploaded image for project: 'James Mailbox'
  1. James Mailbox
  2. MAILBOX-199

Maildir support for Windows

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • maildir
    • None
    • Windows 7 Professional

    Description

      Propose that Maildir be supported under the Windows platform. To my knowledge, the only technical bar to this is that maildir uses the colon (":") character, which is an illegal character on the NTFS (and I believe also FAT*) filesystem.

      The Maildir standard document[1] that this project refers to, specifies a colon (although quite obliquely). The "standard" clearly was never aimed at use on Windows, but its benefits as a format strike me as sufficiently great that a small deviation is justifiable in order to include it with James and thus increase platform-portability.

      The below patch alters message-naming so that, instead of a literal colon, the local system's path separator character (java.io.File.pathSeparator) is used in each case, giving a colon on *NIX and a semicolon (";") on Windows. (Critique of this particular methodology is welcome.)

      It also includes a quick fix for an issue encountered with file locking on Windows, which calls System.gc() on that platform. There may be other issues like this; I'm searching for them currently.

      [1] http://cr.yp.to/proto/maildir.html

      Discussion about this issue: http://www.mail-archive.com/server-user@james.apache.org/msg14542.html

      Attachments

        1. james-server-winmaildir-v5.patch
          16 kB
          Robin Bankhead
        2. james-server-winmaildir-v6.patch
          18 kB
          Robin Bankhead

        Activity

          People

            Unassigned Unassigned
            headbank Robin Bankhead
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: