email_pop
POP mail retrieval object.
Target
Signature
1email_pop(...)POP mail retrieval object.
email_pop constructs or identifies a LaiRu value type. email_pop performs network or protocol work. Make timeouts, encodings, and authentication settings visible in calling code so failures are easier to diagnose.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1email_pop(-host='mail.example.com')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.