C# Class Papercut.Smtp.Processor

The processor.
Afficher le fichier Open project: wiggle/papercut-web Class Usage Examples

Méthodes publiques

Méthode Description
OnMessageReceived ( Connection connection, string file ) : void

The on message received.

ProcessCommand ( Connection connection, object data ) : void

The process command.

Processor ( string mailFolder ) : System

Private Methods

Méthode Description
DATA ( Connection connection ) : void

The data.

EHLO ( Connection connection, string parts ) : void

The ehlo.

HELO ( Connection connection, string parts ) : void

The helo.

MAIL ( Connection connection, string parts ) : void

The mail.

RCPT ( Connection connection, string parts ) : void

The rcpt.

Method Details

OnMessageReceived() public static méthode

The on message received.
public static OnMessageReceived ( Connection connection, string file ) : void
connection Connection /// The connection. ///
file string /// The file. ///
Résultat void

ProcessCommand() public méthode

The process command.
public ProcessCommand ( Connection connection, object data ) : void
connection Connection /// The connection. ///
data object /// The data. ///
Résultat void

Processor() public méthode

public Processor ( string mailFolder ) : System
mailFolder string
Résultat System