yahoo messenger for the web
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4952
Yahoo! Messenger for RedHat 9 1.0.4-1
Yahoo! Messenger 1.0.4-1 for RedHat 9 more>> Yahoo! Messenger 1.0.4-1 for RedHat 9
Whats New In This Version?
Consistent Look - The popular animated emoticons included in other versions of Messenger are now in the Unix version.
Archiving - Archived messages are now rendered in HTML, work faster, and are more reliable.
Bugfixes - Sound on RedHat kernels now works reliably.
Content - Content added from Address Book.
Performance Improvements - P2P file transfer is now possible from Windows clients.
To install the Linux version of Messenger:
RedHat Linux:
1. Save the appropriate file listed below to your machine.
2. Log in as root and type
rpm -i
with the appropriate filename depending on your version to install the application.
3. Run /usr/bin/ymessenger from X Window to launch the application.<<less
Download (693KB)
Added: 2009-04-28 License: Freeware Price: Free
224 downloads
Other version of Yahoo! Messenger for RedHat
Yahoo! Messenger 1.0.4-1 for RedHat 8.0. Yahoo! Messenger for RedHat 8.0 1.0.4-1 - Jouke Visser ... Yahoo! Messenger 1.0.4-1 for RedHat 8.0 Whats New In This Version? Consistent Look - TheLicense:Freeware
Yahoo! Messenger 1.0.4-1 for RedHat 7.x. Yahoo! Messenger for RedHat 7.x 1.0.4-1 - Jouke Visser ... Yahoo! Messenger 1.0.4-1 for RedHat 7.x Whats New In This Version? Consistent Look - TheLicense:Freeware
Yahoo! Messenger 1.0.4-1 for RedHat 6.x. Yahoo! Messenger for RedHat 6.x 1.0.4-1 - Jouke Visser ... Yahoo! Messenger 1.0.4-1 for RedHat 6.x Whats New In This Version? Consistent Look - TheLicense:Freeware
Yahoo Messenger 1.0.4
Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<lessEnhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads

Yahoo! Messenger for Debian Linux 1.0.4-1
Yahoo! Messenger 1.0.4-1 for Debian Linux more>> Yahoo! Messenger 1.0.4-1 for Debian Linux
Whats New In This Version?
Consistent Look - The popular animated emoticons included in other versions of Messenger are now in the Unix version.
Archiving - Archived messages are now rendered in HTML, work faster, and are more reliable.
Bugfixes - Sound on RedHat kernels now works reliably.
Content - Content added from Address Book.
Performance Improvements - P2P file transfer is now possible from Windows clients.
To install the Linux version of Messenger:
1. Save the appropriate file listed below to your machine.
2. Log in as root and type
dpkg -i ymessenger_1.0.4_1_i386.deb
to install the application
3. Run /usr/bin/ymessenger from X Window to launch the application.<<less
Download (652KB)
Added: 2009-04-27 License: Freeware Price: Free
353 downloads
Net::YahooMessenger 0.16
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. more>>
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol.
SYNOPSIS
use Net::YahooMessenger;
my $yahoo = Net::YahooMessenger->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
MAINTAINERS WANTED
This module is not in active maintenance now. Thus it doesnt play well with recent Yahoo! protocol updates. If you are interested in taking over this module on CPAN, please let me know your CPAN author ID to me at miyagawa[at]cpan.org.
Net::YahooMessenger is a client class for connecting with the Yahoo!Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
<<lessSYNOPSIS
use Net::YahooMessenger;
my $yahoo = Net::YahooMessenger->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
MAINTAINERS WANTED
This module is not in active maintenance now. Thus it doesnt play well with recent Yahoo! protocol updates. If you are interested in taking over this module on CPAN, please let me know your CPAN author ID to me at miyagawa[at]cpan.org.
Net::YahooMessenger is a client class for connecting with the Yahoo!Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
Download (0.016MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1052 downloads
Net::YahooMessenger::CRAM 0.16
Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. more>>
Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism.
SYNOPSIS
my $cram = Net::YahooMessenger::CRAM->new();
$cram->set_id($your_yahoo_id);
$cram->set_password($your_password);
$cram->set_challenge_string($string_from_server);
my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YahooMessenger::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
<<lessSYNOPSIS
my $cram = Net::YahooMessenger::CRAM->new();
$cram->set_id($your_yahoo_id);
$cram->set_password($your_password);
$cram->set_challenge_string($string_from_server);
my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YahooMessenger::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
Download (0.016MB)
Added: 2006-12-12 License: Perl Artistic License Price:
621 downloads
Yahoo::Marketing::ErrorType 0.08
Yahoo::Marketing::ErrorType is an object to represent a Yahoo Marketing ErrorType. more>>
Yahoo::Marketing::ErrorType is an object to represent a Yahoo Marketing ErrorType.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
key
param
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
key
param
get (read only) methods
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yafumato Web Messenger 0.7.1
Yafumato Web Messenger is a Web-based instant messenger client. more>>
Yafumato Web Messenger is a Web-based instant messenger client. Users can connect to supported instant messenger services using only a Web browser via HTTP (or HTTPS).
The Yafumato server connects to the messengers by proxy and provides the Web interface to the user, allowing instant messaging from computers where a desktop client cannot be used.
Yafumato Web Messenger is currently alpha software; as such, it has minimal error handling and is not feature complete.
Enhancements:
- The database is now an optional package; users can now login using messenger credentials rather than single sign-on using the database.
- Messenger session handling has been improved; any active messenger sessions are restored upon signin.
- Unstable messenger sessions can be disconnected and replaced using the new "Reset Messenger" link on the status page.
<<lessThe Yafumato server connects to the messengers by proxy and provides the Web interface to the user, allowing instant messaging from computers where a desktop client cannot be used.
Yafumato Web Messenger is currently alpha software; as such, it has minimal error handling and is not feature complete.
Enhancements:
- The database is now an optional package; users can now login using messenger credentials rather than single sign-on using the database.
- Messenger session handling has been improved; any active messenger sessions are restored upon signin.
- Unstable messenger sessions can be disconnected and replaced using the new "Reset Messenger" link on the status page.
Download (11.4MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1142 downloads
Wooden Fish Messenger 1.0 beta1
Wooden Fish Messenger is an instant messenging client application based on the open Jabber Standard Protocals and the SMACK API. more>>
Wooden Fish Messenger is an instant messenging client application based on the open Jabber Standard Protocals and the SMACK API.
The application is written in Java and can be launched directly from your browser through Java Web Start.
Main features:
- Multiple Jabber accounts,
- Chat, groupchat, message,
- Sounds for presence and incoming message notifications,
- Animated icons,
- Various skins,
- Run on any platform that supports JRE 1.4.x or higher
- Integrated bookmark and room discovery functions to join a group chat room,
- Tabbed group chat interface,
- Conversation history,
- Chat Room configuration,
- and more..
Wooden Fish Messenger is a Java Web Start enabled application. Please click on the image below to install and launch the application.
Wooden Fish Messenger will be installed automatically from your browser and work as standalone desktop application. Before launching the application, please check the Java Runtime section of the requirements page and verify that the Java Runtime Environment is installed and the web browser is configured properly to support Java Web Start JNLP file extension.
<<lessThe application is written in Java and can be launched directly from your browser through Java Web Start.
Main features:
- Multiple Jabber accounts,
- Chat, groupchat, message,
- Sounds for presence and incoming message notifications,
- Animated icons,
- Various skins,
- Run on any platform that supports JRE 1.4.x or higher
- Integrated bookmark and room discovery functions to join a group chat room,
- Tabbed group chat interface,
- Conversation history,
- Chat Room configuration,
- and more..
Wooden Fish Messenger is a Java Web Start enabled application. Please click on the image below to install and launch the application.
Wooden Fish Messenger will be installed automatically from your browser and work as standalone desktop application. Before launching the application, please check the Java Runtime section of the requirements page and verify that the Java Runtime Environment is installed and the web browser is configured properly to support Java Web Start JNLP file extension.
Download (MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
846 downloads
Yahoo Mail Sucker pr79
Yahoo Mail Sucker is a Perl script that allows you to fetch Yahoo Mail messages. more>>
As you probably know, Yahoo Mail does not provide free POP access to its users any more. You can still use your YM account for free, but you have to use a Yahoo Mail web site to access your account.
This is not very convenient as you always have to be online, you cannot use your favourite e-mail client to read your messages, and so on. You can easily immagine the disadvantages of having to manage all your corespondence via web.
When Yahoo disabled its free POP access, the first thing that came to my mind was to change my e-mail account. But then I realized, there are far too many people used to my current Yahoo Mail address, that I am used to my YM address very much too and I thought - if Yahoo closes a free service, the other services will follow sooner or later. So changing an e-mail service/account wasnt really solution.
That is when I have decided to write YoSucker as a simple portable perl application, that would simulate a user actions to retrieve my mail to my local inbox. Yahoo Mail Sucker simply connects to the Yahoo Mail web site, parses the HTML code and fetches new messages.
With time I have added lots of other features and functionality (like support for multiple accounts, support for procmail, support for local Yahoo Mail sites, for proxy connection and much more) but the basic idea still stay the same...
Main features:
- secure SSL login
- support for multiple accounts
- encrypted passwords for enhanced security
- transaction safe writes
- support for various folders (including BULK mail)
- support for multiuser environment
- support for multiple mailboxes in one config file
- support for procmail (output to a pipe)
- support for localized Yahoo Mail sites
- support for proxy
- support for basic proxy authorization
- support of command line parameters
- powerful digest feature for listing mailbox content
- handles virtually unlimited number of messages
- LeaveOnServer, EmptyTrash and OnlyNew features
- restore message unread flag feature
- powerful CLEAN option
- quota storage warning system
- session Respawn feature
Enhancements:
- This things been around too long be be a prototype any longer.
- Filtered the annoying "Yahoo! Domain Keys" message in From header
<<lessThis is not very convenient as you always have to be online, you cannot use your favourite e-mail client to read your messages, and so on. You can easily immagine the disadvantages of having to manage all your corespondence via web.
When Yahoo disabled its free POP access, the first thing that came to my mind was to change my e-mail account. But then I realized, there are far too many people used to my current Yahoo Mail address, that I am used to my YM address very much too and I thought - if Yahoo closes a free service, the other services will follow sooner or later. So changing an e-mail service/account wasnt really solution.
That is when I have decided to write YoSucker as a simple portable perl application, that would simulate a user actions to retrieve my mail to my local inbox. Yahoo Mail Sucker simply connects to the Yahoo Mail web site, parses the HTML code and fetches new messages.
With time I have added lots of other features and functionality (like support for multiple accounts, support for procmail, support for local Yahoo Mail sites, for proxy connection and much more) but the basic idea still stay the same...
Main features:
- secure SSL login
- support for multiple accounts
- encrypted passwords for enhanced security
- transaction safe writes
- support for various folders (including BULK mail)
- support for multiuser environment
- support for multiple mailboxes in one config file
- support for procmail (output to a pipe)
- support for localized Yahoo Mail sites
- support for proxy
- support for basic proxy authorization
- support of command line parameters
- powerful digest feature for listing mailbox content
- handles virtually unlimited number of messages
- LeaveOnServer, EmptyTrash and OnlyNew features
- restore message unread flag feature
- powerful CLEAN option
- quota storage warning system
- session Respawn feature
Enhancements:
- This things been around too long be be a prototype any longer.
- Filtered the annoying "Yahoo! Domain Keys" message in From header
Download (0.043MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
864 downloads
POE::Component::YahooMessenger 0.05
POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. more>>
POE::Component::YahooMessenger is a POE component for Yahoo! Messenger.
SYNOPSIS
use POE qw(Component::YahooMessenger);
# spawn YM session
POE::Component::YahooMessenger->spawn(Alias => ym);
# register your session for callbacks
$kernel->post(ym => register);
# tell YM how to connect
$kernel->post(ym => connect => {
id => your_id,
password => xxxxxxx,
});
# associate this callback with ym_goes_online
sub goes_online {
my $event = $_[ARG0];
printf "buddy %s goes onlinen", $event->buddy_id;
}
# send message
$kernel->post(ym => send_message => {
to => $buddy_id,
message => "Hello World",
});
# change your status
$kernel->post(ym => change_my_status => {
busy => 0, # 0 = not busy
message => "going for lunch now!",
});
# retrieve your buddies list
$kernel->post(ym => buddies => retrieve_buddies);
sub retrieve_buddies {
my $buddies = $_[ARG0];
for my $buddy_id (keys %$buddies) {
printf "%s (group: %s)n", $buddy_id, $buddies->{$buddy_id};
}
}
$poe_kernel->run();
POE::Component::YahooMessenger is a POE component to connect Yahoo! Messener. This module ripoffs a lot of code from Net::YahooMessenger for protocol implementations.
API is intentionally made similar to that of PoCo::IRC.
<<lessSYNOPSIS
use POE qw(Component::YahooMessenger);
# spawn YM session
POE::Component::YahooMessenger->spawn(Alias => ym);
# register your session for callbacks
$kernel->post(ym => register);
# tell YM how to connect
$kernel->post(ym => connect => {
id => your_id,
password => xxxxxxx,
});
# associate this callback with ym_goes_online
sub goes_online {
my $event = $_[ARG0];
printf "buddy %s goes onlinen", $event->buddy_id;
}
# send message
$kernel->post(ym => send_message => {
to => $buddy_id,
message => "Hello World",
});
# change your status
$kernel->post(ym => change_my_status => {
busy => 0, # 0 = not busy
message => "going for lunch now!",
});
# retrieve your buddies list
$kernel->post(ym => buddies => retrieve_buddies);
sub retrieve_buddies {
my $buddies = $_[ARG0];
for my $buddy_id (keys %$buddies) {
printf "%s (group: %s)n", $buddy_id, $buddies->{$buddy_id};
}
}
$poe_kernel->run();
POE::Component::YahooMessenger is a POE component to connect Yahoo! Messener. This module ripoffs a lot of code from Net::YahooMessenger for protocol implementations.
API is intentionally made similar to that of PoCo::IRC.
Download (0.006MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1049 downloads
Galaxium Messenger 0.4.6
Galaxium Messenger is an Instant Messenger for GNOME using the MSN service. more>>
Galaxium is a MSN service messenger application that runs in the GNOME environment on Linux. Galaxium Messenger is written by Adam Peck and Philippe Durand, students of the Southern Alberta Institute of Technology.
Here you will find information about the development of this new instant messenger and have an opportunity to involve yourself in the process!
<<lessHere you will find information about the development of this new instant messenger and have an opportunity to involve yourself in the process!
Download (0.63MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1055 downloads
Yahoo::Marketing::ReportInfo 0.08
Yahoo::Marketing::ReportInfo is an object to represent a Yahoo Marketing ReportInfo. more>>
Yahoo::Marketing::ReportInfo is an object to represent a Yahoo Marketing ReportInfo.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
createDate
reportID
reportName
status
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
createDate
reportID
reportName
status
get (read only) methods
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Linux MSN Messenger Engine 1.0
Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine. more>>
Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine.
Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
Enhancements:
- Code cleanup
<<lessPreliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
Enhancements:
- Code cleanup
Download (0.056MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
827 downloads
Yahoo::Marketing::Keyword 0.08
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword. more>>
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
adGroupID
advancedMatchON
alternateText
sponsoredSearchMaxBid
status
text
update
url
watchON
get (read only) methods
accountID
canonicalSearchText
createTimestamp
deleteTimestamp
editorialStatus
lastUpdateTimestamp
phraseSearchText
sponsoredSearchMaxBidTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
adGroupID
advancedMatchON
alternateText
sponsoredSearchMaxBid
status
text
update
url
watchON
get (read only) methods
accountID
canonicalSearchText
createTimestamp
deleteTimestamp
editorialStatus
lastUpdateTimestamp
phraseSearchText
sponsoredSearchMaxBidTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::MasterAccount 0.08
Yahoo::Marketing::MasterAccount is an object to represent a Yahoo Marketing MasterAccount. more>>
Yahoo::Marketing::MasterAccount is an object to represent a Yahoo Marketing MasterAccount.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
currencyID
name
signupStatus
taggingON
timezone
trackingON
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
currencyID
name
signupStatus
taggingON
timezone
trackingON
get (read only) methods
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1052 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 yahoo messenger for the web 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