+Content-Type: $application/$self->{format}; name="$filename"; |;
+
+ # only set charset for attachements of type text. every other type should not have this field
+ # refer to bug 883 for detailed information
+ if ($application eq 'text' && $self->{charset}) {
+ print OUT qq|charset="$self->{charset}" |;
+ }
+
+ print OUT qq|