WareSeeker Search Software

messages


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Glowing Messages


script Java Free
View Detail
Download Glowing MessagesDownload Glowing Messages
Glowing Messages is a message presentation applet with a glow effect. Every message can be linked to a URL.
2

Private Messages (DotNetNuke)


script ASP NET Free
View Detail
Download Private Messages (DotNetNuke)Download Private Messages (DotNetNuke)
The Private Messages module allows users of your portal to send & receive messages from each other. They can also be notified via email when a message has arrived.
3

ScreenSaver Messages 1.0


windows Home Shell Desktop->People Screen Savers Free
View Detail
Download ScreenSaver Messages 1.0Download ScreenSaver Messages 1.0
291 KB
ScreenSaver Messages is a screensaver that allows you to receive messages from around the world and have them delivered to your screen. This screensaver displays selection of messages other users sent through SSMess website and downloads new messages automatically in the background.

Updates are quick with all kinds of internet connections as a set of new messages takes only a couple of kilobytes. You can send your own messages through SSMess website (www.ssmess.com) and they will soon end up on your own or someone elses screen. The whole system is free to use.

4

PostIt Messages 3.16


windows Home Shell Desktop->Other Free
View Detail
Download PostIt Messages 3.16Download PostIt Messages 3.16
145 KB
PostIt Messages description
PostIt Messages allows you to leave a message that will be shown right next to the system tray. PostIt Messages allows you to leave a message that will be shown right next to the system tray.

You can select the moment when the message to show up, the way it will show - fade in/out or rolling up, and other options.

Double click the text box in config window to edit the message.

You can also choose between 4 different color.

5

PHP text messages.


script PHP Free
View Detail
Download PHP text messages.Download PHP text messages.
This is a free text messaging script that can send a message to 7 different cell phone carriers. It is very simple and can be placed in any PHP site (I think). They are probably some bugs, I have had it running on mys site for a little while now with no problems but you never know. Feel free to change it any way you want I dont care, just dont take credit for the work you didnt do. **I have made a few changes so please read the ReadMe file before installing.
6

cintoo Messages 1.0 Alpha1


linux Programming->Libraries Free
View Detail
Download cintoo Messages 1.0 Alpha1Download cintoo Messages 1.0 Alpha1
0.030 MB
cintoo Messages is a framework to make internationalization easier for Java applications. cintoo Messages framework supports locales for threads, and bundles can be associated with different packages.

This allows the usage of different bundles for different parts of the application, such as plugins, an installer, or a logging system. Bundles can be managed and associated with packages without any changes in the code.

This makes bundle management and refactoring much easier than with other solutions. cintoo Messages supports global locales for client applications written in Swing or SWT and thread-local ones for serverside Web applications.

Example:

Messages.setBundle("myBundle", "only.for.this.package");
...
Messages.setThreadLocale(new Locale("en", ""));
...
Messages.format(this, "myKey");

7

Valentine Messages Screensaver 1.0


windows Home Shell Desktop->People Screen Savers $n
View Detail
Download Valentine Messages Screensaver 1.0Download Valentine Messages Screensaver 1.0
1.11 MB
Valentine Messages Screensaver description
Valentine Messages Screensaver displays on your desktop lots of floating and spinning hearts with Valentines Day messages on The Valentine Messages Screensaver will allow you to see Tweetys message for Valentines Day, and lots more float and spin to say what is in your heart.

The Valentine Messages Screensaver will give you the option to enable or disable its musical background.

Limitations:

· 5 days trial

8

Fast Messages 1.21


windows Communications->LAN Messaging Clients $9
View Detail
Download Fast Messages 1.21Download Fast Messages 1.21
1.46 MB
With Fast Messages you can send messages over a Network. Simply type your message, select the user(s) you want to mail and press the Send (Mail) button.

Select a single user and press the Chat (Speaker) button to initiate a real time text chat.

This message utility can greatly improve productivity in your business and office environment by allowing all PC users to easily communicate with each other and send vital information which can be copied into other work documents. It is more user friendly and quicker to use than email and is more effective than a phone call since you can send information to multiple
users at the same time.

Fast Messages is automatically loaded on startup so only users that are currently online appear on the list. If they log out of the Network their name is automatically removed from the list. Any incoming messages will pop-up over your work so that the message is conveyed quickly.

Here are some key features of "Fast Messages":

· Copy Messages
· Save Messages
· Network Chat
· Quicker than email
· More user friendly than email
· Send information to multiple users at the same time.

9

Subliminal Messages hypno 2.1


windows Home Education->Health Nutrition $19.90
View Detail
Download Subliminal Messages hypno 2.1Download Subliminal Messages hypno 2.1
350KB
Nice subliminal-messaging programs.
Subliminal messages can help you in reaching your ideal weight, in stopping your bad habits, like smoking and drinking, in achieving good results in your business, in love and in your sexual life.
We recommend you to use the best subliminal-messaging self-help software. Be sure- this will change your life!
For more info about subliminal messages visit:
http://www.soft32.com/download_122180.html
10

Localize IMAP Messages 2.0


mac Utilities->Internet Utilities Free
View Detail
Download Localize IMAP Messages 2.0Download Localize IMAP Messages 2.0
20 KB
Localize IMAP Messages is an AppleScript that will in effect copy messages older than a date you choose from IMAP servers to equivalent local Entourage folders, and deletes the originals.

This is particularly useful as you approach the limits of your IMAP storage allocation of your ISP, company or university, but when you do not want to remove the messages from Entourage to text or other archives.

You can repeatedly copy messages to the same local folder in a parallel local hierarchy to your IMAP folders.


11

Locale::Messages 1.16


linux Programming->Libraries Free
View Detail
Download Locale::Messages 1.16Download Locale::Messages 1.16
0.45 MB
Locale::Messages is a Perl module with Gettext Like Message Retrieval.

SYNOPSIS

use Locale::Messages (:locale_h :libintl_h);

gettext $msgid;
dgettext $textdomain, $msgid;
dcgettext $textdomain, $msgid, LC_MESSAGES;
ngettext $msgid, $msgid_plural, $count;
dngettext $textdomain, $msgid, $msgid_plural, $count;
dcngettext $textdomain, $msgid, $msgid_plural, $count, LC_MESSAGES;
textdomain $textdomain;
bindtextdomain $textdomain, $directory;
bind_textdomain_codeset $textdomain, $encoding;
bind_textdomain_filter $textdomain, &filter, $data;
turn_utf_8_on ($variable);
turn_utf_8_off ($variable);
nl_putenv (OUTPUT_CHARSET=koi8-r);
my $category = LC_CTYPE;
my $category = LC_NUMERIC;
my $category = LC_TIME;
my $category = LC_COLLATE;
my $category = LC_MONETARY;
my $category = LC_MESSAGES;
my $category = LC_ALL;

The module Locale::Messages is a wrapper around the interface to message translation according to the Uniforum approach that is for example used in GNU gettext and Suns Solaris. It is intended to allow Locale::Messages(3) to switch between different implementations of the lower level libraries but this is not yet implemented.

Normally you should not use this module directly, but the high level interface Locale::TextDomain(3) that provides a much simpler interface. This description is therefore deliberately kept brief. Please refer to the GNU gettext documentation available at http://www.gnu.org/manual/gettext/ for in-depth and background information on the topic.
The lower level module Locale::gettext_pp(3) provides the Perl implementation of gettext() and related functions.


12

MY|SMS MESSAGES 1.0


pda System Utilities->SMS 14.95 $ to buy
View Detail
Download MY|SMS MESSAGES 1.0Download MY|SMS MESSAGES 1.0
496.00 KB
This item allows you to see (configurable):

list of SMS messages
last message time and sender name or number
preview message content
red alert of the last arrived message

Features and manipulations:

select the font size
select the font color (or from Today theme)
select the red alert style
select the number of messages to list
show/hide the preview of content
many display styles are available
tap the title line will list more or less messages
tap the message line will display more or less details
from the popup menu you can quick reply

This program is a part of MY|TODAY collection of Today Screens items for Pocket PC devices.
Various programs to use on your Today Screen.
Programs give you more information, in more convenient styles.
All programs work well with Pocket PC or Windows Mobile operating systems.
All programs have configured fonts, colors, icons and many visual features.
All programs display the menu when you tap-and-hold the stylus or finger on the screen.

Please visit this page: www.jgui.net/todays/
to read more and see screenshots
...and preview a whole MY|TODAYTM collection.

Limitations:

· 7 days trial

Requirements:

· any PPC with free 100kB

13

MY|MESSAGES 5.1


pda Business->Organizer 12.85 $ to buy
View Detail
Download MY|MESSAGES 5.1Download MY|MESSAGES 5.1
355.00 KB
This program displays on Today Screen, your last phone calls, SMS and email messages.
Additionally, it allows you to reply to SMS sender, without the needs to open the Inbox dialog.

Program settings:

select the number of messages to display from 1, 3, 5 or 10
select only the todays messages to display
select the name or number/email to display
show/hide fonts shadows
show/hide the standard icons
display the red title line if the last phone call is missed
display the red title line if the last message is unread
blink the title line (and icon) if the status changed
define up to 4 auto-reply text with up to 100 characters
select the SMS number format - change this setting if you get message: "cannot send SMS", because it depends from your cellular network preferences

Program brief using:

main menu: tap-and-hold any part of the screen
SMS reply menu: tap-and-hold any SMS message line (see below)
then you can tap one of pre-defined text to send reply
every account can be visible/hidden by the checking the menu item
every account (incl. phone calls and SMS) has:
- the title line (tap to show/hide the below list)
- the list of messages titles (tap to show/hide the below details)
- the message details text: message text for SMS, mesage subject for emails
"Show all details" display all message list rolled down and visible
"Show one details" hide the previous list if you selected another one
"Show resources" displays one more line on the top, with battery, and free space of memory and card
red alert will hide if you touch the line of alert at least one time

Program specials:

if the last phone call is missed, the preview of number is displayed automatically
if the last message is changed or unread, the preview of sender name and subject is displayed automatically
if the one of above happen, the icon beside the line changes to the red picture
tap any messages sender name will display subject text
tap any account title line will hide the list and all details at once
the menu displays preview of your own pre-defined SMS reply text, only if you tap on SMS message
tap the resources line changes between MB and percentage values
special > indicates message replied

Here are some key features of "MY|MESSAGES":

· preview phone calls log
· preview up to 5 your email accounts
· preview SMS account
· preview ActiveSync account
· show/hide any account independently
· show/hide list of message by tapping the title line
· show/hide details of every mesage independently or together
· show/hide battery, memory and external card status
· quick reply to SMS sender with one of pre-defined text

Limitations:

· The Trial Version works 7 days without limits.
· Red message "shareware" will display every 5 minutes.
· Then auto-reply and preview of details will not run.

Whats new in this release:

· new AI engine: you read native "eye-catching" message about last calls, SMS, emails; many more improvements: just tap the resources bar and review new styles; now up to 50 messages of every from 10 accounts can be displayed; and more fixes


14

Motivational Messages Screensaver 2.0


windows Home Shell Desktop->Music Screen Savers Free
View Detail
Download Motivational Messages Screensaver 2.0Download Motivational Messages Screensaver 2.0
9.86MB
Stay positive and keep on keepin on! The Free Motivational Messages Screensaver by ScenicReflections.com displays 80 amazing and beautiful images - each with a motivational quote! These are some of the most beautiful and motivational images youll ever see. This free screen saver also features four beautiful, full-length, CD-quality musical compositions by Cynthia Jordan. The following features are included in the free Motivational Messages Screen Saver:

* Four full-length, cd-quality musical compositions
* 80 High-Quality Images
* 51 Transition Effects
* Customizable Screen Saver Settings Dialog Box
* Microsoft Plus! integration
* Password Protection Available
* Random Image Slideshow
* Simple Double-Click Installation
* Simple Un-Installation
15

Export Messages 1.1


mac Utilities->Others Free
View Detail
Download Export Messages 1.1Download Export Messages 1.1
62.7 KB
Export Messages is an AppleScript that will save multiple emails to text files in a folder on your desktop.

Does not support HTML emails yet, just plain text emails, but it is perfect for mailing list subscription emails or digests that are cluttering up your Mail mailboxes!

Export Messages runs from the script menu in Mail. Just drop it in the Mail Scripts folder in your Scripts folder (in your Library folder). If you dont see a folder named Mail Scripts, just create one (or choose Open Scripts Folder from the script menu in Mail and Mail will create it).


16

Open Unread Messages 1.0


mac Utilities->Internet Utilities Free
View Detail
Download Open Unread Messages 1.0Download Open Unread Messages 1.0
2 KB
Open Unread Messages is an Entourage AppleScript which opens a Custom View titled "Unread Messages" with shortcut key Cmd-Control-U.

Completly freeware.


17

Count Messages in Folders 1.0


mac Utilities->Others Free
View Detail
Download Count Messages in Folders 1.0Download Count Messages in Folders 1.0
5 KB
Count Messages in Folders is a small Entourage AppleScript which lists folders and the number of messages in each in draft window.

Completly freeware for personal use.


18

Subliminal Messages Hypno Flash 2.1


windows Home Education->Health Nutrition Free
View Detail
Download Subliminal Messages Hypno Flash 2.1Download Subliminal Messages Hypno Flash 2.1
488KB
Nice software for displaying subliminal messages. You can significantly improve your abilities and health with subliminal messaging. Subliminal messages are widely used for self-hypnosis and self-improvement. Power of subliminal messages is a proven fact, more than 20,000 users use Subliminal Messages Flash every day and become more successful, healthful and happy. The lite version is free, Pro versions regular cost is $29.95, however its easy to get the full version for free- all you need is to register at their forum.
19

Get Selected Messages 0.5


windows Communications->Mail Utilities Free
View Detail
Download Get Selected Messages 0.5Download Get Selected Messages 0.5
7 KB
Get Selected Messages description
Thunderbird extension that will add a Get Selected Messages toolbar button Get Selected Messages will add the button on the toolbar "Get Selected Messages", the analog of button from File->Offline->Get Selected Messages for loading selected messages by OneClick.

Requirements:

· Thunderbird: 1.0+ 3.0a1

20

Remove Duplicate Messages 0.1.02


windows Communications->Mail Utilities Free
View Detail
Download Remove Duplicate Messages 0.1.02Download Remove Duplicate Messages 0.1.02
63 KB
Remove Duplicate Messages description
Thunderbird extension that will search and remove duplicate messages from your folders If you have duplicate messages (e.g. from merging folders or downloading messages several times) you can use Remove Duplicate Messages in order to find and remove them from the selected folderand its subfolder by rightclicking on a folder and choosing "Remove Duplicate Messages".
It allows you to configure what you want to compare (sender, messageid, subject, ...).

Here are some key features of "Remove Duplicate Messages":

· Also checks subfolders
· View found messages in main view
· Option to make manual changes to the messages to be deleted.
· Supported Languages: en-US, de-DE, de-CH, de-LI, de-LU, de-CH, it-IT, es-ES, fr-FR, nl-NL
· Easy to use and fast (1000 messages per second).
· Automatic delete (no dialog showing the duplicates)
· Prefere to keep the bigger, smaller, unread or first/last found Message.


Requirements:

· Thunderbird: 1.0 1.5.0.*

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search