1MIME::Field::ContDisp(3U)ser Contributed Perl DocumentatiMoInME::Field::ContDisp(3)
2
3
4

NAME

6       MIME::Field::ContDisp - a "Content-disposition" field
7

DESCRIPTION

9       A subclass of Mail::Field.
10
11       Don't use this class directly... its name may change in the future!
12       Instead, ask Mail::Field for new instances based on the field name!
13

SYNOPSIS

15           use Mail::Field;
16           use MIME::Head;
17
18           # Create an instance from some text:
19           $field = Mail::Field->new('Content-disposition', $text);
20
21           # Inline or attachment?
22           $type = $field->type;
23
24           # Recommended filename?
25           $filename = $field->filename;
26

SEE ALSO

28       MIME::Field::ParamVal, Mail::Field
29

AUTHOR

31       Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).
32       Dianne Skoll (dfs@roaringpenguin.com) http://www.roaringpenguin.com
33
34
35
36perl v5.30.1                      2020-01-30          MIME::Field::ContDisp(3)
Impressum