yahoo domains
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 889
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
Yahoo::Music::Ratings 2.00
Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. more>>
Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings.
SYNOPSIS
use Yahoo::Music::Ratings;
my $ratings = new Yahoo::Music::Ratings( {
memberName => yahooMusicMemberName,
} );
# Fetch an arrayRef of all yahooMusicMemberName song ratings
# this may take a couple minutes...
my $arrayRef = $ratings->getRatings();
# Print out a nice tab seperated version so that we can easily
# read the list in a spreadsheet program (and then filter by
# artists etc). tab_output() will output in artists alphabetical
# order.
print $ratings->tab_output();
This module provides a way to retrieve a users list of song ratings from Yahoo!s Music service, including the LaunchCast and Unliminted services.
As Yahoo! do not provide an offical feed for a member to download their ratings, the methods used within this module are subject to change and simply may not work tomorrow. However at the time of writing this README i would suspect the methods used should be stable for atleast a few days :)
<<lessSYNOPSIS
use Yahoo::Music::Ratings;
my $ratings = new Yahoo::Music::Ratings( {
memberName => yahooMusicMemberName,
} );
# Fetch an arrayRef of all yahooMusicMemberName song ratings
# this may take a couple minutes...
my $arrayRef = $ratings->getRatings();
# Print out a nice tab seperated version so that we can easily
# read the list in a spreadsheet program (and then filter by
# artists etc). tab_output() will output in artists alphabetical
# order.
print $ratings->tab_output();
This module provides a way to retrieve a users list of song ratings from Yahoo!s Music service, including the LaunchCast and Unliminted services.
As Yahoo! do not provide an offical feed for a member to download their ratings, the methods used within this module are subject to change and simply may not work tomorrow. However at the time of writing this README i would suspect the methods used should be stable for atleast a few days :)
Download (0.005MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
Yahoo Group Archiver 1.8
Yahoo! Group Archiver is a command line utility to interact with Yahoo! Groups. more>>
Yahoo Group Archiver project is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.
Currently the following scripts are being actively supported:
- yahoogroup-messages
- yahoogroup-files
- yahoogroup-photos
- yahoogroup-members
Main features:
yahoogroup-messages
- Downloads all the messages from a group in the order in which they were received.
- Note: Yahoo has user based and group based limits on the number of messages you can download
yahoogroup-files
- Downloads all the content from the Files section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of files you can download
yahoogroup-photos
- Downloads all the content from the Photos section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of images you can download
yahoogroup-members
- Extract the members list and output it as a tab separated data.
- Note: MS Excel users may read this data by redirecting it to a file with a extension .xls
Enhancements:
- Yahoo! has made HTTPS-based login mandatory, and the script has been updated with the new Yahoo! Group HTML layout.
<<lessCurrently the following scripts are being actively supported:
- yahoogroup-messages
- yahoogroup-files
- yahoogroup-photos
- yahoogroup-members
Main features:
yahoogroup-messages
- Downloads all the messages from a group in the order in which they were received.
- Note: Yahoo has user based and group based limits on the number of messages you can download
yahoogroup-files
- Downloads all the content from the Files section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of files you can download
yahoogroup-photos
- Downloads all the content from the Photos section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of images you can download
yahoogroup-members
- Extract the members list and output it as a tab separated data.
- Note: MS Excel users may read this data by redirecting it to a file with a extension .xls
Enhancements:
- Yahoo! has made HTTPS-based login mandatory, and the script has been updated with the new Yahoo! Group HTML layout.
Download (0.012MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1000 downloads
Yahoo::Marketing::Ad 0.08
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad. more>>
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad.
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
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
<<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
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
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::Marketing::Service 0.08
Yahoo::Marketing::Service is a base class for Service modules. more>>
Yahoo::Marketing::Service is a base class for Service modules.
SYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
<<lessSYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
Download (0.066MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
WWW::Yahoo::Links 0.02
WWW:Yahoo:Links 0.02 is yet another excellent utility for webmasters. It actually allows you to track Inbound Links in Yahoo Site Explorer API more>>
WWW:Yahoo:Links 0.02 is yet another excellent utility for webmasters. It actually allows you to track Inbound Links in Yahoo Site Explorer API.
Enhancements: 2008-08-06
- Corrected "Errors" response handling
- Fixed JSON version in requirements
- Verbose testing
Added: 2008-10-20 License: Perl Artistic License Price: FREE
14 downloads
Yahoo::Marketing::Role 0.08
Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. more>>
Yahoo::Marketing::Role is an object to represent a user role for an account, for example, AccountAdministrator or CampaignManager.
Roles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
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
get (read only) methods
name
<<lessRoles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
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
get (read only) methods
name
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
Yahoo::Marketing::AdService 0.08
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. more>>
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service.
SYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
<<lessSYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
WWW::Yahoo::Movies 0.02
WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. more>>
WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information.
SYNOPSIS
use WWW::Yahoo::Movies;
my $movie = new WWW::Yahoo::Movies();
print "TITLE: ".$movie->title." - ".$movie->year."n";
WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/). Sometimes IMDB doesnt have full information about movie (plot summary, cover etc). In that case its good idea to have another place to get movie info.
Also, there are many Perl extensions for Yahoo! in the CPAN. Hope WWW::Yahoo::Movies will be useful as well!
<<lessSYNOPSIS
use WWW::Yahoo::Movies;
my $movie = new WWW::Yahoo::Movies();
print "TITLE: ".$movie->title." - ".$movie->year."n";
WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/). Sometimes IMDB doesnt have full information about movie (plot summary, cover etc). In that case its good idea to have another place to get movie info.
Also, there are many Perl extensions for Yahoo! in the CPAN. Hope WWW::Yahoo::Movies will be useful as well!
Download (0.013MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
Yahoo::Marketing::AdResponse 0.08
Yahoo::Marketing::AdResponse is an object to represent a Yahoo Marketing AdResponse. more>>
Yahoo::Marketing::AdResponse is an object to represent a Yahoo Marketing AdResponse.
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
ad
editorialReasons
errors
operationSucceeded
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
ad
editorialReasons
errors
operationSucceeded
get (read only) methods
Download (0.066MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1047 downloads
Yahoo!Marketing: BillingUser 4.04
This provides you an useful and free program which is an object to represent a Yahoo Marketing BillingUser. more>> Yahoo! Marketing: BillingUser 4.04 provides you a useful and free program which is an object to represent a Yahoo Marketing BillingUser. This product will be a good choice for you!<<less
Added: 2008-05-07 License: Perl Artistic License Price: FREE
1 downloads
Yahoo::Marketing::BillingUser 0.08
Yahoo::Marketing::BillingUser is an object to represent a Yahoo Marketing BillingUser. more>>
Yahoo::Marketing::BillingUser is an object to represent a Yahoo Marketing BillingUser.
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
email
firstName
lastName
middleInitial
phone
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
firstName
lastName
middleInitial
phone
get (read only) methods
Download (0.066MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1047 downloads
Yahoo::Marketing::AdGroup 0.08
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup. more>>
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup.
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
ID
accountID
adAutoOptimizationON
advancedMatchON
campaignID
contentMatchMaxBid
contentMatchON
name
sponsoredSearchMaxBid
sponsoredSearchON
status
watchON
get (read only) methods
contentMatchMaxBidTimestamp
createTimestamp
deleteTimestamp
lastUpdateTimestamp
sponsoredSearchMaxBidTimestamp
<<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
ID
accountID
adAutoOptimizationON
advancedMatchON
campaignID
contentMatchMaxBid
contentMatchON
name
sponsoredSearchMaxBid
sponsoredSearchON
status
watchON
get (read only) methods
contentMatchMaxBidTimestamp
createTimestamp
deleteTimestamp
lastUpdateTimestamp
sponsoredSearchMaxBidTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 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
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 domains 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