Lines Matching refs:write

80             out.write("PyMailSMTPService init\n")
83 out.write("PyMailSMTPService addConnectionListener\n")
87 out.write("PyMailSMTPService removeConnectionListener\n")
91 out.write("PyMailSMTPService getSupportedConnectionTypes\n")
96 out.write("PyMailSMTPService 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))
125 out.write("ConnectionType: %s\n" % str(connectiontype))
136 out.write('Logging in, username of %s\n' % user)
143 out.write("PyMailSMTPService disconnect\n")
151 out.write("PyMailSMTPService isConnected\n")
155 out.write("PyMailSMTPService getCurrentConnectionContext\n")
161 out.write("PyMailSMTPService sendMailMessage\n")
169 out.write("PyMailSMTPService subject %s\n" % subject)
170 out.write("PyMailSMTPService from %s\n" % sendername.encode('utf-8'))
171 out.write("PyMailSMTPService from %s\n" % sendermail)
172 out.write("PyMailSMTPService send to %s\n" % str(recipients))
181 out.write("PyMailSMTPService flavors len %d\n" % len(flavors))
187 out.write("PyMailSMTPService mimetype is %s\n" % flavor.MimeType)
270 out.write("PyMailSMTPService recipients are %s\n" % str(truerecipients))
283 out.write("PyMailIMAPService init\n")
286 out.write("PyMailIMAPService addConnectionListener\n")
290 out.write("PyMailIMAPService removeConnectionListener\n")
294 out.write("PyMailIMAPService getSupportedConnectionTypes\n")
298 out.write("PyMailIMAPService connect\n")
303 out.write("Server: %s\n" % server)
306 out.write("Port: %d\n" % port)
309 out.write("Connection type: %s\n" % connectiontype)
310 out.write("BEFORE\n")
315 out.write("AFTER\n")
321 out.write('Logging in, username of %s\n' % user)
328 out.write("PyMailIMAPService disconnect\n")
336 out.write("PyMailIMAPService isConnected\n")
340 out.write("PyMailIMAPService getCurrentConnectionContext\n")
352 out.write("PyMailPOP3Service init\n")
355 out.write("PyMailPOP3Service addConnectionListener\n")
359 out.write("PyMailPOP3Service removeConnectionListener\n")
363 out.write("PyMailPOP3Service getSupportedConnectionTypes\n")
367 out.write("PyMailPOP3Service connect\n")
372 out.write("Server: %s\n" % server)
375 out.write("Port: %s\n" % port)
378 out.write("Connection type: %s\n" % str(connectiontype))
379 out.write("BEFORE\n")
385 out.write("Timeout is instance of int? %s\n" % isinstance(tout,int))
389 out.write("Timeout: %s\n" % str(tout))
391 out.write("AFTER\n")
396 out.write('Logging in, username of %s\n' % user)
404 out.write("PyMailPOP3Service disconnect\n")
412 out.write("PyMailPOP3Service isConnected\n")
416 out.write("PyMailPOP3Service getCurrentConnectionContext\n")
422 out.write("PyMailServiceProvider init\n")
426 out.write("PyMailServiceProvider create with %s\n" % aType)
434 out.write("PyMailServiceProvider, unknown TYPE %s\n" % aType)
439 out.write("PyMailMessage init\n")
454 out.write("post PyMailMessage init\n")
457 out.write("PyMailMessage.addRecipient%s\n" % recipient)
461 out.write("PyMailMessage.addCcRecipient%s\n" % ccrecipient)
465 out.write("PyMailMessage.addBccRecipient%s\n" % bccrecipient)
469 out.write("PyMailMessage.getRecipients%s\n" % self.recipients)
473 out.write("PyMailMessage.getCcRecipients%s\n" % self.ccrecipients)
477 out.write("PyMailMessage.getBccRecipients%s\n" % self.bccrecipients)
481 out.write("PyMailMessage.addAttachment\n")
485 out.write("PyMailMessage.getAttachments\n")