<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,7 @@
 ;; Commercial Software developed at private expense as specified in
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
 ;;
-;; $Id: imap.cl,v 1.15 2000/06/08 14:31:11 jkf Exp $
+;; $Id: imap.cl,v 1.16 2000/06/08 14:41:00 jkf Exp $
 
 ;; Description:
 ;;
@@ -1358,7 +1358,8 @@
 		     (concatenate 'string (cdr (car headers))
 				  &quot; &quot; 
 				  value)))))))
-    headers))
+    (values headers
+	    (subseq text next end))))
 
 
 (defun make-envelope-from-text (text)</diff>
      <filename>imap.cl</filename>
    </modified>
    <modified>
      <diff>@@ -1018,11 +1018,13 @@ will contain the current count of messages in the mailbox.&lt;/p&gt;
 
 &lt;p&gt;&lt;strong&gt;text&lt;/strong&gt; is a string that is the first part of a mail message, including
 at least all of the headers lines and the blank line following the headers.&amp;nbsp; This
-function parses the header lines and returns an assoc list where each item has the form &lt;strong&gt;
-(header . value)&lt;/strong&gt;.&amp;nbsp;&amp;nbsp; Both the &lt;strong&gt;header&lt;/strong&gt; and &lt;strong&gt;value&lt;/strong&gt;
+function parses the header lines and returns an assoc list where each item has the form &lt;strong&gt;(header
+. value)&lt;/strong&gt;.&amp;nbsp;&amp;nbsp; Both the &lt;strong&gt;header&lt;/strong&gt; and &lt;strong&gt;value&lt;/strong&gt;
 are strings.&amp;nbsp; Note that header names will most likely be mixed case (but this is not
 a requirment) so you'll want to use &lt;strong&gt;:test #'equalp&lt;/strong&gt; when searching for a
-particular header with &lt;strong&gt;assoc&lt;/strong&gt;. &lt;/p&gt;
+particular header with &lt;strong&gt;assoc&lt;/strong&gt;.&amp;nbsp;&amp;nbsp; &lt;strong&gt;parse-mail-header&lt;/strong&gt;
+returns as a second value a string that is everything after the headers (which is often
+referred to as the body of the message).&lt;/p&gt;
 
 &lt;p&gt;&amp;nbsp;&lt;/p&gt;
 </diff>
      <filename>imap.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eaa80812061b749a38e37d76359f1832185a56dd</id>
    </parent>
  </parents>
  <author>
    <name>jkf</name>
    <email>jkf</email>
  </author>
  <url>http://github.com/franzinc/imap/commit/539b7bffead9b2a34f541e80f67815368376d154</url>
  <id>539b7bffead9b2a34f541e80f67815368376d154</id>
  <committed-date>2000-06-08T07:41:00-07:00</committed-date>
  <authored-date>2000-06-08T07:41:00-07:00</authored-date>
  <message>minor update</message>
  <tree>ab8747112c9d219a2dd7a076faaac6de55741540</tree>
  <committer>
    <name>jkf</name>
    <email>jkf</email>
  </committer>
</commit>
