ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class OWA.OWA(system, config)

This is the parent of all <no title> implementors that use Outlook Web App to do webmail.

Parameters:

  • system: the <no title> object connecting this user to the target

  • config: the <no title> object defining this user

confirm_login()

Check whether or not the login was successful, or at least whether or not someone is currently logged in.

delete()

Delete the currently selected message

has_attachments()

Return whether there are any attachments on the currently selected message

open()

Unlike other instances of <no title> we need to both open and login, so let’s do both here since that’s what the caller wanted.

save_attachments(directory)

Save all the attachments on the current message to the given directory.

submit_login()

The login name and password have been entered, submit it for logging in