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
141 def disconnect(self): argument
149 def isConnected(self): argument
153 def getCurrentConnectionContext(self): argument
157 def sendMailMessage(self, xMailMessage): argument
275 def __init__( self, ctx ): argument
284 def addConnectionListener(self, xListener): argument
288 def removeConnectionListener(self, xListener): argument
292 def getSupportedConnectionTypes(self): argument
296 def connect(self, xConnectionContext, xAuthenticator): argument
326 def disconnect(self): argument
334 def isConnected(self): argument
338 def getCurrentConnectionContext(self): argument
344 def __init__( self, ctx ): argument
353 def addConnectionListener(self, xListener): argument
357 def removeConnectionListener(self, xListener): argument
361 def getSupportedConnectionTypes(self): argument
365 def connect(self, xConnectionContext, xAuthenticator): argument
402 def disconnect(self): argument
410 def isConnected(self): argument
414 def getCurrentConnectionContext(self): argument
420 def __init__( self, ctx ): argument
424 def create(self, aType): argument
437 def __init__( self, ctx, sTo='', sFrom='', Subject='', Body=None, aMailAttachment=None ): argument
455 def addRecipient( self, recipient ): argument
459 def addCcRecipient( self, ccrecipient ): argument
463 def addBccRecipient( self, bccrecipient ): argument
467 def getRecipients( self ): argument
471 def getCcRecipients( self ): argument
475 def getBccRecipients( self ): argument
479 def addAttachment( self, aMailAttachment ): argument
483 def getAttachments( self ): argument