Mail Sender SU
latest

Plan

  • Installation
  • Utilisation
  • API
    • Emails utils
    • Files
    • Login interface
    • Mail interface
    • Attachments
    • Style
    • Message
Mail Sender SU
  • API
  • Éditer sur GitHub

API

Cette partie contient les modules de la librairie mailSenderSU. Ils sont contenus dans le répertoire src.

Importation :

import mailSenderSU.src
  • Emails utils
    • Email
      • Email.get_name_from_address()
      • Email.add_name_to_signature()
    • EmailConnection
      • EmailConnection.connect()
      • EmailConnection.is_valid()
      • EmailConnection.get_list()
      • EmailConnection.send()
      • EmailConnection.close()
  • Files
    • File
      • File.create()
      • File.filename
      • File.read()
      • File.get_list()
      • File.add()
      • File.clear()
  • Login interface
    • LoginInterface
      • LoginInterface.login
      • LoginInterface.username
      • LoginInterface.password
      • LoginInterface.return_connect()
      • LoginInterface.connect()
  • Mail interface
    • MailSenderInterface
      • MailSenderInterface.username
      • MailSenderInterface.password
      • MailSenderInterface.check()
      • MailSenderInterface.send()
  • Attachments
    • Attachments
      • Attachments.attach_files()
      • Attachments.delete_file()
  • Style
    • Style
  • Message
    • show_login_error()
    • show_send()
    • show_from_miss()
    • show_to_miss()
    • show_address_not_valid()
    • show_subject_miss()
    • show_new_user()
    • show_new_contact()
    • show_send_error()
Précédent Suivant

© Droits d'auteur 2020, Quentin Deschamps. Révision 55cac974.

Compilé avec Sphinx en utilisant un thème fourni par Read the Docs.