Kamaelia docs : Kamaelia.Apps.Grey.ConcreteMailHandler.ConcreteMailHandler

Kamaelia.Apps.Grey.ConcreteMailHandler.ConcreteMailHandler

For examples and more explanations, see the module level docs.


class ConcreteMailHandler(Kamaelia.Apps.Grey.MailHandler.MailHandler)

Inboxes

  • control : Shutdown & control messages regarding client side socket handling
  • tcp_inbox : This is where we get respones from the real SMTP server
  • tcp_control : This is where we get shutdown information from the real SMTP server
  • inbox : Data from the client connecting to the server comes in here

Outboxes

  • outbox : Data sent here goes back the the client connecting to the server
  • signal : Shutdown & control messages regarding client side socket handling
  • tcp_outbox : Data sent here is sent to the real SMTP server
  • tcp_signal : We send messages here to shutdown the connection to the real SMTP connection

Methods inherited from Kamaelia.Apps.Grey.MailHandler.MailHandler :

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT

This is a page from the Kamaelia website. You can find the original here: