add optional limit for updateA, add addAttachment() documentation
authorrobert <robert>
Sun, 11 Apr 2004 20:31:06 +0000 (20:31 +0000)
committerrobert <robert>
Sun, 11 Apr 2004 20:31:06 +0000 (20:31 +0000)
include/classes/email.php-class

index 77d4033822e9280051e6a3f6f07ae8bffea55ec1..5f6454a3835ea432a0cbd3496c3700a4d38e9db3 100755 (executable)
@@ -96,6 +96,9 @@ class email {
   // function addMailText($textpart)
   //   add some text to the mail
   //
   // function addMailText($textpart)
   //   add some text to the mail
   //
+  // function addAttachment($aname, $acontent, [$atype])
+  //   add an attachment to the mail, use given file name, content and MIME type (defaults to application/octet-stream)
+  //
   // function send()
   //   really send the mail
   //
   // function send()
   //   really send the mail
   //