Jump to content
UBot Underground

Search the Community

Showing results for tags 'mail'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. Hi . It turns out that I have a txt that contains a list of emails and passwords separated by ( example: dadaffsggd@gmail.com: 415423 gjfhhfnddbb@gmail.com: 823361 gagaggsvv@hotmail.ar: 784232 What I want to obtain is to separate two variables from that list, one with the mail and the other with the password. #mail = dadaffsggd@gmail.com # password = 415423 The list is quite large. I hope your help
  2. i have few problems try to create mail on mail.com last name and first name not fill in how i get recaptcha work navigate("https://service.mail.com/registration.html?edition=us&lang=en.7518-header-signup2-1", "Wait") type text(<name="z34122201">, $account data("First Name"), "Standard") type text(<name="z763540791">, $account data("Last Name"), "Standard") change dropdown(<name="ListRegistrationData:0:ItemRegistrationData:BorderBoxRegistrationData:PanelRegistrationData:RowBirthDate:Field:month">, "Random") change dropdown(<name="ListRegistrationData:0:ItemRegis
  3. I am trying to connect on my personal mail server (personal domain with self sign certificate) using IMAP with SSL and the following error appear http://i.imgur.com/dZ6yc3c.png Desktop mail clients work correctly. Already tested.
  4. I am trying to connect to my gmail account, loop through the emails, and scrape certain links from each email. Everything seems to be working fine up until the line where it deletes the email after the "add list to list" command. I am getting an error that says: "Script Error Error: Socket not ready for send/recv" "Source: > torontomls > connect to mail server > loop > if > then > delete mail" When I step through the code and look at the debugger I can see that the "add list to list" command actually works, so I know the code is making it that far. I can also see that
  5. Whenever I execute the connect to mail server and verify emails my browser freezes. It isn't as big deal as I can still navigate to another site. I was just wondering if this is normal?
×
×
  • Create New...