Skip to content

Commit

Permalink
index page update
Browse files Browse the repository at this point in the history
  • Loading branch information
noubar committed Aug 1, 2024
1 parent 2141b5d commit 8e4e179
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 55 deletions.
147 changes: 94 additions & 53 deletions docs/index.html

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/MailClientLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ class MailClientLibrary(DynamicCore):
All Avialable Args:
| Username | The user id, which will initially set for all protocols |
| Password | The user password, which will initially set for all protocols |
| MailServerAddress | The newtwork address of the mail server to be connected.
currently supports only one MailServerAddress for all protocols |
| MailServerAddress | The newtwork address of the mail server to be connected. currently supports only one MailServerAddress for all protocols |
| ImapPorts | The imap communication port numbers: [<ssl>,<no ssl>] |
| Pop3Ports | The pop3 communication port numbers: [<ssl>,<no ssl>] |
| SmtpPorts | The smtp communication port numbers: [<ssl>,<no ssl>] |
Expand Down

0 comments on commit 8e4e179

Please sign in to comment.