Saturday, July 25, 2009

Save Outlook Emails as Normal Files

The latest release of SaveMail now makes it possible to save email as ordinary files.

We think this is brilliant as you can read your email virtually anywhere instead of only in the email program you used to download it. Isn't that great!

The only drawback is space. The email programs make a big thing about how they compress email so you have it all but it doesn't take up "any" space. They do a good job with this so they are right to brag about it. An uncompressed file does take up more space than a compressed one (generally).

However, you can have your cake and eat it too.

You can always compress individual emails, or a whole set of them, using any of the ZIP / compression tools. You can extract any part of any email anytime and anywhere. You can read any attachment on any computer that can read the attachment - you don't have to have Outlook installed too.

It's really easy.

Step 1. Choose the DIRectory output style. (Options, Output, DIR) like this:



Step 2. Choose which email folder to save and where to save the emails.

Step 3. Click Search to list the emails, then Save to save them.

Voila! You end up with something like this:



And in the attachments subdirectory, something like this:



Easy. Easy to use software tools. Because software should make your life easier.

Friday, July 24, 2009

SaveMail - Run-time error '380'

This was first noticed with SaveMail version 1.00.0040 but it is probably an issue for earlier versions too.

You get a message like:

Run-time error '380'

This happens if there are no items in the "Contents" list when you press "Save".

SaveMail Main Screen

I'd chosen a "Mail Folder" and selected a "Save to" directory but hadn't pressed "Search" before pressing "Save".

I've added code to check that there are items in the list when you press "Save" so future versions will be more helpful about the problem.

(If you are a programmer that found this article because you were looking for Run-time error 380, the problem was setting a progress bar maximum to 0. This may be your problem too but there are other things that could cause it. I suggest running your program in the Integrated Development Environment and seeing which line trips the error.)

Wednesday, July 22, 2009

Scan Document to PDF

Here is an article showing how to use CmdTwain to create multipage PDF documents:
Scan Document to PDF

Setting Up a Website

This is actually a follow on from our PAD Program to Submit Software item but it may be generally useful to people.

If you're selling software (or giving it away) on the net, your software needs to be on the net. It looks better (and people are more likely to try your software) if your site looks "real". In the very least you can get by with using free web space that came with your internet account BUT there are problems with that. What if your program is really popular? What if the downloads exceed your free bandwidth each month? What if you change internet providers?

The cost of a domain name is not much. We use GoDaddy.com but others registrars exist and some may be even cheaper.

The cost of hosting is not much either. We use xhostsolutions.com because they are a good price and we like them. There are lots of others out there too - probably with similar prices, and service that is just as good. I have a friend that works for velocity internet in Canberra. They do web hosting.

In many ways unix(linux) based hosting is better than Windows hosting but we have used both and either one works.

PAD Program to Submit Software

So, you've written a fantastic shareware or freeware program that does great things. It is probably really useful and will bring some benefit to the world - even if it is only in a small niche. Thank you.

However, it is only useful if people know about it. If your software is shareware or freeware you probably meant others to use it. To use it they have to know about it. And if its shareware you probably want someone to buy it so you can feed the kids.

Okay. Where to from here? how do you make it all happen?

Cover the basics first.

* You ought to set up a website for your program or your business or you.
* You need to set up at least a few web pages on your site.
You must have at least one page describing your software program. "Contact Us" and "FAQ" (Frequently Asked Questions) pages are also good ones to add.
* Upload your software to your website.
* Create a 32x32 GIF icon file for your program.
You may have an icon already as part of your program. If so, odds are you'll need to convert this to a GIF file. (There are freeware programs that do this e.g. IcoFX). Upload the GIF to your website.
* Do a screen print of your program and upload this as a JPG file.
It ought to be a standard size like 640x480 or 800x600. You can use Paint to center a smaller screen print on a standard size canvas.

Now Get Your Software Known

Step 1. Get a copy of PADGen from the Association of Shareware Professionals.
Step 2. Install it and fill in your company's details (or your details).
Step 3. Fill in your program's details.
Step 4. Build a PAD file for your program.
Step 5. Copy it to your website.
Step 6. Get a PAD program to submit software to lots of software download sites and use it.
Step 7. Promote your software.

More Info

Check out Introduction to PAD file Submission Tools

Tuesday, July 21, 2009

Submit PAD Files to 500 Sites

We've done our first data file update for EziSubmit and, even though we were going to charge a minimal fee for updates, we've made it FREE.

What's more, the update gives you 100 more download sites to which you can submit your software. What was a really good program that allowed you to submit PAD files for your shareware or freeware programs to 400 sites; now gives you 500!

That is a pretty cool upgrade - for nothing.

Click here to download the data file update

Outlook 2003 Command Line Backup

With SaveMail you can backup your Outlook email from the command line (cmd prompt). It's pretty easy really.

SaveMail allows you to specify all of its parameters on the command line. It works like this:

[path\]SaveMail (Email-Folder) (Output-Directory) /autorun

For example:

C> cd \Program Files\GssEziSoft\SaveMail Pro
C> SaveMail_pro.exe "\\Personal Folders\Inbox" C:\Temp\ /autorun

You can also create a shortcut on your desktop or have the Windows Scheduler run it automatically. See Help - The Command Line; or the "How to automatically save your mail" article.


SaveMail has been tested with Microsoft Outlook 2003 and may also work with later versions (e.g. Outlook 2007).

Thursday, July 16, 2009

Portable Email

One of the most frustrating things about email is "you can't take it with you".

Oh, yes, you can import it into your new computer. In some cases you can save it, convert it, and load it into another email program. But it is all very messy and sometimes the email programs just won't allow you to transfer email between them. Ever been stuck with two (or more) email programs because you can't get messages from the old system into the new one? I have.

And what is with all of the different email formats? How are you supposed to read your email if you don't have that program on that computer?

Saving your email in a standard format such as text or HTML allows you to read it anywhere. You can take it with you. You don't need a huge email program. You can use Notepad or a browser. You can read it on a Mac or on a Linux machine.

SaveMail can now save email as plain text files. If the email was in HTML format, it can save it as a HTML file.

You CAN have your email and read it too.

Save Email Attachments

SaveMail Ver 1.00.0040 just hit the streets.

We're really excited about this new version as you can now save email in text format and save attachments as normal files. There is a new option "Output" which allows you to save your Microsoft Outlook email as MSG files, as TXT (text) files, or as DIRectories which contain the email message and any attachments.

We think it is a brilliant solution to saving your email in a totally portable way.

You can download it from http://www.gssezisoft.com.

New Blog

Hi all.

I've just created this new blog as an easy way of updating people on what we are up to.