Index: openacs-4/packages/acs-mail-lite/www/doc/incoming-email-legacy-notes.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/incoming-email-legacy-notes.adp,v diff -u -r1.4.2.3 -r1.4.2.4 --- openacs-4/packages/acs-mail-lite/www/doc/incoming-email-legacy-notes.adp 21 Nov 2019 19:08:47 -0000 1.4.2.3 +++ openacs-4/packages/acs-mail-lite/www/doc/incoming-email-legacy-notes.adp 3 Jul 2020 07:53:44 -0000 1.4.2.4 @@ -52,7 +52,7 @@

The headers consists of a list with header names as keys and their corresponding values. - All keys are lower case. + All keys are lowercase.

@@ -156,7 +156,7 @@ foreach part $all_parts { # Attachments have a "Content-disposition" part - # Therefore we filter out if it is an attachment here + # Therefore, we filter out if it is an attachment here if {[catch {mime::getheader $part Content-disposition}]} { switch [mime::getproperty $part content] { "text/plain" { @@ -191,7 +191,7 @@

- Note that the files ie attachments are actually stored in the /tmp directory from where they can be processed further. + Note that the files i.e. attachments are actually stored in the /tmp directory from where they can be processed further. It is up to the callback to decide if to import the file into OpenACS or not. Once all callbacks have been fired files in /tmp will have to be deleted again though.

@@ -487,7 +487,7 @@

Cleanup