Skip Navigation
 Search | Directories | Reference Tools
UW Home > UWIN > Computing and Networking 

Email mailbox format change

Date: June 20, 2007

What changes are being made?

Email clients talk to the server, the server talks to the folders

Because desktop email programs do not interact directly with mailboxes, the change to the MIX mailbox format will not result in any visible change for most programs.

During this summer, UW Technology changed the format used for email mailboxes (sometimes called "folders") on the central UW Email systems from MBX to MIX. Because email clients connect to the IMAP email server, which in turn interacts with the folders, for most users this change will not be visible.

What will users of UW Email see?

For most users, the change has no visible effect other than greater speed in accessing mailboxes and messages. However, because of variations in how email clients work, users may see some of the following behaviors:

No changes are needed in the configuration of email clients.

Why make the changes?

The change in mailbox format is being made for the following reasons:

When will the changes be made?

Most email accounts will be converted to the new format during the late summer. The change will be announced in advance through the TechSupport list and in a news article on the Computing and Networking site.

What is the difference between MBX and MIX

In the old MBX format, a mailbox and the messages it contains are all written in a single file, the contents of which are accessed with random-access reads and writes.

the MIX format manages an email mailbox as files within a directory, with each file containing a particular type of information about the mailbox. Examples of such information are metadata about the mailbox, an index of messages, data on message status, and the messages themselves, each type of information in a separate file.

With MIX, the directory containing a mailboxes' information and contents can also contain a subdirectory that holds the contents of a sub-mailbox (a mailbox within the mailbox). Such directories set up to store messages and subdirectories are called "dual-use mailboxes" since they are both a mailbox (containing messages) and a directory (containing sub-mailboxes).

Because the MIX format is substantially different from the old MBX format, direct access to the email server using ssh/scp will no longer be supported.

More information