LibreOffice Module scripting (master) 1
Classes | Variables
mailmerge Namespace Reference

Classes

class  PyMailIMAPService
 
class  PyMailMessage
 
class  PyMailPOP3Service
 
class  PyMailServiceProvider
 
class  PyMailSMTPService
 

Variables

bool dbg = False
 
 g_ImplementationHelper = unohelper.ImplementationHelper()
 
string g_providerImplName = "org.openoffice.pyuno.MailServiceProvider"
 
string g_messageImplName = "org.openoffice.pyuno.MailMessage"
 

Variable Documentation

◆ dbg

bool mailmerge.dbg = False

Definition at line 51 of file mailmerge.py.

◆ g_ImplementationHelper

mailmerge.g_ImplementationHelper = unohelper.ImplementationHelper()

Definition at line 54 of file mailmerge.py.

◆ g_messageImplName

string mailmerge.g_messageImplName = "org.openoffice.pyuno.MailMessage"

Definition at line 56 of file mailmerge.py.

◆ g_providerImplName

string mailmerge.g_providerImplName = "org.openoffice.pyuno.MailServiceProvider"

Definition at line 55 of file mailmerge.py.