david
20.10.2015, 19:29 |
Arachne (Users) |
Hi, Can I use multiple POP3 accounts in web browser Arachne?
Thanks
David |
glennmcc
North Jackson, Ohio (USA), 21.10.2015, 22:51
@ david
|
Arachne |
> Hi, Can I use multiple POP3 accounts in web browser Arachne?
> Thanks
> David
Yes, you can.
Simply save your current setup for pop3 account #1
as an ACF (Arachne Config File)
(Hit 'D' for the Dial page and then link to 'Profile')
Now alter the setup to use pop3 account #2 and save it as
a different named ACF
To load and use #1 again, 'D' for the dial page, link to 'ACF profiles',
and then link to the profile for pop3 account #1
_______
Alternately, you can create an ASF (Arachne Script File)
containing all of your pop3 accounts.
Linking to that ASF file will download any waiting mail from all of them.
--- pop-all.asf ---
pop3://username:password@account#1.com:110/
pop3://username:password@account#2.com:110/
pop3://username:password@account#3.com:110/
pop3://username:password@account#4.com:110/
pop3://username:password@account#5.com:110/
pop3://username:password@account#6.com:110/
reload:file://inbox.dgi
_____________________________________________ --- --
http://glennmcc.org/ |
ron
Australia, 21.10.2015, 23:21 (edited by ron, 22.10.2015, 01:50)
@ glennmcc
|
Arachne |
> > Hi, Can I use multiple POP3 accounts in web browser Arachne?
> > Thanks
> > David
>
> Yes, you can.
>
> Simply save your current setup for pop3 account #1
> as an ACF (Arachne Config File)
> (Hit 'D' for the Dial page and then link to 'Profile')
>
> Now alter the setup to use pop3 account #2 and save it as
> a different named ACF
>
> To load and use #1 again, 'D' for the dial page, link to 'ACF profiles',
> and then link to the profile for pop3 account #1
>
> _______
>
> Alternately, you can create an ASF (Arachne Script File)
> containing all of your pop3 accounts.
>
> Linking to that ASF file will download any waiting mail from all of them.
>
> --- pop-all.asf ---
> pop3://username:password@account#1.com:110/
> pop3://username:password@account#2.com:110/
> pop3://username:password@account#3.com:110/
> pop3://username:password@account#4.com:110/
> pop3://username:password@account#5.com:110/
> pop3://username:password@account#6.com:110/
> reload:file://inbox.dgi
> _____________________________________________
That is pretty much the way I do it.
I have 7 POP3 accounts and I have modified the Mail screen to include a
range of different profiles.
Click on the profile, then click for mail.
Read, then either reply/save or delete.
Repeat till all email has been dealt with.
Can post a screen shot if that will help.
Better: Here is a version of Arachne's mail.htm to take multiple POP3 accounts.
http://www.ausreg.com/files/aracmail.htm
Create the individual profiles and edit this file to match those profiles,
then rename it to replace mail.htm. --- AUSREG Consultancy http://www.ausreg.com
Tadpole Tunes http://www.tadpoletunes.com
Sna Keo Il http://www.tadpoletunes.com/sna_keo_il/ |
david
22.10.2015, 14:13
@ glennmcc
|
Arachne |
> Alternately, you can create an ASF (Arachne Script File)
> containing all of your pop3 accounts.
>
> Linking to that ASF file will download any waiting mail from all of them.
>
> --- pop-all.asf ---
> pop3://username:password@account#1.com:110/
> pop3://username:password@account#2.com:110/
> pop3://username:password@account#3.com:110/
> pop3://username:password@account#4.com:110/
> pop3://username:password@account#5.com:110/
> pop3://username:password@account#6.com:110/
> reload:file://inbox.dgi
Thank You much, this script is OK :) David |