Lines Matching defs:self
72 def __init__( self, ctx ): argument
81 def addConnectionListener(self, xListener): argument
85 def removeConnectionListener(self, xListener): argument
89 def getSupportedConnectionTypes(self): argument
93 def connect(self, xConnectionContext, xAuthenticator): argument
136 def disconnect(self): argument
144 def isConnected(self): argument
148 def getCurrentConnectionContext(self): argument
152 def sendMailMessage(self, xMailMessage): argument
270 def __init__( self, ctx ): argument
279 def addConnectionListener(self, xListener): argument
283 def removeConnectionListener(self, xListener): argument
287 def getSupportedConnectionTypes(self): argument
291 def connect(self, xConnectionContext, xAuthenticator): argument
321 def disconnect(self): argument
329 def isConnected(self): argument
333 def getCurrentConnectionContext(self): argument
339 def __init__( self, ctx ): argument
348 def addConnectionListener(self, xListener): argument
352 def removeConnectionListener(self, xListener): argument
356 def getSupportedConnectionTypes(self): argument
360 def connect(self, xConnectionContext, xAuthenticator): argument
397 def disconnect(self): argument
405 def isConnected(self): argument
409 def getCurrentConnectionContext(self): argument
415 def __init__( self, ctx ): argument
419 def create(self, aType): argument
432 def __init__( self, ctx, sTo='', sFrom='', Subject='', Body=None, aMailAttachment=None ): argument
450 def addRecipient( self, recipient ): argument
454 def addCcRecipient( self, ccrecipient ): argument
458 def addBccRecipient( self, bccrecipient ): argument
462 def getRecipients( self ): argument
466 def getCcRecipients( self ): argument
470 def getBccRecipients( self ): argument
474 def addAttachment( self, aMailAttachment ): argument
478 def getAttachments( self ): argument