Correction list


If you have web-mail service which is not included in CLONE FROM list you can try connect to it anyway. If you familiar with HTML it will be more easy. Correction list is a list with variables for adjusting of connection to your web-mail server. You can assign value at each variable which web-server expect from you in login form For this you must type name of variable, "=" and new value for this variable. For example when you make clone from NetAddress you can see next line: javascript=JavaScript1.2. It necessary because NetAddress expects this value from you.

Some of names of variables have special purpose which has effect only at process of downloading messages from servers.
 
var_msg_delete_form
is used for determining name of form which use for delete message. You must specify this value if program can not determine method for deleting message.
var_start_attachments
contains phrase after which will find all attachments for message
var_on_attachment
contains phrase which has URL for attachment. For example you can have two ways for download you messages "With Antivirus Scan" and "Withous scan". You can use value "With Antivirus Scan" and your attachments will be loaded in this way.
var_cut_msg_before
All text from beginning of message till value of this variable will be cut. This is used for removing information that was added to message by web-based mail.
var_cut_msg_after
All text from value of this variable till the end of message will be cut. This is used for removing information that was added to message by web-based mail.

Look at preset clones for Hotmail, NetAddress and Yahoo for examples of using this variables.
 


Back to Info page