Account Manager: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
 
[[image:accmgr.png|thumb]]
==Description==
Account Manager is a program that helps you store and retrieve informations about multiple accounts (for example: e-mail account).
Account Manager is a program that helps you store and retrieve informations about multiple accounts (for example: e-mail account).


===History===
==History==
I needed to write this program because I have a lot of e-mail accounts, many HOST userid/passwords and some web sites :-).
I needed to write this program because I have a lot of e-mail accounts, many HOST userid/passwords and some web sites.
The first approach was to note down on my notebook all the userid/password informations. But that damn notebook always played hide-and-seek with me. So I decided to write a program I can always find on my OS/2 WorkPlace Shell.
The first approach was to note down on my notebook all the userid/password informations. But that damn notebook always played hide-and-seek with me. So I decided to write a program I can always find on my OS/2 WorkPlace Shell.


Line 10: Line 9:


===History Log===
===History Log===
* Version 0.16. Corrected some bugs and added new feature
* Version 0.16. Corrected some bugs and added new feature
**Copy buttons to copy fields content to system clipboard.  
**Copy buttons to copy fields content to system clipboard.  
* Version 0.15. Important new features:
* Version 0.15. Important new features:
**Import/Export
**Import/Export
Line 19: Line 16:
**Filter
**Filter
**Password protection
**Password protection
* First release. It's still a working beta


* First release. It's still a working beta... I'm waiting some feedback
==Technique==
 
;Language:I used REXX to code Account Manager. In particular, I used DrDialog/DrRexx because it allowed me to create a PM Program for OS/2 WPS.  
 
;Features:Account Manager has the only target to help finding informations about multiple accounts.
===Technique===
;Functioning:Account Manager is very easy to use. You can choose one account from the combo-box and the informations about that account will be immediately showed
 
:The buttons let you add, change (all but the name) or delete any account.
====Language====
:From the menu you can Import/Export data, print (list o single account), filter the data selecting the category (WEB Sites, FTP Sites, E-Mail addresses, Others or All).
I used REXX to code Account Manager. In particular, I used DrDialog/DrRexx because it allowed me to create a PM Program for OS/2 WPS.  
 
====Features====
Account Manager has the only target to help finding informations about multiple accounts.
 
[[image:accmgr.png|200px]]
 
====Functioning====
Account Manager is very easy to use. You can choose one account from the combo-box and the informations about that account will be immediately showed
 
The buttons let you add, change (all but the name) or delete any account.
 
From the menu you can Import/Export data, print (list o single account), filter the data selecting the category (WEB Sites, FTP Sites, E-Mail addresses, Others or All).
 
Last, but not least, I'm waiting for feedback and/or suggestions from you!
 
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=acmg_016.zip Version 0.16]


==License==
==License==
Line 52: Line 32:


==Links==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=acmg_016.zip Version 0.16]


[[Category:Software]]
[[Category:Software]]

Revision as of 02:05, 31 August 2017

Account Manager is a program that helps you store and retrieve informations about multiple accounts (for example: e-mail account).

History

I needed to write this program because I have a lot of e-mail accounts, many HOST userid/passwords and some web sites. The first approach was to note down on my notebook all the userid/password informations. But that damn notebook always played hide-and-seek with me. So I decided to write a program I can always find on my OS/2 WorkPlace Shell.

I think it's clear that the main target of this program is to serve myself. I'll be very proud if someone else finds it useful.

History Log

  • Version 0.16. Corrected some bugs and added new feature
    • Copy buttons to copy fields content to system clipboard.
  • Version 0.15. Important new features:
    • Import/Export
    • Print
    • Filter
    • Password protection
  • First release. It's still a working beta

Technique

Language
I used REXX to code Account Manager. In particular, I used DrDialog/DrRexx because it allowed me to create a PM Program for OS/2 WPS.
Features
Account Manager has the only target to help finding informations about multiple accounts.
Functioning
Account Manager is very easy to use. You can choose one account from the combo-box and the informations about that account will be immediately showed
The buttons let you add, change (all but the name) or delete any account.
From the menu you can Import/Export data, print (list o single account), filter the data selecting the category (WEB Sites, FTP Sites, E-Mail addresses, Others or All).

License

  • e-mailware

Author

Links