Last page update: November 23, 2011
Classes:
External methods:
Complete reference:
These methods don’t belong to any class.
A class for mail management.
Add???
| Parameters: |
|
|---|
Set the account parameters and return them
| Parameters: |
|
|---|
Get the smtp connection and return it
| Parameters: |
|
|---|
Handle the mail addresses and return them as a list
| Parameters: |
|
|---|
Send mail is a function called from the postoffice object to send an email.
| Parameters: |
|
|---|
TODO
| Parameters: |
|
|---|
Add???
| Parameters: |
|
|---|
Allow to use the saved account parameters for the subsequent IMAP mails
| Parameters: | name – the default account’s name |
|---|
Allow to use the saved account parameters for the subsequent POP mails
| Parameters: | name – the default account’s name |
|---|
Set the smtp account
| Parameters: |
|
|---|
Allow to use the saved account parameters for the subsequent SMTP mails
| Parameters: | name – the default account’s name |
|---|
Removes HTML or XML character references and entities from a text string. Return the plain text, as a Unicode string, if necessary
| Parameters: | text – The HTML (or XML) source text. |
|---|