Paradigms for Accessing Remote Message Stores

There are three paradigms for accessing Message Stores (mailbox) remotely.

  • Offline: In offline operation, a email client application or "mail user agent" (MUA) fetches messages from a mail server to the machine where the mail program is running, and then deletes them from the server.

  • Online: In online operation, a email client application fetches messages and manipulate them remotely, but messages are left on the mail server.

  • Disconnected: In disconnected operation, a mail client connects to the mail server, makes a cache copy of selected messages, and disconnects from the server. When the application reconnects, it resynchronize with the server.

In both online and disconnected access modes, mail is left on the server, which is important when different computers are used at different times to access messages. Post Office Protocol (POP) and the Internet Message Access Protocol (IMAP) protocols support all the three modes.

Related concepts