Module pop3_codec::parse[][src]

Functions

command

Parses any command.

greeting

Parses the server greeting.

response_apop

Parses the response to the Apop command.

response_auth_all

Parses the response to the AuthAll command, i.e. AUTH when used without a parameter.

response_capa

Parses the response to the Capa command.

response_dele

Parses the response to the Dele command.

response_lang

Parses the response to the Lang command, i.e. LANG when used with a parameter.

response_lang_all

Parses the response to the LangAll command, i.e. LANG when used without a parameter.

response_list

Parses the response to the List command, i.e. LIST with a parameter.

response_list_all

Parses the response to the ListAll command, i.e. LIST without a parameter.

response_noop

Parses the response to the Noop command.

response_pass

Parses the response to the Pass command.

response_quit

Parses the response to the Quit command.

response_retr

Parses the response to the Retr command.

response_rset

Parses the response to the Rset command.

response_stat

Parses the response to the Stat command.

response_stls

Parses the response to the Stls command.

response_top

Parses the response to the Top command.

response_uidl

Parses the response to the Uidl command, i.e. UIDL when used with a parameter.

response_uidl_all

Parses the response to the UidlAll command, i.e. UIDL when used without a parameter.

response_user

Parses the response to the User command.

response_utf8

Parses the response to the Utf8 command.