Support class for MultiPart Mime Messages
Check if the given string is “printable”
Checks that a string contains no unprintable characters. If this returns false, encode the string for secure delivery.
| Parameters: | string – |
|---|---|
| Return type: | bool |
Converts a string into quoted printable format.
| Parameters: | string – |
|---|---|
| Return type: | string |
Encode a given string with the QUOTED_PRINTABLE mechanism for Mail Headers.
Mail headers depend on an extended quoted printable algorithm otherwise a range of bugs can occur.
| Parameters: | |
|---|---|
| Return type: | string |
Retrieves the first token from a quoted printable string.
| Parameters: | string – |
|---|---|
| Return type: | string |
Encode the given string with the given encoding.
| Parameters: |
|
|---|---|
| Return type: | string |
Return a MIME boundary
| Return type: | string |
|---|