~0x44/nova/config-drive

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/mail/examples/index.html

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
2
  <head>
 
3
<title>Twisted Documentation: Twisted.Mail code examples</title>
 
4
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
 
5
  </head>
 
6
 
 
7
  <body bgcolor="white">
 
8
    <h1 class="title">Twisted.Mail code examples</h1>
 
9
    <div class="toc"><ol><li><a href="#auto0">SMTP servers</a></li><li><a href="#auto1">SMTP clients</a></li><li><a href="#auto2">IMAP clients</a></li></ol></div>
 
10
    <div class="content">
 
11
    <span/>
 
12
 
 
13
    <h2>SMTP servers<a name="auto0"/></h2>
 
14
    <ul>
 
15
        <li><a href="emailserver.tac" shape="rect">emailserver.tac</a> - a toy email server</li>
 
16
    </ul>
 
17
 
 
18
    <h2>SMTP clients<a name="auto1"/></h2>
 
19
    <ul>
 
20
        <li><a href="smtpclient_tls.py" shape="rect">smtpclient_tls.py</a> - send email
 
21
        using authentication and transport layer security.</li>
 
22
    </ul>
 
23
 
 
24
    <h2>IMAP clients<a name="auto2"/></h2>
 
25
    <ul>
 
26
      <li><a href="imap4client.py" shape="rect">imap4client.py</a> - Simple IMAP4
 
27
      client which displays the subjects of all messages in a
 
28
      particular mailbox.</li>
 
29
    </ul>
 
30
</div>
 
31
 
 
32
    <p><a href="../howto/index.html">Index</a></p>
 
33
    <span class="version">Version: 10.0.0</span>
 
34
  </body>
 
35
</html>
 
 
b'\\ No newline at end of file'