Search found 6 matches
- Tue Feb 06, 2018 6:15 pm
- Forum: General Discussion
- Topic: using web page information: incorrect filename
- Replies: 4
- Views: 13382
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...
- Tue Jan 30, 2018 2:50 pm
- Forum: General Discussion
- Topic: using web page information: incorrect filename
- Replies: 4
- Views: 13382
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...
- Fri Nov 11, 2016 9:57 am
- Forum: General Discussion
- Topic: Parsing text
- Replies: 3
- Views: 14415
Re: Parsing text
WOW!!! Robotask is the magic program! Can you explain to me and others how this script works?
- Thu Nov 10, 2016 4:32 pm
- Forum: General Discussion
- Topic: Parsing text
- Replies: 3
- Views: 14415
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}=Нижний Новг...
- Thu Nov 10, 2016 3:50 pm
- Forum: General Discussion
- Topic: Get unread Email
- Replies: 2
- Views: 11048
Re: Get unread Email
Thanks!
- Thu Nov 10, 2016 7:19 am
- Forum: General Discussion
- Topic: Get unread Email
- Replies: 2
- Views: 11048
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.
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.