Shrinking a file that is on a remote server is a different task than what you are trying to do. The big picture files are up on the ISP server as attachments, so you don't have the ability to affect them, except to either download them, or delete them.
If you want to try and get in with TELNET (a standard windows program for accessing remote computers using a standard )
In the instructions below, change "popserver" to the full address of your pop3 server. (this will be in outlook express settings, account details or soemthing like that)
from
http://www.eudora.com/techsupport/kb/1792hq.htmlInstructions for using TELNET to connect to your
POP3 mail server and manually retrieve your messages, also used to see if the POP3 mail server is responding or having issues.
Telnet to the mail server on port 110
Click Start: Run:
Type telnet popserver 110 and press (Enter). (You will get a +Ok POP server ready message). Please note the popserver is the Mail Server (Incoming) as configured in Eudora under
Tools/Options/Getting Started.
Type in user username and press (Enter) (It should say +Ok password required...). Your username is usually the first part of your email address.
Type in pass password and press (Enter) (It should say +Ok you have ... messages), if you are unsure of what your password is please contact your ISP.
Type in uidl and press (Enter) (It should say +Ok and list the unique ID for your messages).
You can view the messages headers with the top command. For example, you can view the message headers of the 6th message in your mail spool with the command top 6 1, or you could view the headers and first 7 lines of message 2 by typing the command top 2 7 and pressing (Enter)
You can retrieve the entire message with the RETR command, for example if you wanted to retrieve message number 5, you can type retr 5 and press (Enter)
You can delete a message from your spool file using the DELE command, for example, if you wanted to delete message number 42, type dele 42 and press (Enter)
When you are ready to log out of the POP3 mail server, type quit and press (Enter)