mailing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 129
XContact 2.2.1
Organize your personal and business contacts. more>>
XContact is a simple and fast address book withan easy-to-use interface. It offers the ability toinsert sounds, pictures, and links to documentswith each contact.
Driving your Web browser,XContact can send email or go to a URL withjust a click. It will also dial a phone number viamodem. XContact prints envelopes, labels,mailing lists, and a phone list.
<<lessDriving your Web browser,XContact can send email or go to a URL withjust a click. It will also dial a phone number viamodem. XContact prints envelopes, labels,mailing lists, and a phone list.
Download (560KB)
Added: 2004-05-16 License: Freeware Price:
1993 downloads
The On-Line Joke Book 7.0
Compilation of clean jokes and stories. more>>
The On-Line Joke Book is a compilation of clean jokes and stories gathered online. Published twice yearly in the PDF format, The OLJB can be read by just about any Mac. You can sign up for a mailing list for future versions.
<<less Download (0.227MB)
Added: 2004-07-09 License: Freeware Price:
1938 downloads
Double Scroll 2.1.2
Scroll - Places both up and down arrows on each windows scroller more>>
DoubleScroll is a control panel which gives your Macintosh double arrows at both ends of your scroll bars, allowing you toscroll in both directions from one location. Requires MacOS 8.
Enhancements:
- Changed copyright notice to include Amargosa Software, Inc.
- Changed Register program to include new email address.
- Changed docs to use new email address.
- Fixed incorrect mailing address in Register program.
<<lessEnhancements:
- Changed copyright notice to include Amargosa Software, Inc.
- Changed Register program to include new email address.
- Changed docs to use new email address.
- Fixed incorrect mailing address in Register program.
Download (141KB)
Added: 2005-10-05 License: Freeware Price:
1481 downloads
moEnvelopes 0.6.1
moEnvelopes - Print envelopes from the Apple Address Book more>>
moEnvelopes allows you to print envelopes from Jaguars Address Book.
moEnvelopes uses the groups from AddressBook as mailing lists, just like Apples Mail uses them for e-mail mailing lists. The first step ist therefore to create a group in AddressBook and to add people (or other groups) to it.
Now start moEnvelopes. Choose the group and the desired envelope style from the popups at the top of the window. You can review the resulting output in the areas below. When you are satisfied, choose "Print..." from the File menu to print the envelopes.
Enhancements:
- This version now runs on Panther (MacOS X 10.3). If you are using Jaguar (MacOS X 10.2), you should use version 0.6.
- Fixed some spelling errors.
<<lessmoEnvelopes uses the groups from AddressBook as mailing lists, just like Apples Mail uses them for e-mail mailing lists. The first step ist therefore to create a group in AddressBook and to add people (or other groups) to it.
Now start moEnvelopes. Choose the group and the desired envelope style from the popups at the top of the window. You can review the resulting output in the areas below. When you are satisfied, choose "Print..." from the File menu to print the envelopes.
Enhancements:
- This version now runs on Panther (MacOS X 10.3). If you are using Jaguar (MacOS X 10.2), you should use version 0.6.
- Fixed some spelling errors.
Download (317KB)
Added: 2005-10-19 License: Freeware Price:
1465 downloads
Make mailing list rule 1.0
Make mailing list rule - Make a new rule for a mailing list. more>>
Make mailing list rule is an AppleScript that enables you to make a new rule for a mailing list.
This script will create a folder for a mailing list, and create a rule to move incoming messages for that list into the folder, only if no folder or rule of the same name already exists. It makes the rule the second rule in the rule list--this is because many people have a kill file rule as the first rule.
The script makes the assumption that the To recipient is the list address. If that is not the case, do not use the script for that list. Unfortunately, there is no one characteristic common to all mailing lists that a script can use.
<<lessThis script will create a folder for a mailing list, and create a rule to move incoming messages for that list into the folder, only if no folder or rule of the same name already exists. It makes the rule the second rule in the rule list--this is because many people have a kill file rule as the first rule.
The script makes the assumption that the To recipient is the list address. If that is not the case, do not use the script for that list. Unfortunately, there is no one characteristic common to all mailing lists that a script can use.
Download (3KB)
Added: 2006-01-07 License: Freeware Price:
1387 downloads
Convert Script 1.0d4
Convert Script - Convert script text between ASCII and Mac format more>>
Convert Script is a little AppleScript that converts script text between standard ASCII and Macintosh format, making scripts more email friendly.
Designed for use with AppleScript mailing lists, it also attempts to salvage mangled scripts which were not preprocessed prior to being sent to the mailing list.
Special symbols like chevrons, not equal signs, continuation characters and others are replaced with other characters by the server sometimes making the original script unreadable.
Completly freeware.
Enhancements:
- Fix breaks seems to work better now.
<<lessDesigned for use with AppleScript mailing lists, it also attempts to salvage mangled scripts which were not preprocessed prior to being sent to the mailing list.
Special symbols like chevrons, not equal signs, continuation characters and others are replaced with other characters by the server sometimes making the original script unreadable.
Completly freeware.
Enhancements:
- Fix breaks seems to work better now.
Download (102KB)
Added: 2006-01-09 License: Freeware Price:
1386 downloads
ScriptToEmail 1.0
ScriptToEmail - Convert AppleScript code to email format more>>
ScriptToEmail converts AppleScript code to a 7-bit, neatly-wrapped, email-friendly, *human-readable* format. (Especially useful on mailing lists that dont support 8-bit characters.)
STE acts on your systems clipboard. Simply copy your scripts code from your editor, run STE, then paste the result into your email message.
ScriptToEmail is particularly convenient if you run it from a script menu.
Completly freeware.
<<lessSTE acts on your systems clipboard. Simply copy your scripts code from your editor, run STE, then paste the result into your email message.
ScriptToEmail is particularly convenient if you run it from a script menu.
Completly freeware.
Download (22KB)
Added: 2006-01-13 License: Freeware Price:
1380 downloads
User Agent 1.0
User Agent - Displays what email client was used to send the message more>>
User Agent is a small AppleScript that enables you to display the user agent/x-, mailer header of an incoming message.
Looks for x-Mailer or User-agent headers if present. If not, it returns the message-id, which can help to identify some mail clients. This script is handy for troubleshooting, when you need to know what version of mail client a correspondent is using.
Note: Some mailing list servers strip out the original message headers and substitute their own. In this case, there is nothing that this script can do for you.
<<lessLooks for x-Mailer or User-agent headers if present. If not, it returns the message-id, which can help to identify some mail clients. This script is handy for troubleshooting, when you need to know what version of mail client a correspondent is using.
Note: Some mailing list servers strip out the original message headers and substitute their own. In this case, there is nothing that this script can do for you.
Download (4KB)
Added: 2006-01-12 License: Freeware Price:
1380 downloads
FMPro.org Widget 1.0
FMPro.org Widget - Offers an RSS FileMaker-related news reader and a search engine on web resources more>>
FMPro.org Widget, designed for anyone using FileMaker 7 or 8 products, lets Tiger OS users read the latest FileMaker-related news and search in 6 differents resources:
- FMPro.org web site (including news, web directory, web pages, events)
- FileMaker products online help (v7 and v8 compatible)
- Filemaker.com web site (including support, purchase, products, solutions, etc)
- FileMaker Talk (mailing list archive)
- ISO Filemaker forum
- Google (web pages, news and groups).
<<less- FMPro.org web site (including news, web directory, web pages, events)
- FileMaker products online help (v7 and v8 compatible)
- Filemaker.com web site (including support, purchase, products, solutions, etc)
- FileMaker Talk (mailing list archive)
- ISO Filemaker forum
- Google (web pages, news and groups).
Download (57KB)
Added: 2006-01-26 License: Freeware Price:
1366 downloads
Write-a-Letter 1.1
Write-a-Letter - Simple template for creating mailable letters more>>
Write-a-Letter is a simple template for creating mailable letters. You enter a mailing address, return address, type in your letter, click "Print", and a document is created which can be folded and mailed without the use of an envelope.
Completly freeware.
<<lessCompletly freeware.
Download (569KB)
Added: 2006-02-06 License: Freeware Price:
1357 downloads
miniMail 1.1.1
miniMail - Send email via this widget more>>
miniMails zero configuration design is an excellent resource when you need to send a text email.
Even if your email account doesnt support POP, miniMail will work for you.
All you need is access to the internet.
Enhancements:
- Updated mailing system. (Necessary Update).
<<lessEven if your email account doesnt support POP, miniMail will work for you.
All you need is access to the internet.
Enhancements:
- Updated mailing system. (Necessary Update).
Download (281KB)
Added: 2006-02-09 License: Freeware Price:
1355 downloads
Separate Group Messages 1.0
Separate Group Messages - Send a separate e-mail to each member of a Group more>>
Separate Group Messages will send a separate e-mail to each member of a Group, so that each recipient sees only his or her own name and address as a To: recipient, and is unaware that s/he is part of a group mailing.
You may include attachments, and add extra recipients if you wish, who will also receive mail addressed only to themselves.
<<lessYou may include attachments, and add extra recipients if you wish, who will also receive mail addressed only to themselves.
Download (10KB)
Added: 2006-02-14 License: Freeware Price:
1348 downloads
Other Account (Entourage) 1.0
Other Account (Entourage) - Change the account of an outgoing message more>>
Other Account (Entourage), when attached to a repeating schedule, will automatically change the account of a new outgoing message to a non-default account for specified recipients (such as mailing lists, or anything else) before its sent.
Completly freeware.
<<lessCompletly freeware.
Download (12KB)
Added: 2006-02-22 License: Freeware Price:
1345 downloads
Mailing List Last Name (Entourage) 1.0
Mailing List Last Name (Entourage) - Corrects contact entries for mailing lists more>>
When Outlook Express makes a contact entry for a mailing list, it annoyingly puts the first word as a "first name" and the rest of it as a "last name", and alphabetizes it according to this spurious "last name" in the Address Book.
This makes it impossible to find if youre ever looking for it in the Address Book. This script overcomes this.
<<lessThis makes it impossible to find if youre ever looking for it in the Address Book. This script overcomes this.
Download (7KB)
Added: 2006-02-21 License: Freeware Price:
1340 downloads
Print Labels 1 Address EW 1.1
Print Labels 1 Address EW - Print out sheets of mailing labels more>>
Print Labels 1 Address EW will print out one or more sheets of mailing labels, or a single label, addressed to any contact(s) (or group) selected in the Address Book or a custom view.
This is also the perfect way to do Return Address labels.
<<lessThis is also the perfect way to do Return Address labels.
Download (69KB)
Added: 2006-03-04 License: Freeware Price:
1338 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mailing search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed