Foundations of Python Network Programming

(WallPaper) #1
■ Contents

xiii

How SMTP Is Used ��������������������������������������������������������������������������������������������������������������������244

Sending E-Mail �������������������������������������������������������������������������������������������������������������������������������������������������� 246

Headers and the Envelope Recipient ����������������������������������������������������������������������������������������������������������������� 246

Multiple Hops ����������������������������������������������������������������������������������������������������������������������������������������������������� 247

Introducing the SMTP Library ����������������������������������������������������������������������������������������������������248

Error Handling and Conversation Debugging ����������������������������������������������������������������������������249

Getting Information from EHLO �������������������������������������������������������������������������������������������������252

Using Secure Sockets Layer and Transport Layer Security �������������������������������������������������������254

Authenticated SMTP ������������������������������������������������������������������������������������������������������������������256

SMTP Tips ���������������������������������������������������������������������������������������������������������������������������������� 258

Summary ����������������������������������������������������������������������������������������������������������������������������������� 258

■ Chapter 14: POP ������������������������������������������������������������������������������������������������������������259

POP Server Compatibility ����������������������������������������������������������������������������������������������������������259

Connecting and Authenticating �������������������������������������������������������������������������������������������������260

Obtaining Mailbox Information ��������������������������������������������������������������������������������������������������263

Downloading and Deleting Messages ���������������������������������������������������������������������������������������264

Summary ����������������������������������������������������������������������������������������������������������������������������������� 266

■ Chapter 15: IMAP �����������������������������������������������������������������������������������������������������������267

Understanding IMAP in Python ��������������������������������������������������������������������������������������������������268

IMAPClient ��������������������������������������������������������������������������������������������������������������������������������������������������������� 270

Examining Folders ��������������������������������������������������������������������������������������������������������������������������������������������� 272

Message Numbers vs� UIDs ������������������������������������������������������������������������������������������������������������������������������� 273

Message Ranges ����������������������������������������������������������������������������������������������������������������������������������������������� 273

Summary Information ���������������������������������������������������������������������������������������������������������������������������������������� 274

Downloading an Entire Mailbox ������������������������������������������������������������������������������������������������������������������������� 275

Downloading Messages Individually ����������������������������������������������������������������������������������������������������������������� 277

Flagging and Deleting Messages ����������������������������������������������������������������������������������������������������������������������� 283

Deleting Messages �������������������������������������������������������������������������������������������������������������������������������������������� 283
Free download pdf