You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
doc > transport status codes for email (0x01)
|
|
|
|
// smtp
|
|
|
|
hex cannot_reach_smtp_server 0x01801001;
|
|
hex unknown_smtp_error 0x01801fff;
|
|
|
|
// imap
|
|
|
|
hex cannot_reach_imap_server 0x01802001;
|
|
hex unknown_imap_error 0x01802fff;
|
|
|