GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mail::AuthenticationResults::FoldableHeader(3) User Contributed Perl Documentation Mail::AuthenticationResults::FoldableHeader(3)

Mail::AuthenticationResults::FoldableHeader - Class for modelling a foldable header string

version 2.20210915

Class representing a foldable Authentication Results header string

Return a new instance of this class

Return the current eol marker.

Set the current eol marker.

Return the current base indent string.

Defaults to 4 spaces.

Set the current base indent string.

Return the current fold indent string. This is added to the current indent for folded headers.

Defaults to 2 spaces.

Set the current fold indent string.

Return the length of header line for triggering a fold attempt

Set the length of header line for triggering a fold attempt.

Defaults to 800.

Return the length of header line for forcing a fold.

Set the length of header line for forcing a fold.

Defaults to 900.

Add $string to this header string

In this context, string can include a quoted string, or a string with assignment operators embedded within it. A string is a unit of data which we do not want to break with a fold.

Add a space $string to this header string

In this context, a space can be a single space, multiple spaces, or a folding space. A space is a unit of data which would be an ideal spot to insert a fold.

Add a separator $string to this header string

In this context, a separator is the ; string or the / string.

Add a comment $string to this header string

In this context, a comment is a comment string. A comment is a unit of data which we do not want to break with a fold.

Add an assignment $string to this header string

In this context, as assignment is the = string.

Return the current header string

Marc Bradshaw <marc@marcbradshaw.net>

This 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.

2021-09-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.