outgoing
latest
  • Configuration
    • The Configuration File
    • Sending Methods
      • command
      • smtp
      • mbox
      • maildir
      • mh
      • mmdf
      • babyl
      • null
    • Passwords
      • base64
      • file
      • env
      • dotenv
      • keyring
  • Core Python API
    • Functions
      • from_config_file()
      • from_dict()
      • get_default_configpath()
    • Sender Objects
      • Sender
        • Sender.__enter__()
        • Sender.__exit__()
        • Sender.send()
    • Exceptions
      • Error
      • InvalidConfigError
        • InvalidConfigError.configpath
        • InvalidConfigError.details
      • InvalidPasswordError
      • MissingConfigError
        • MissingConfigError.configpaths
      • NetrcLookupError
      • UnsupportedEmailError
  • Command-Line Program
    • Options
  • Available Extensions
    • Sending Methods
    • Password Schemes
  • Writing Extensions
    • Writing Sending Methods
    • Writing Password Schemes
  • Utilities for Extension Authors
    • lookup_netrc()
    • resolve_password()
    • resolve_path()
    • OpenClosable
      • OpenClosable.close()
      • OpenClosable.open()
    • Pydantic Types & Models
      • Path
      • FilePath
      • DirectoryPath
      • Password
      • StandardPassword
      • NetrcConfig
        • NetrcConfig.configpath
        • NetrcConfig.host
        • NetrcConfig.netrc
        • NetrcConfig.password
        • NetrcConfig.username
  • Changelog
    • v0.5.0 (2023-02-09)
    • v0.4.0 (2022-10-25)
    • v0.3.2 (2022-09-03)
    • v0.3.1 (2022-01-02)
    • v0.3.0 (2021-10-31)
    • v0.2.5 (2021-09-27)
    • v0.2.4 (2021-08-02)
    • v0.2.3 (2021-07-04)
    • v0.2.2 (2021-07-02)
    • v0.2.1 (2021-05-12)
    • v0.2.0 (2021-03-14)
    • v0.1.0 (2021-03-06)
outgoing
  • Search


© Copyright 2021-2023 John Thorvald Wodder II. Revision 71edff47. Last updated on 2023 Feb 09.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds