C# Class Papercut.Smtp.Processor

The processor.
Show file Open project: wiggle/papercut-web Class Usage Examples

Public Methods

Method 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

Method 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 method

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

ProcessCommand() public method

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

Processor() public method

public Processor ( string mailFolder ) : System
mailFolder string
return System