X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=doc%2Fmime.txt;h=39eb3cbe60e8c81986dd3d4643f38d9a3836c0bd;hp=f5b73954ea4fde4bee2a995bee2eb9c86cf6af01;hb=1e63b43003a372f5b420d5696ccb54ff45bd7972;hpb=97ca984f6022b42f5b8f71824b881a9aa7a8dbd6 diff --git a/doc/mime.txt b/doc/mime.txt index f5b73954..39eb3cbe 100644 --- a/doc/mime.txt +++ b/doc/mime.txt @@ -8,7 +8,7 @@ works and how it parses a MIME encoded message. Object Structure ---------------- -There are two objects that are used: "message" and "msg_header". here is a +There are two objects that are used: "message" and "msg_header". Here is a brief overview of what each object contains. msg_header @@ -43,7 +43,7 @@ Getting the Structure --------------------- Previously (version 0.4 and below), SquirrelMail handled all the parsing of the email message. It would read the entire message in, search for -boundaries, and created an array similar to the $message object discribed +boundaries, and create an array similar to the $message object described above. This was very inefficient. Currently, all the parsing of the body of the message takes place on the @@ -78,7 +78,7 @@ NOTE: SquirrelMail passes the MIME Torture Test written by Mark Getting the Body ---------------- -Once all of the structure of the message has been read into the $message +Once all the structure of the message has been read into the $message object, we then need to display the body of one entity. There are a number of ways we decide which entity to display at a certain time, and I won't go into that here.