module mokadi.mokadi_mails

Short summary

module botadi.mokadi.mokadi_mails

Look into the mail box

source on GitHub

Functions

function

truncated documentation

enumerate_last_mails

Returned the last mails

Documentation

Look into the mail box

source on GitHub

botadi.mokadi.mokadi_mails.enumerate_last_mails(user, pwd, server, nb=5, fLOG=<function noLOG>)

Returned the last mails

Parameters
  • user – user

  • pwd – password

  • server – server something like imap.domain.ext

  • ssl – select IMPA_SSL or IMAP

  • nb – number of mails to retrieve

  • fLOG – logging function

We use the examples from Capturing a single image from my webcam in Java or Python. See pymmails.

source on GitHub