Jump to content
UBot Underground

Processing Emails


Recommended Posts

Hi,

 

I need to log into my email account and the the following:

 

  1. Find emails which the subject contains "has shipped".
  2. Then grab a link from the email.
  3. The navigate to that link

So far what I have is:

 

connect to mail server

create table from emails

 

so how do I grab the emails which have the subject I need?  Once I grab the email I can grab the link using regex which im pretty good at.  Just not to familiar with tables and searching them.

 

Thanks,

 

Link to post
Share on other sites

I would create a filter at your email service to put all emails in a folder and make it easier to search thru them.

 

Then you can send your bot to that folder only and make coding easier

Link to post
Share on other sites

I would create a filter at your email service to put all emails in a folder and make it easier to search thru them.

 

Then you can send your bot to that folder only and make coding easier

I guess I can do that.  But that would be cheating :)

 

what about the $table search feature located here http://wiki.ubotstudio.com/wiki/$table_search

Link to post
Share on other sites

Hi

 

I found email to table not reliable and emails not sorted always properly so I use a manual browser and folders for my usages.

Thanks @nuc63.  I guess i will attack it through the cpanel webmail.  Im sure you are familiar with cpanel.  Any preference in webmail browser Horde, Roundcube, Squirremail?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...