C# 클래스 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.
파일 보기 프로젝트 열기: hmailserver/hmailserver-net 1 사용 예제들

공개 메소드들

메소드 설명
Process ( Stream input, Stream output, int inputBytesToProcess ) : void

메소드 상세

Process() 공개 정적인 메소드

public static Process ( Stream input, Stream output, int inputBytesToProcess ) : void
input Stream
output Stream
inputBytesToProcess int
리턴 void