Create Table From Emails
From UBot Studio
(Difference between revisions)
(Created page with "This command is an Email Command. This command creates a table using all the emails in your mailbox. This command goes inside the connect to mail server co...") |
(→Example) |
||
(2 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
This command creates a table using all the emails in your mailbox. | This command creates a table using all the emails in your mailbox. | ||
− | This command goes inside the connect to mail server command. | + | |
+ | This command goes inside the [[Connect To Mail Server|connect to mail server]] command. | ||
+ | |||
+ | '''Table:''' The name for the table being created. | ||
== Example == | == Example == | ||
Line 14: | Line 17: | ||
Running the command above with the required credentials for the mail server will create a table filled with the emails on the mail server. | Running the command above with the required credentials for the mail server will create a table filled with the emails on the mail server. | ||
− | [[File: | + | [[File:connect.jpg]] |
Latest revision as of 15:37, 24 September 2013
This command is an Email Command.
This command creates a table using all the emails in your mailbox.
This command goes inside the connect to mail server command.
Table: The name for the table being created.
[edit] Example
connect to mail server("IMAP With SSL", "username@gmail.com", "password", "imap.gmail.com", 993) { create table from emails(&my emails) }
Running the command above with the required credentials for the mail server will create a table filled with the emails on the mail server.