From: lpsolit%gmail.com <> Date: Sat, 15 Sep 2007 00:30:07 +0000 (+0000) Subject: Bug 395727: email_in.pl has not ability to add attachments by email, as documentation... X-Git-Tag: bugzilla-3.0.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374548957271ba5ccbee7a5713a146f02306d0a6;p=thirdparty%2Fbugzilla.git Bug 395727: email_in.pl has not ability to add attachments by email, as documentation says - Patch by fedor ezeev r=Colin r=mkanat a=mkanat --- diff --git a/email_in.pl b/email_in.pl index 4bcf4438e2..be9abadea5 100644 --- a/email_in.pl +++ b/email_in.pl @@ -501,9 +501,9 @@ send an email back to you. If your request succeeds, Bugzilla will not send you anything. If any part of your request fails, all of it will fail. No partial -changes will happen. The only exception is attachments--one attachment -may succeed, and be inserted into the database, and a later attachment -may fail. +changes will happen. + +There is no attachment support yet. =head1 CAUTION @@ -528,7 +528,4 @@ will reject your email, saying that it doesn't contain any text. This is a bug in L that we can't work around. -If you send multiple attachments in one email, they will all be attached, -but Bugzilla may not send an email notice out for all of them. - You cannot modify Flags through the email interface.