pybitmessage.class_smtpServer module

runServer()[source]
signals(signal, frame)[source]
class smtpServer(parent=None)[source]

Bases: pybitmessage.network.threads.StoppableThread

run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

stopThread()

Stop the thread

class smtpServerChannel(server, conn, addr)[source]

Bases: smtpd.SMTPChannel

smtp_AUTH(arg)
smtp_DATA(arg)
smtp_EHLO(arg)
class smtpServerPyBitmessage(localaddr, remoteaddr)[source]

Bases: smtpd.SMTPServer

decode_header(hdr)
handle_accept()
process_message(peer, mailfrom, rcpttos, data)
send(fromAddress, toAddress, subject, message)