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.