Lines Matching refs:write

80             out.write("PyMailSMPTService init\n")
83 out.write("PyMailSMPTService addConnectionListener\n")
87 out.write("PyMailSMPTService removeConnectionListener\n")
91 out.write("PyMailSMPTService getSupportedConnectionTypes\n")
96 out.write("PyMailSMPTService connect\n")
100 out.write("ServerName: %s\n" % server)
104 out.write("Port: %d\n" % port)
108 out.write("Timeout is instance of int? %s\n" % isinstance(tout,int))
112 out.write("Timeout: %s\n" % str(tout))
120 out.write("ConnectionType: %s\n" % str(connectiontype))
131 out.write('Logging in, username of %s\n' % user)
138 out.write("PyMailSMPTService disconnect\n")
146 out.write("PyMailSMPTService isConnected\n")
150 out.write("PyMailSMPTService getCurrentConnectionContext\n")
156 out.write("PyMailSMPTService sendMailMessage\n")
164 out.write("PyMailSMPTService subject %s\n" % subject)
165 out.write("PyMailSMPTService from %s\n" % sendername.encode('utf-8'))
166 out.write("PyMailSMTPService from %s\n" % sendermail)
167 out.write("PyMailSMPTService send to %s\n" % str(recipients))
176 out.write("PyMailSMPTService flavors len %d\n" % len(flavors))
182 out.write("PyMailSMPTService mimetype is %s\n" % flavor.MimeType)
265 out.write("PyMailSMPTService recipients are %s\n" % str(truerecipients))
278 out.write("PyMailIMAPService init\n")
281 out.write("PyMailIMAPService addConnectionListener\n")
285 out.write("PyMailIMAPService removeConnectionListener\n")
289 out.write("PyMailIMAPService getSupportedConnectionTypes\n")
293 out.write("PyMailIMAPService connect\n")
298 out.write("Server: %s\n" % server)
301 out.write("Port: %d\n" % port)
304 out.write("Connection type: %s\n" % connectiontype)
305 out.write("BEFORE\n")
310 out.write("AFTER\n")
316 out.write('Logging in, username of %s\n' % user)
323 out.write("PyMailIMAPService disconnect\n")
331 out.write("PyMailIMAPService isConnected\n")
335 out.write("PyMailIMAPService getCurrentConnectionContext\n")
347 out.write("PyMailPOP3Service init\n")
350 out.write("PyMailPOP3Service addConnectionListener\n")
354 out.write("PyMailPOP3Service removeConnectionListener\n")
358 out.write("PyMailPOP3Service getSupportedConnectionTypes\n")
362 out.write("PyMailPOP3Service connect\n")
367 out.write("Server: %s\n" % server)
370 out.write("Port: %s\n" % port)
373 out.write("Connection type: %s\n" % str(connectiontype))
374 out.write("BEFORE\n")
380 out.write("Timeout is instance of int? %s\n" % isinstance(tout,int))
384 out.write("Timeout: %s\n" % str(tout))
386 out.write("AFTER\n")
391 out.write('Logging in, username of %s\n' % user)
399 out.write("PyMailPOP3Service disconnect\n")
407 out.write("PyMailPOP3Service isConnected\n")
411 out.write("PyMailPOP3Service getCurrentConnectionContext\n")
417 out.write("PyMailServiceProvider init\n")
421 out.write("PyMailServiceProvider create with %s\n" % aType)
429 out.write("PyMailServiceProvider, unknown TYPE %s\n" % aType)
434 out.write("PyMailMessage init\n")
449 out.write("post PyMailMessage init\n")
452 out.write("PyMailMessage.addRecipient%s\n" % recipient)
456 out.write("PyMailMessage.addCcRecipient%s\n" % ccrecipient)
460 out.write("PyMailMessage.addBccRecipient%s\n" % bccrecipient)
464 out.write("PyMailMessage.getRecipients%s\n" % self.recipients)
468 out.write("PyMailMessage.getCcRecipients%s\n" % self.ccrecipients)
472 out.write("PyMailMessage.getBccRecipients%s\n" % self.bccrecipients)
476 out.write("PyMailMessage.addAttachment\n")
480 out.write("PyMailMessage.getAttachments\n")