LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
mailmerge.PyMailPOP3Service Class Reference
Inheritance diagram for mailmerge.PyMailPOP3Service:
[legend]
Collaboration diagram for mailmerge.PyMailPOP3Service:
[legend]

Public Member Functions

def __init__ (self, ctx)
 
def addConnectionListener (self, xListener)
 
def removeConnectionListener (self, xListener)
 
def getSupportedConnectionTypes (self)
 
def connect (self, xConnectionContext, xAuthenticator)
 
def disconnect (self)
 
def isConnected (self)
 
def getCurrentConnectionContext (self)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 ctx
 
 listeners
 
 supportedtypes
 
 server
 
 connectioncontext
 
 notify
 

Detailed Description

Definition at line 333 of file mailmerge.py.

Constructor & Destructor Documentation

◆ __init__()

def mailmerge.PyMailPOP3Service.__init__ (   self,
  ctx 
)

Definition at line 334 of file mailmerge.py.

Member Function Documentation

◆ addConnectionListener()

def mailmerge.PyMailPOP3Service.addConnectionListener (   self,
  xListener 
)

◆ connect()

def mailmerge.PyMailPOP3Service.connect (   self,
  xConnectionContext,
  xAuthenticator 
)

◆ disconnect()

def mailmerge.PyMailPOP3Service.disconnect (   self)

◆ getCurrentConnectionContext()

def mailmerge.PyMailPOP3Service.getCurrentConnectionContext (   self)

◆ getSupportedConnectionTypes()

def mailmerge.PyMailPOP3Service.getSupportedConnectionTypes (   self)

◆ isConnected()

def mailmerge.PyMailPOP3Service.isConnected (   self)

◆ removeConnectionListener()

def mailmerge.PyMailPOP3Service.removeConnectionListener (   self,
  xListener 
)

Member Data Documentation

◆ connectioncontext

mailmerge.PyMailPOP3Service.connectioncontext

◆ ctx

mailmerge.PyMailPOP3Service.ctx

◆ listeners

mailmerge.PyMailPOP3Service.listeners

◆ notify

mailmerge.PyMailPOP3Service.notify

◆ server

mailmerge.PyMailPOP3Service.server

◆ supportedtypes

mailmerge.PyMailPOP3Service.supportedtypes

The documentation for this class was generated from the following file: