Hashtables, buckets and Apple Mail Directory entries

If you examine the Mail directory structure for each mailbox there is a string of subdirectories ending in one that will contain the actual messages, if any. Are these intermediate folders actually search buckets for the search function in the Mail app? I have unsuccessfully tried to attach a screen shot from my machine, but can email it if someone will give me a destination address.

asked 02 Apr '12, 13:05

biged14's gravatar image

biged14
26125
accept rate: 0%


One Answer:

Mail.app uses the Maildir spec IIRC.

http://en.wikipedia.org/wiki/Maildir

Think of it more like a filesystem with a strict naming hierarchy then an in-memory structure.

It used to use mbox, but they switched to individual files for each message for Spotlight compatibility.

link

answered 02 Apr '12, 13:47

mhurron's gravatar image

mhurron
2.6k11135

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15,237
×33
×9
×6
×1

Asked: 02 Apr '12, 13:05

Seen: 191 times

Last updated: 02 Apr '12, 13:47