Previous Topic

Next Topic

Book Contents

Book Index

How Lotus Notes support MIME

The Lotus Notes client will by default try to simplify and hide some of the cumbersome MIME details. When you for example open a MIME mail, Lotus Notes will automatically distill the MIME parts into normal ordinary richtext. You can see this behavior if you follow these steps:

The Domino server has something to say ...

How MIME messages should be treated on your system, can be controlled by changing different settings throughout your system. First and foremost can the Domino server convert incoming MIME messages to Notes richtext before you even see them in your inbox.

Go to your person document in the public directory (formerly called Name and Address book), and look for the mail settings. In Domino 6 the part looks like this:

Look at the field Format preference for incoming mail. Valid options are;

In Domino R5 and R4 environments, the option No Preference is equivalent to Keep in senders' format.

And your Lotus Notes client preferences have something to say ...

You can further instruct your Lotus Notes client to treat MIME. Look at the Lotus Notes client Preferences below (select File -> Preferences -> User Preferences):

You can also control how your Lotus Notes client will send e-mail, and this is controlled from the Mail -> Internet page of the same Preferences dialog. It looks like this;

The valid options are:

The programming interface (API) way of doing it ...

Via it's APIs, application developers can choose if they wan't MIME support or not. This is done by selecting a document mode.

The first mode, which I nickname easy-mode, hide much of the difficult details for the programmer. For example will the raw MIME fields be converted into ordinary richtext fields which are simpler to work with.

The other mode, which I nickname raw-mode, doesn't aid the programmer with anything. Now all MIME fields are present, and a programmer needs to parse the data very differently compared to easy-mode.

See Also

MIME and 822 Text

Background

List Fields - in easy-mode

List Fields - in raw mode

The standards