Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-09-12 15:53:08 +07:00
parent 145bd6b939
commit f072b01042

View File

@@ -72,7 +72,8 @@ def email_send(
def email_split_tuples(text: str) -> list[str]: ...
def email_split(text: str) -> list[str]: ...
def email_split_and_format(text: str) -> list[str]: ...
def email_normalize(text: str) -> str | Literal[False]: ...
def email_normalize(text: str, force_single: bool = ...) -> str | Literal[False]: ...
def email_normalize_all(text: str) -> list[str]: ...
def email_escape_char(email_address: str) -> str: ...
def email_domain_extract(email: str) -> str | Literal[False]: ...
def decode_message_header(