C# Class hMailServer.Core.Protocols.SMTP.TransmissionPeriodRemover

In some mail protocols (POP3 and IMAP), dots are escaped in the transmission of the data. If a line starts with two dots, then one of them should be removed. This is because a dot on an empty line otherwise indicates end-of-transmission.
Afficher le fichier Open project: hmailserver/hmailserver-net Class Usage Examples

Méthodes publiques

Méthode Description
Process ( Stream input, Stream output, int inputBytesToProcess ) : void

Method Details

Process() public static méthode

public static Process ( Stream input, Stream output, int inputBytesToProcess ) : void
input Stream
output Stream
inputBytesToProcess int
Résultat void