|
NAMEMail::AuthenticationResults::Header - Class modelling the Entire Authentication Results Header setVERSIONversion 2.20210915DESCRIPTIONThis class represents the main Authentication Results setPlease see Mail::AuthenticationResults::Header::Base METHODSset_indent_by( $value )Number of spaces to indent by for as_string()indent_by()Return the number of spaces for as_string() to indent byset_indent_on( $class )The given class will be indentedclear_indent_on( $class )The given class will not be indentedindent_on( $class )Should the given class be indentedset_eol( $eol )Set the eol style for as_stringeol()Return the current eol stylefold_at()Return the current fold at value if setStrings will be folded if longer than this value where possible. set_fold_at( $fold_at )set the current fold_at value for as_stringStrings will be folded if longer than this value where possible. force_fold_at()Return the current force fold at value if setStrings WILL be folded if longer than this value. set_force_fold_at( $fold_at )set the current force_fold_at value for as_stringStrings WILL be folded if longer than this value. set_indent_style( $style )Set the as_string indenting styleOptions are none, entry, subentry, full AUTHORMarc Bradshaw <marc@marcbradshaw.net>COPYRIGHT AND LICENSEThis software is copyright (c) 2021 by Marc Bradshaw.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |