diff options
author | lpsolit%gmail.com <> | 2007-09-15 02:23:47 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-09-15 02:23:47 +0200 |
commit | 970b7effcf54bcb9ca57dbe2cdcb0ff88f56eddb (patch) | |
tree | b3bb19813d81c835a738b2a51bad4e5b5f9b2536 | |
parent | 557cdf7a022c8ce7bf51b2320409202a16204868 (diff) | |
download | bugzilla-970b7effcf54bcb9ca57dbe2cdcb0ff88f56eddb.tar.gz bugzilla-970b7effcf54bcb9ca57dbe2cdcb0ff88f56eddb.tar.xz |
Bug 395727: email_in.pl has not ability to add attachments by email, as documentation says - Patch by fedor ezeev <fe@alterplast.ru> r=Colin r=mkanat a=mkanat
-rw-r--r-- | email_in.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/email_in.pl b/email_in.pl index 4bcf4438e..be9abadea 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<Email::MIME::Attachment::Stripper> 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. |