How Domino® modifies mail files to support IMAP
IMAP clients use a standard Domino® mail file that must be specially enabled for IMAP. If you enable IMAP access for the mail file of a registered Notes® user, the user can access the file from either the Notes® client or from an IMAP client.
A standard Domino® mail file stores information about the messages it contains within database items of the message. Notes® clients can read and interpret the information stored in these items, but IMAP clients cannot. To support IMAP clients and store IMAP-specific information, the Domino® mail file requires the addition of special IMAP database items.
IMAP stores message information within its own set of attributes. For a Domino® mail file to be used with IMAP, Notes/Domino items in the mail file have to be translated into IMAP attributes. In addition, the mail file must be set up so that all future messages delivered to it store attribute information in IMAP format.
To enable IMAP clients to access Domino® mail files, run the mail conversion utility. The conversion process places information about each message, such as its message ID and folder location, into the message's IMAP attributes, and sets a flag in the mail file that notifies the Router to add these IMAP attributes when delivering future messages.
사용자가 IMAP 서비스에 로그인하기 전에 변환 유틸리티를 수동으로 실행하여 메일 파일을 변환하거나, 사용자가 처음 로그인할 때 IMAP 서비스가 자동으로 메일 파일을 변환하도록 설정할 수 있습니다.
메시지 헤더의 클라이언트 다운로드를 개선하기 위한 추가 IMAP 속성
IMAP 클라이언트가 IMAP 지원 메일 파일을 열면 서버에 FETCH 명령을 실행하여 메시지 헤더를 표시하는 데 필요한 정보를 요청합니다. IMAP 클라이언트가 메시지 헤더를 다운로드할 때 성능을 개선하기 위해 라우터는 IMAP 지원 메일 파일에 전달되는 메시지에 다음과 같은 IMAP 속성을 추가합니다.
$Content_Type
IMAP_BodyStruct
IMAP_RFC822Size
이러한 속성에는 메시지의 MIME 콘텐츠 유형, 구조 및 크기에 대한 요약 정보가 포함되어 있습니다. 속성이 어떻게 사용되는지는 클라이언트에 따라 달라집니다. 거의 모든 고객이 사이즈 정보를 요청합니다. 또한 일부 요청은 유형과 본문 구조 정보를 제공합니다. 이러한 요약 속성이 있으면 IMAP 서비스가 클라이언트 FETCH 요청에 대한 응답으로 메시지 헤더를 반환할 때 각 메시지를 열어 정보를 얻는 대신, 속성 정보를 사용하여 요청을 충족시킵니다. 결과적으로 클라이언트는 요약 속성이 없는 경우보다 훨씬 더 빠르게 메시지 헤더를 표시합니다. 향상된 응답 시간은 Notes® 서식 있는 텍스트 형식의 메시지가 많은 비중을 차지하는 대용량 메일 파일의 경우 특히 중요합니다.
IMAP 사용을 위해 메일 파일을 활성화하기 위해 변환 유틸리티를 실행한 후에는 다음을 사용하여 변환 유틸리티를 두 번째로 실행해야 합니다. -h
옵션을 사용하여 이러한 속성을 메시지에 추가합니다. 메일 파일을 IMAP에서 사용할 수 있도록 하기 위해 수행한 초기 메일 파일 변환은 CONVERT를 수동으로 실행하든 IMAP 서비스에서 자동으로 메일 파일을 활성화하든 기존 메시지에 IMAP 관련 속성을 추가하지 않습니다. 따라서 IMAP가 활성화되기 전에 메일 파일에 추가된 메시지에는 이러한 요약 속성이 포함되지 않습니다.
After you enable a mail file for IMAP use, the Router automatically adds these IMAP attributes to messages, if the mail storage preference is set to Prefers MIME in the user's Person document. However it does not add them to messages stored in Notes® rich text format.