Main > Free Download Search >

Free yahoo smtp software for linux

yahoo smtp

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 627
Yahoo Messenger 1.0.4

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 -
<<less
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Kwiki::Yahoo 0.04

Kwiki::Yahoo 0.04


Kwiki::Yahoo is a Wafl Phrase for including RSS feeds in a Kwiki Page. more>>
Kwiki::Yahoo is a Wafl Phrase for including RSS feeds in a Kwiki Page.

{yahoo-doc < query > |args}

Kwiki::Yahoo uses the Yahoo::Search module to use the Yahoo API for web, video, image, news, local, spelling, and related searches.

This is a simple proof of concept that probably has many roads for improvement. A lot of flexibility would be gained by accessing the Results directly rather than using the generated HTML.

DEMONSTRATION

Theres a demonstration, with some explanatory text at http://www.burningchrome.com/wiki/index.cgi?KwikiYahoo

<<less
Download (0.009MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1051 downloads
Yahoo::BBAuth 0.01

Yahoo::BBAuth 0.01


Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication. more>>
Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication.

SYNOPSIS

my $bbauth = Yahoo::BBAuth->new(
appid => $appid,
secret => $secret,
);
# Create an authentication link
printf, $bbauth->auth_url;
# After the user authenticates successfully, Yahoo returns the user to the page you
# dictated when you signed up. To verify whether authentication succeeded, you need to
# validate the signature:
if ($bbauth->validate_sig()) {
print Authentication Successful;
} else {
print Authentication Failed. Error is: .$bbauth->sig_validation_error;
}
my $url = http://photos.yahooapis.com/V1.0/listAlbums;
my $xml = $bbauth->auth_ws_get_call($url);
unless ($xml) {
print WS call setup Failed. Error is: . $bbauth->access_credentials_error;
} else {
print Look at response for other errors or success: .$xml;
}

This module priovides you an Object Oriented interface for Yahoo! Browser-Based Authentication.

This module is ported from official PHP class library(http://developer.yahoo.com/auth/quickstart/bbauth_quickstart.zip).

<<less
Download (0.004MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
lib smtp 0.8.5

lib smtp 0.8.5


libsmtp allows programs to send mail directly through SMTP (no sendmail needed). more>>
libsmtp allows programs to send mail directly through SMTP (no sendmail needed). lib smtp is designed to be simple and memory efficient, and has slightly untested support for MIME multipart body parts.

<<less
Download (0.073MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1218 downloads
Yahoo Group Archiver 1.8

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.
<<less
Download (0.012MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1000 downloads
Yahoo::Marketing::AdGroup 0.08

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

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Ad 0.08

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

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Yahoo::Search 1.7.10

Yahoo::Search 1.7.10


Yahoo::Search is a Perl interface to the Yahoo! Search public API. more>>
Yahoo::Search is a Perl interface to the Yahoo! Search public API.

The following search spaces are supported:

Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.

Image
Image search (jpeg, png, gif, ...)

Video
Video file search (avi, mpeg, realmedia, ...)

News
News article search

Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)

Terms
A pseudo-search to report the important search terms from the provided content or content+query.

Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.

Related
A pseudo-search to fetch "also try" related-searches for a search term.

(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)

Yahoo!s raw API, which this package uses, is described at:

http://developer.yahoo.net/

<<less
Download (0.035MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
Yahoo::Search::XML 1.7.10

Yahoo::Search::XML 1.7.10


Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. more>>
Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search.

The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses XML::Parser, which suffers from crippling memory leaks (in one test, 36k was lost with each parsing of a 7k xml file), so Ive rolled my own simple version that might be called, uh, XML::SuperDuperSimple.

The end result is identical to what XML::Simple would produce, at least for the XML the Yahoo! sends back. It may well be useful for other things that use a similarly small subset of XML notation.

This package is also much faster than XML::Simple / XML::Parser, producing the same output 41 times faster, in my tests. Thats the benefit of not having to handle everything, I guess.

<<less
Download (0.035MB)
Added: 2006-09-07 License: Perl Artistic License Price:
1142 downloads
Yahoo::Marketing::Campaign 0.08

Yahoo::Marketing::Campaign 0.08


Yahoo::Marketing::Campaign is an object to represent a Yahoo Marketing Campaign. more>>
Yahoo::Marketing::Campaign is an object to represent a Yahoo Marketing Campaign.

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
advancedMatchON
campaignOptimizationON
contentMatchON
description
endDate
name
sponsoredSearchON
startDate
status
watchON

get (read only) methods

createTimestamp
deleteTimestamp
lastUpdateTimestamp

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Music::Ratings 2.00

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 :)

<<less
Download (0.005MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
Yahoo::Marketing::ErrorType 0.08

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

<<less
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Search::Result 1.5.8

Yahoo::Search::Result 1.5.8


Yahoo::Search::Result is a class representing a single result from a Yahoo! search-engine query. more>>
Yahoo::Search::Result is a class representing a single result (single web page, image, video file, etc) from a Yahoo! search-engine query. (This package is included in, and automatically loaded by, the Yahoo::Search package.)

Package Use ^

You never need to use this package directly -- it is loaded automatically by Yahoo::Search.

Object Creation ^

Result objects are created automatically when a Response object is created (when a Request objects Fetch method is called, either directly, or indirectly via a shortcut such as Yahoo::Search->Query().

<<less
Download (0.034MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1194 downloads
Yahoo::Marketing::Role 0.08

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

<<less
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
Geo::Coder::Yahoo 0.02

Geo::Coder::Yahoo 0.02


Geo::Coder::Yahoo is a Perl module with geocode addresses with the Yahoo! API. more>>
Geo::Coder::Yahoo is a Perl module with geocode addresses with the Yahoo! API.

SYNOPSIS

Provides a thin Perl interface to the Yahoo! Geocoding API.
use Geo::Coder::Yahoo;

my $geocoder = Geo::Coder::Yahoo->new(appid => my_app );
my $location = $geocoder->geocode( location => Hollywood and Highland, Los Angeles, CA );

<<less
Download (0.005MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1052 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5