b.u.simplemapi : module documentation

Part of bzrlib.util

Copyright (c) 2007 Ian Cook and John Popplewell

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Date    : 11 August 2007
Version : 1.0.1
Contact : John Popplewell
Email   : john@johnnypops.demon.co.uk
Web     : http://www.johnnypops.demon.co.uk/python/
Origin  : Based on the original script by Ian Cook
          http://www.kirbyfooty.com/simplemapi.py
Comments: Works (and tested) with:
          Outlook Express, Outlook 97 and 2000,
          Eudora, Incredimail and Mozilla Thunderbird (1.5.0.2)
Thanks  : Werner F. Bruhin and Michele Petrazzo on the ctypes list.

If you have any bug-fixes, enhancements or suggestions regarding this
software, please contact me at the above email address.
Class MapiRecipDesc Undocumented
Class MapiFileDesc Undocumented
Class MapiMessage Undocumented
Class MAPIError Undocumented
Function SendMail Post an e-mail message using Simple MAPI
Function _logon Undocumented
Function _logoff Undocumented
Function _resolveName Undocumented
Function _sendMail Undocumented
def _logon(profileName=None, password=None):
Undocumented
def _logoff(session):
Undocumented
def _resolveName(session, name):
Undocumented
def _sendMail(session, recipient, subject, body, attach):
Undocumented
def SendMail(recipient, subject='', body='', attachfiles=''):
Post an e-mail message using Simple MAPI

recipient - string: address to send to (multiple addresses separated with a semicolon) subject - string: subject header body - string: message text attach - string: files to attach (multiple attachments separated with a semicolon)

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.