UUEncoder Class |
public class UUEncoder : IMimeEncoder
The UUEncoder type exposes the following members.
Name | Description | |
---|---|---|
Clone | Clone the UUEncoder with its current state. | |
Encode | Encode the specified input into the output buffer. | |
Equals | (Inherited from Object) | |
EstimateOutputLength | Estimate the length of the output. | |
Finalize | (Inherited from Object) | |
Flush | Encode the specified input into the output buffer, flushing any internal buffer state as well. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Reset | Reset the encoder. | |
ToString | (Inherited from Object) |
The UUEncoding is an encoding that predates MIME and was used to encode binary content such as images and other types of multi-media to ensure that the data remained intact when sent via 7bit transports such as SMTP.
These days, the UUEncoding has largely been deprecated in favour of the base64 encoding, however, some older mail clients still use it.