Stuart, now you can delete those emails from bill.gates@microsoft.com or some.clown@hotmail.com using the program above
pop3delfrom.exe which could be renamed to something more like pop3emaildeleteusingfromline.exe if wanted
pop3delfrom servername/ipaddress username? password? bill.gates@microsoft.com some.clown@hotmail.com
if you do not want any email from microsoft.com and hotmail.com use the following
pop3delfrom servername/ipaddress username? password? @microsoft.com @hotmail.com
or any last name gates using .gates@microsoft.com
or any last name ending with "gates" characters using gates@microsoft.com
if you want to specify bill.gates@microsoft.com try using "<bill.gates@microsoft.com>"
so you might want to try
pop3delfrom servername/ipaddress username? password? bill.gates@microsoft.com some.clown@hotmail.com "<bill.gates@microsoft.com>" "<some.clown@hotmail.com>"
the brackets are not removed prior to comparing but the closing > bracket is added to the right side of email accounts for purposes of matching from left to right if a straight out match does not occur. so, bill.gates@microsoft.com will match with bill.gates@microsoft.com> located in the from line of the email.
this program has not been thoroughly tested but tested some during development.
added:
if you use greater than or less than brackets on the command line for email addresses, you will have to enclose them in double quote marks
added:
i have modified the programs to take on a simulated mode of deleting emails
now in order to delete the emails, the first command line parameter option has to be "/d" or "/delete" or some partial spelling of "/delete" such as "/del".
also during the delete or simulated deleting, only the emails effected will be show on the screen.
i am going to place another two of my home grown programs i have written, but i am not giving away my source code.
both programs will not delete or erase any file, they are text viewers and one is a text manipulator
a program called textv.exe to display text files. i wrote the program to
clipscr2.exe will create a file if you place the file on the command line tail. i need to get rid if it doing that.
clipscr2.exe was designed to actually on deal with moving text in and out using the windows clipboard.
both program where to help me look at log and text files, so they are not meant for any files but text.
clipscr2.exe was designed to help filter and sort text information
textv.exe can filter on text by line multiple times
the file sizes you can use can be as large as the memory in your computer.