13

I'm cleaning up some old Maildir folders, and finding messages with names like:

1095812260.M625118P61205V0300FF04I002DC537_0.redoak.cise.ufl.edu,S=2576:2,ST

They don't show up in my IMAP client, so I presume there's some semaphore indicating the message already got moved somewhere else. Is that the case, and can the files be deleted without remorse?

2 Answers2

17

The 'M' is just part of the unique filename and has nothing to do with the fact that the mail doesn't show up in mail clients.

The 'T' at the end of the filename, after the ':' sign, however tells the IMAP server that this message is Trashed.

See http://cr.yp.to/proto/maildir.html

Erik Forsberg
  • 4,819
  • 3
  • 27
  • 31
  • 1
    I see some `*:2,a` and `*:2,b` files in my Maildir. They are not explained in the document you linked to. I'm using Postfix and Dovecot. – akaihola Aug 27 '12 at 20:18
  • 5
    Dovecot has its own Maildir extensions for representing things like IMAP keywords. See http://wiki2.dovecot.org/MailboxFormat/Maildir. – daf Aug 29 '14 at 19:50
0

IMAP, is a protocol for communicating to a message storage, the actual storage is standardised in other ways. The filename looks like a Maildir filename where I think does not put any meaning into the first part of the filename, but you have to check with your software manual.

Mr Shark
  • 26,068
  • 5
  • 29
  • 37