Search found 6 matches

by kravtsov
Tue Feb 06, 2018 6:15 pm
Forum: General Discussion
Topic: using web page information: incorrect filename
Replies: 4
Views: 12084

Re: using web page information: incorrect filename

It seems the site returns dynamic file as attachment in response exactly In first step i have URL "http://mysite.com/[b]DownloadFile.do[/b]?id={ID}" Browser (firefox etc) automatically download file "{ID}.pdf" But Robotask use for the file name a part of the http-request "D...
by kravtsov
Tue Jan 30, 2018 2:50 pm
Forum: General Discussion
Topic: using web page information: incorrect filename
Replies: 4
Views: 12084

using web page information: incorrect filename

Hi! I'm using web page information to download a few thousands files (check box Auto downloading file). Webserver offers to dowload file with name "XXX.csv", but Robotask use only "DownloadFile(ID).do" where ID is my variable in loop. ;***************************** ;* RoboTask Ta...
by kravtsov
Fri Nov 11, 2016 9:57 am
Forum: General Discussion
Topic: Parsing text
Replies: 3
Views: 13079

Re: Parsing text

WOW!!! Robotask is the magic program! Can you explain to me and others how this script works?
by kravtsov
Thu Nov 10, 2016 4:32 pm
Forum: General Discussion
Topic: Parsing text
Replies: 3
Views: 13079

Parsing text

How can i extract few variables from text? I want to receive these variables as a result of parsing: {surname}=Иванов {firstname}=Иван {middlename}=Иванович {birthdate}=01.01.1990 {birthplace}=Нижний Новгород {passport }=1 {passser}=1122 {passnum}=112233 {passdate}=03.02.2011 {passplace}=Нижний Новг...
by kravtsov
Thu Nov 10, 2016 3:50 pm
Forum: General Discussion
Topic: Get unread Email
Replies: 2
Views: 10426

Re: Get unread Email

Thanks!
by kravtsov
Thu Nov 10, 2016 7:19 am
Forum: General Discussion
Topic: Get unread Email
Replies: 2
Views: 10426

Get unread Email

Hi!

How can I download unread messages from using POP3 or IMAP and mark them as "read"?

It is easy to download all messages using LOOP. But I don't understand how can I get the number of unread messages.