***************************************************************
**
** UueMail v2.0
** (C) Aura Soft 1997
** http://www.geocities.com/SiliconValley/Way/2359/UueMail.html
**
***************************************************************

WARNING: This program is shareware. You may use it free 15 days.
After this time you must register it or remove out from your
computer.

UueMail usage:

I. Install
-----------

1. Unzip file um20.zip into temporary folder and run Setup.exe.
2. Read the warning screen then click "Next".
3. Type your first and last names. If you are upgrading from previous version
   of UueMail, this fields will be filled automatically.
4. If you already have the activation key remove check on
   "Don't use the activation key" box and enter the key. If you are upgrading
   registered version do not change this field.
5. Click "Next". Select drive and folder where you want to install UueMail. Double-
   click on lists of available drives and folders. Selected folder
   is displayed in top window. Click "Finish".
6. Answer "Yes" in Message Box.
7. Wait for "Ok!" message.
8. Click "Finish"

II. Uninstall
--------------

1. Run Control Panel->Add/Remove Programs
2. Select "UueMail 2.1" from list of installed programs
3. Click "Add/Remove"
4. Answer "Yes" in Message Box.
5. Click "Go"
6. Wait for "Job completed" message
7. Click "OK"
8. Some files or folders may not be fully removed from the system. (Will be fixed soon).

III. Run
---------

1. Press Start->Programs->UueMail 2.1


IV. Usage
------------------------------
In this version the program has the new user interface. The main window is broken 
onto 3 parts: "Top Bar", "Looks" at the middle and "Navigation Bar" at bottom.

- The Top Bar:
		It consists of 5 bitmapped buttons (left to right):
		1) "New session" - creates new session;
		2) "Load last broken session" - load previously non-completed session if exists;
		3) "Open session" - opens previously saved session from hard disk or floppy;
		4) "Save session" - saves current session to the disk;
		5) "Hide" (pin-like button) - hides the program to the tray bar. You can
					      click to the tray icon to show it again.

- The Navigation bar:
		It consists of 4 buttons: "Back", "Next", "About" and "Cancel".
		1) "Back" and "Next" buttons - guide you thru the "looks"
		2) "About"	- shows the copyrights.
		3) "Cancel"	- exit the program;

There is 3 "looks" of the main window: "File Box", "Address Box" and "Control Panel"

- The File Box:
		This is the list of files you wish to send.

		In the File Box files selected to delivering are presented
		as the records at the list. There are 4 fields in the box:
		1) "File Name"	- the full name of the file;
		2) "Msgs"	- the number of the messages that the program will
				  generate to send this file;
		3) "Sent"	- the number of sent messages;
		4) "Selected"	- may consists of
				  - "All" - that means that the all
				    the messages will be sent (default option)
				  - and something like "3:9,15,22" - that means
				    that only 3 messages will be sent: #9, #15 and #22.
				    This option is very useful when you already sent
				    the file but some messages in some reasons are not
				    delivered to your receiver.
		
		In the File Box you have 3 buttons:
		1) "Add file" - browses your system and adds file to the list.
		2) "Remove file" - removes selected file(s) from the list.
		3) "Empty box" - removes all the files from the list.
		
		Note that you may select two or more files in this box using Shift
		and Control Keys.

IMPORTANT OPTIONS:
 -		If you will double-click at the file in the File Box you will see
		the "File parts selection" dialog. In this dialog you may choose
		what parts of the files must be sent.
- 		You may simply drag the files to the File Box.
-		You may right-click on the file at the desktop or the Explorer
		and select "Send to->UueMail 2.1" option.

- The Address Box:
		This is the list of mail addresses to which you wish to sent your files.
		You may add the address to list by typing it at the 
		"Name" and "Internet address" fields and pressing the bitmapped button
		above it. If you mark the "Save in address book" checkbox this address
		will be stored in the Address Book for future use.
		You may press "Address Book" button and select address(es) from the
		Address Book by pressing the "To" button. Note that in this case you
		may select more than one address.

IMPORTANT OPTIONS:
 -		You may click at any Name at the Address Book to edit this name.

- The Control Panel:
		This is your Command Center :)
		There is the group of controls named "Mail Options". It's necessary
		that you will type your mail address and address of the SMTP server
		in the match fields. Pressing the "Save Mail Options" bitmapped
		button below their you will save this global settings.

		In this group you have two checkboxes:
		1) "Send confirmation after each file"
		2) "Send confirmation after job completed"
		If you wish to send short messages that will designate the end of each
		file and/or the end of job mark it.

		When all the choices is completed press the "Start !" button.


V. Command-line arguments
------------------------------------------------------

You may run the program from command line, BAT files, CMD scripts,
VB Macro etc. The command line arguments except file names begins 
with slash (/) and may be in any order.
Wrong arguments is ignored without error messages.

Command-line arguments:

1) Arguments that you may use as many times as you wish:
 -	Filename
	or
	"Long File Name"	- set the file you wish to send.
				Note that long file names MUST
				be quoted.

	Example: c:\uuemail\uuemail.exe c:\file1.txt d:\docs\file2.doc "c:\program files\astro23\astro.exe"
	This command will start UueMail and place files file1.txt, file2.doc and astro.exe in File Box.
	Note that astro.exe quoted because the path contains long names.

 -	/tTo-Address		- set E-Mail address of receiver

	Example: c:\uuemail\uuemail.exe /tsomeone@mail.com /tjohn@online.de
	This command will start UueMail and place addresses someone@mail.com
	and john@online.de in Address Box.

2) Arguments that you may use only once per run:

 -	/rFrom-Address		- set E-Mail address of sender

	Example: c:\uuemail\uuemail.exe /rsender@mail.com
	This command replace the field "From:" in Control Panel with "sender@mail.com".
	Note that if you don't press the button "Save Mail Options" this will not
	override the global settings of this field and next time you run the program
	without this options you will see at this field your previously saved address.

 -	/sServer-Address	- set SMTP server address

	Example: c:\uuemail\uuemail.exe /smail@mail.com 
	or c:\uuemail\uuemail.exe /r202.134.12.240
	This command replace the field "Server:" in Control Panel with "mail@mail.com"
	or "202.134.12.240"
	Note that if you don't press the button "Save Mail Options" this will not
	override the global settings of this field and next time you run the program
	without this options you will see at this field your previously saved address.

 -	/oSessionFileName
	or
	/o"SessionLongFileName" - Load session
	Example: c:\uuemail\uuemail.exe /oc:\test.ums
	or c:\uuemail\uuemail.exe /o"D:\My Documents\UueMail Sessions\Session 2.ums"
	This command will start the program and will load session called "test.ums"
	or "D:\My Documents\UueMail Sessions\Session 2.ums".

 - 	/a			- Autorun
	Example: c:\uuemail\uuemail.exe /a c:\file1.txt /tjane@mail.com
	This command will start the program and try automatically send the file
	file1.txt to jane@mail.com

 -	/l			- Continue the last broken session
	Example: c:\uuemail\uuemail.exe /l
	Note: if your last session was completed successfully this argument will
	be ignored.
	This argument overrides any arguments except "/a".
	There is very useful to combine "/a" and "/l" options

 
VI. Registration
-----------------
If you get the activation key press "About" button and then
"Registration" button. Enter the first and last names and
the received key. Note that the names MUST be the same that
you've used for obtaining activation key. If the key is ok
you will be congratulated.

For information about purchasing the activation key please connect
to http://www.geocities.com/SiliconValley/Way/2359/UueMail.html

VII. Questions and bug reports
-------------------------------
Please fill free to send any questions and bug reports to
amberchuck@geocities.com

