mail_catchex v0.1.0 MailCatchex.ServerCallback

Link to this section Summary

Functions

Callback implementation for c::gen_smtp_server_session.code_change/3.

Callback implementation for c::gen_smtp_server_session.handle_DATA/4.

Callback implementation for c::gen_smtp_server_session.handle_EHLO/3.

Callback implementation for c::gen_smtp_server_session.handle_HELO/2.

Callback implementation for c::gen_smtp_server_session.handle_MAIL/2.

Callback implementation for c::gen_smtp_server_session.handle_MAIL_extension/2.

Callback implementation for c::gen_smtp_server_session.handle_RCPT/2.

Callback implementation for c::gen_smtp_server_session.handle_RCPT_extension/2.

Callback implementation for c::gen_smtp_server_session.handle_RSET/1.

Callback implementation for c::gen_smtp_server_session.handle_VRFY/2.

Callback implementation for c::gen_smtp_server_session.handle_other/3.

Link to this section Functions

Link to this function

code_change(vsn, state, extra)

Callback implementation for c::gen_smtp_server_session.code_change/3.

Link to this function

handle_AUTH(type, user, pass, state)

Link to this function

handle_DATA(from, to, data, state)

Callback implementation for c::gen_smtp_server_session.handle_DATA/4.

Link to this function

handle_EHLO(hostname, exts, state)

Callback implementation for c::gen_smtp_server_session.handle_EHLO/3.

Link to this function

handle_HELO(hostname, state)

Callback implementation for c::gen_smtp_server_session.handle_HELO/2.

Link to this function

handle_MAIL(from, state)

Callback implementation for c::gen_smtp_server_session.handle_MAIL/2.

Link to this function

handle_MAIL_extension(ext, state)

Callback implementation for c::gen_smtp_server_session.handle_MAIL_extension/2.

Link to this function

handle_RCPT(to, state)

Callback implementation for c::gen_smtp_server_session.handle_RCPT/2.

Link to this function

handle_RCPT_extension(ext, state)

Callback implementation for c::gen_smtp_server_session.handle_RCPT_extension/2.

Link to this function

handle_RSET(state)

Callback implementation for c::gen_smtp_server_session.handle_RSET/1.

Link to this function

handle_VRFY(address, state)

Callback implementation for c::gen_smtp_server_session.handle_VRFY/2.

Link to this function

handle_other(verb, args, state)

Callback implementation for c::gen_smtp_server_session.handle_other/3.

Link to this function

init(hostname, session_count, address, options)

Link to this function

terminate(reason, state)