sending and receiving sms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2426
SideSMS 1.0
SideSMS use italian gateways for sending SMS. more>>
SideSMS sends SMS trought Italian sites and if requests works as interface for smssend.
SideSMS use italian gateways for sending SMS. Its multiplatform. SideSMS has a lot of features for sending and managing sms and accounts.
<<lessSideSMS use italian gateways for sending SMS. Its multiplatform. SideSMS has a lot of features for sending and managing sms and accounts.
Download (0.083MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1113 downloads
SMS::Send::DE::MeinBMW 0.02
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. more>>
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website.
SYNOPSIS
use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);
# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);
# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}
SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.
You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.
<<lessSYNOPSIS
use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);
# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);
# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}
SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.
You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
ASK - Active Spam Killer 2.5.3
ASK is a spam killer. more>>
ASK is a spam killer. This program (Active Spam Killer, or ASK for short) takes an "Active" approach in solving the problem: Everytime an email is received, a message is sent back to the sender asking for confirmation. If that sender does not confirm the message, it remains queued for delivery. If the sender confirms, the message is delivered and removed from the queue. The "confirmed" senders will be added to your "whitelist" and will never be sent another confirmation. Messages from these emails will always be delivered immediately . You can also specify an "ignorelist" for emails that should be always ignored and a "blacklist" that will cause a nastygram to be sent back to the sender everytime an email is received.
There are many traditional approaches to avoiding spam. The most common approach is based on "content-filtering": a program that attempts to classify incoming mails based on their content. This works partially, but in reality, its somewhat easy to find ways to avoid it.
ASK takes advantage of the fact that most spammers use invalid or fake "From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like senders email, subject and so on.
The goal of ASK is to block Spam mail before it is delivered to your mailbox. As we know, filtering alone is not effective since many times Spam mail contains no detectable elements.
ASK should be invoked from .forward (or .procmailrc if you are using procmail). The incoming message should be piped to ASK, which will be in charge of doing the actual delivery.
When ASK receives an email, if first checks the email address against your "ignorelist". If the address is listed there, its ignored completely. Then, the message is checked against your "blacklist". If its there, a nastygram is sent back to the sender with something like "Please stop sending me emails" in the Subject line.
The real fun happens when an email comes from an unknown user (i.e, someone not in any of your lists). In this case, ASK calculates the MD5 checksum of the message + a secret MD5 key (configured during installation time). This number is sent as part of a "confirmation message" back to the user. If the user replies to it, the confirmation number (in the subject) is recognized, the message is dequeued and delivered. If the user does not reply, the message remains queued until its removed.
The program has some intelligence to deal with specific cases. For instance, if a mail is sent to a non-existing user, the error message from mailer-daemon is ignored. This avoids seeing lots of "invalid user" messages in your inbox.
Another interesting "twist" is that messages coming from your own email address are never trusted. If the spammer knows your address he could easily fake your own address as the From: line. Messages coming from you will be identified by a "mailkey", a piece of string you always put on your message by default (maybe a piece of your own signature). Note that this has the added side-effect of allowing any messages coming in reply to a message you sent to someone (as long as that person keeps your "mailkey" in its quoted reply, a practice common these days).
The program never deletes any messages. For instance, if you send yourself a message without your mailkey (a possible Spam), it will be saved in a "Junk" mailfolder (you can specify this folder during the configuration).
<<lessThere are many traditional approaches to avoiding spam. The most common approach is based on "content-filtering": a program that attempts to classify incoming mails based on their content. This works partially, but in reality, its somewhat easy to find ways to avoid it.
ASK takes advantage of the fact that most spammers use invalid or fake "From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like senders email, subject and so on.
The goal of ASK is to block Spam mail before it is delivered to your mailbox. As we know, filtering alone is not effective since many times Spam mail contains no detectable elements.
ASK should be invoked from .forward (or .procmailrc if you are using procmail). The incoming message should be piped to ASK, which will be in charge of doing the actual delivery.
When ASK receives an email, if first checks the email address against your "ignorelist". If the address is listed there, its ignored completely. Then, the message is checked against your "blacklist". If its there, a nastygram is sent back to the sender with something like "Please stop sending me emails" in the Subject line.
The real fun happens when an email comes from an unknown user (i.e, someone not in any of your lists). In this case, ASK calculates the MD5 checksum of the message + a secret MD5 key (configured during installation time). This number is sent as part of a "confirmation message" back to the user. If the user replies to it, the confirmation number (in the subject) is recognized, the message is dequeued and delivered. If the user does not reply, the message remains queued until its removed.
The program has some intelligence to deal with specific cases. For instance, if a mail is sent to a non-existing user, the error message from mailer-daemon is ignored. This avoids seeing lots of "invalid user" messages in your inbox.
Another interesting "twist" is that messages coming from your own email address are never trusted. If the spammer knows your address he could easily fake your own address as the From: line. Messages coming from you will be identified by a "mailkey", a piece of string you always put on your message by default (maybe a piece of your own signature). Note that this has the added side-effect of allowing any messages coming in reply to a message you sent to someone (as long as that person keeps your "mailkey" in its quoted reply, a practice common these days).
The program never deletes any messages. For instance, if you send yourself a message without your mailkey (a possible Spam), it will be saved in a "Junk" mailfolder (you can specify this folder during the configuration).
Download (0.09MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1036 downloads
SMSender 0.2
SMServer is a sms frontend to scmxx. more>>
SMServer is a sms frontend to scmxx. scmxx is a command line tool written by Hendrik Sattler for administrating Siemens mobiles. SMSender is limited to scmxx sms sending functionality.
SMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.
<<lessSMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.
Download (0.060MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1405 downloads
SMSSender 0.1
SMSSender is an application for sending SMS messages. more>>
SMSSender is an application for sending SMS messages.
It provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
<<lessIt provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
Download (0.47MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1676 downloads
Alamin GSM SMS Gateway 0.3.7
Alamin GSM SMS Gateway provides a SMS-to-SMSQP/SMTP gateway and client to send SMS from an IP client. more>>
Alamin GSM SMS Gateway provides a SMS-to-SMSQP/SMTP gateway and client to send SMS from an IP client.
Alamin GSM SMS Gateway is a gateway for exchanging messages between GSM and IP networks.
The main objective of the gateway is to provide a reliable delivery service and conversion in both directions in order to extend to the GSM network the functions of IP-based applications.
To make an analogy, its like a web server for HTML pages. They need the web server and provide it with content. The Alamin Gateway paves the way for all types of mobile applications on GSM using SMS messages. One very common use for the gateway is to send an alarm from a computer network to its system administrators. Another is the currently common apps showing tv viewers comments on tv programs.
Currently, the connection to the gateway from the IP network can be achieved using SMSQP (11201), the native protocol of the gateway for sending messages and managing the queue. The SMSQP protocol can be used directly or through the "gsgc" client. Implementing a SMTP interface is easy configuring your MTA for calling a script that prepares the message and calls "gsgc".
The connection between the gateway and the GSM network can be realized through a GSM modem or through a telephone supported by the project Gnokii. A SMPP connector is being developed these days.
At present, only GSM modems can be used in "text" mode. In the future, "pdu" mode will also be supported. Not all devices support both modes, so that you will have to read the manual of your mobile telephone or GSM modem and consult the GSM devices page.
Alamin is developed on Debian GNU/Linux but runs almost in all perl enabled systems.
Enhancements:
- smtp interface has been removed, it was buggy and not fully implemented.
- SMPP interface for sending and receiving messages, both connectors are in own daemons, outside the core module and the message dispatcher.
- SMPP interface uses the Net::SMPP perl module.
- It has been tested onlywith mblox servers.
- MySQL interface for inserting records from received messages and send messages in a table.
- New config files are in perl script format.
<<lessAlamin GSM SMS Gateway is a gateway for exchanging messages between GSM and IP networks.
The main objective of the gateway is to provide a reliable delivery service and conversion in both directions in order to extend to the GSM network the functions of IP-based applications.
To make an analogy, its like a web server for HTML pages. They need the web server and provide it with content. The Alamin Gateway paves the way for all types of mobile applications on GSM using SMS messages. One very common use for the gateway is to send an alarm from a computer network to its system administrators. Another is the currently common apps showing tv viewers comments on tv programs.
Currently, the connection to the gateway from the IP network can be achieved using SMSQP (11201), the native protocol of the gateway for sending messages and managing the queue. The SMSQP protocol can be used directly or through the "gsgc" client. Implementing a SMTP interface is easy configuring your MTA for calling a script that prepares the message and calls "gsgc".
The connection between the gateway and the GSM network can be realized through a GSM modem or through a telephone supported by the project Gnokii. A SMPP connector is being developed these days.
At present, only GSM modems can be used in "text" mode. In the future, "pdu" mode will also be supported. Not all devices support both modes, so that you will have to read the manual of your mobile telephone or GSM modem and consult the GSM devices page.
Alamin is developed on Debian GNU/Linux but runs almost in all perl enabled systems.
Enhancements:
- smtp interface has been removed, it was buggy and not fully implemented.
- SMPP interface for sending and receiving messages, both connectors are in own daemons, outside the core module and the message dispatcher.
- SMPP interface uses the Net::SMPP perl module.
- It has been tested onlywith mblox servers.
- MySQL interface for inserting records from received messages and send messages in a table.
- New config files are in perl script format.
Download (2.5MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
982 downloads
Secure Messaging 1.0
Secure Messaging is a Web-based, alternative mail system for sending and receiving messages. more>>
Secure Messaging is a Web-based, alternative mail system for sending and receiving messages.
Use secure messaging to send and receive messages from a alternative web-based mail system. Using the secure messaging system no actual mail is transmitted through any 3rd party servers.
Only an optional message notice is sent to the recepient, the user needs to visit the site in order to read the message.
Normal SMTP mail can hit multiple servers and can possibly be read, stored, or changed anywhere within the process.
Setup secure messaging on an SSL enabled website to enhance the privacy even more.
<<lessUse secure messaging to send and receive messages from a alternative web-based mail system. Using the secure messaging system no actual mail is transmitted through any 3rd party servers.
Only an optional message notice is sent to the recepient, the user needs to visit the site in order to read the message.
Normal SMTP mail can hit multiple servers and can possibly be read, stored, or changed anywhere within the process.
Setup secure messaging on an SSL enabled website to enhance the privacy even more.
Download (0.15MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1466 downloads
eCorrei 1.2.5
eCorrei is a webmail system. more>>
eCorrei is a webmail system. This means it will allow you to access your POP email account via the web. It can do (nearly) all the things a normal email client can do: receiving mail, sending mail, replying, forwarding, etc. eCorrei is fast, simple and cross-platform.
Main features:
- Support for both POP3 and IMAP
- Receiving plain text messages, HTML messages, messages with attachments, HTML messages with attachments and HTML messages with inline images
- Sending emails using a SMTP server or the PHP mail function
- Replying and forwarding of emails
- Deleting emails, one or more at a time
- Autorefresh of Inbox
- Options for setting name and email address
- Parsing of URLs in messages
- Quickly send mails with smart maillinks in messages
- Add signature to mails
- Addressbook with groups to organize your addresses
- Multiple language support (user can choose language)
Enhancements:
- Fixed PHP version bug in check.php
- Now presets language based on browser settings
- Some CSS changes
- Changed config options to $cfg->...
- Added append option in config
- Converted all images to PNG
- Fixed signature problem
- Added Invert selection feature in Inbox
- Fixed some IE6 center problems
- Updated SECURITY
- Fixed inline imaging
- Added option to set timezone in Options
- Added UTF-8 support (receiving)
- JavaScript included in every page is in a .js-file now
- Magic quotes is disabled now
- Possibility to view message header
- New configuration option allows you to set refresh time of Inbox
- Fixed bug in autorefresh of Inbox
- New address parser in create script allows you to mail to entire groups of the addressbook at once
- Fixed bug with high priority
- Tweaked the icons a bit
- Fixed JavaScript problem in Inbox and Contacts
- Fixed CC and BCC problem
<<lessMain features:
- Support for both POP3 and IMAP
- Receiving plain text messages, HTML messages, messages with attachments, HTML messages with attachments and HTML messages with inline images
- Sending emails using a SMTP server or the PHP mail function
- Replying and forwarding of emails
- Deleting emails, one or more at a time
- Autorefresh of Inbox
- Options for setting name and email address
- Parsing of URLs in messages
- Quickly send mails with smart maillinks in messages
- Add signature to mails
- Addressbook with groups to organize your addresses
- Multiple language support (user can choose language)
Enhancements:
- Fixed PHP version bug in check.php
- Now presets language based on browser settings
- Some CSS changes
- Changed config options to $cfg->...
- Added append option in config
- Converted all images to PNG
- Fixed signature problem
- Added Invert selection feature in Inbox
- Fixed some IE6 center problems
- Updated SECURITY
- Fixed inline imaging
- Added option to set timezone in Options
- Added UTF-8 support (receiving)
- JavaScript included in every page is in a .js-file now
- Magic quotes is disabled now
- Possibility to view message header
- New configuration option allows you to set refresh time of Inbox
- Fixed bug in autorefresh of Inbox
- New address parser in create script allows you to mail to entire groups of the addressbook at once
- Fixed bug with high priority
- Tweaked the icons a bit
- Fixed JavaScript problem in Inbox and Contacts
- Fixed CC and BCC problem
Download (0.053MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1233 downloads
mgetty+sendfax 1.1.35
mgetty+sendfax is an intelligent getty with fax and voice modem support. more>>
Mgetty+sendfax is a collection of programs to send and receive faxes in a unix environment using a class 2.0 or 2 (theyre different) faxmodem. vgetty is an extension to mgetty, distributed with it, that implements incoming voice call handling for certain voice-capable modems, with new ones added regularly, if specs are available.
More specifically, the program `mgetty allows you to use a class 2.0 or 2 fax modem for receiving faxes and handling external logins without interfering with outgoing calls.
`sendfax is a standalone program which sends fax files. `vgetty is an extended version of mgetty that can answer the telephone like an answering machine and record a voice-mail message (if it finds one), or perform `mgettys fax or data call handling otherwise.
The mgetty+sendfax distribution includes vgetty and a good-sized gob of utility programs that help you manage faxes and voice messages.
Main features:
- send faxes directly or using shell scripts (easily integrated into other applications).
- do "fax polling", this means you can call the weather station and get them to send you a fax containing the current weather map. (Not all modem manufacturers implement this feature in their modems!)
- create a "fax queue", outgoing faxes get sent automatically, the user is informed by mail about the result.
- `mgetty allows you to use a single modem line for receiving calls and dialing out.
- `mgetty knows about "smart" modems, and will make sure that the modem is always in a defined state (specific modem initialization possible)
- Incoming calls are answered manually (`RING -> `ATA -> `CONNECT) instead of using auto-answer (`ATS0=1), this way the modem wont pick up the phone when the machine is down or logins are not allowed. (but see note below for ISDN/digital modems)
- mgetty completely replaces getty and/or uugetty. Like uugetty, supports lock files in a fashion compatible with almost all known versions of UUCP (HDB/BNU, SVR4, V7, Taylor in various flavours). uugetty has some features mgetty doesnt support; see "How does mgetty differ from uugetty?" below.
- mgetty supports System V style gettydefs terminal configurations.
- mgetty can receive class 2 faxes (if your modem supports it).
- mgetty knows about incoming FidoNet calls.
- mgetty has extensive logging / debugging features
- do "fax poll sending", that is, you can setup your machine as fax poll server, to send some fax pages to "fax poll" callers. (Send informations about your system, the current wheather map, ...). Be warned, even less modems support this feature.
- mgetty can selectively refuse calls based upon CallerID, if your modem supports it, and youre subscribed to the service. CallerID is also logged.
- mgetty has facilities to allow you to refuse incoming FAXes when available disk space is low.
- mgetty knows about incoming PPP calls, and can hand them off to the PPP-daemon, without requiring a login/password sequence. This feature is also known as AutoPPP
- behaves like a normal answering machine for human callers
- automatic fax reception when a T.30 calling tone is detected
- If the caller isnt a human or fax, a data connect is attempted, if this is successful, the caller will get a normal login
- does not interfere with dialouts
- remote playback of messages via a DTMF code
- toll saver -- if there are new messages, pick up the phone earlier, this way you can hang up in time to avoid a useless call
- message light - the autoanswer LED of your modem (if it has one) is turned on if there are new messages
- easy playback - on some modems, you can play back the new messages just by pressing DATA/VOICE
- using a speech synthesizer is possible - add the date and time to messages (not included by default). The scripts show how to use a speech synthesizer like rsynth, but it is not included in the package. To use this feature, you need a voice modem for that; a converter from the pvf format to the rmd (raw modem data) format exists. This is not true for all supported modems.
- voice conversion utilities - play messages on /dev/audio (Not for all supported modems, some voice modems use a proprietary format)
- and more, more features available through the voice library/mvm
Enhancements:
- This release adds class 1/1.0 fax reception (still considered experimental).
<<lessMore specifically, the program `mgetty allows you to use a class 2.0 or 2 fax modem for receiving faxes and handling external logins without interfering with outgoing calls.
`sendfax is a standalone program which sends fax files. `vgetty is an extended version of mgetty that can answer the telephone like an answering machine and record a voice-mail message (if it finds one), or perform `mgettys fax or data call handling otherwise.
The mgetty+sendfax distribution includes vgetty and a good-sized gob of utility programs that help you manage faxes and voice messages.
Main features:
- send faxes directly or using shell scripts (easily integrated into other applications).
- do "fax polling", this means you can call the weather station and get them to send you a fax containing the current weather map. (Not all modem manufacturers implement this feature in their modems!)
- create a "fax queue", outgoing faxes get sent automatically, the user is informed by mail about the result.
- `mgetty allows you to use a single modem line for receiving calls and dialing out.
- `mgetty knows about "smart" modems, and will make sure that the modem is always in a defined state (specific modem initialization possible)
- Incoming calls are answered manually (`RING -> `ATA -> `CONNECT) instead of using auto-answer (`ATS0=1), this way the modem wont pick up the phone when the machine is down or logins are not allowed. (but see note below for ISDN/digital modems)
- mgetty completely replaces getty and/or uugetty. Like uugetty, supports lock files in a fashion compatible with almost all known versions of UUCP (HDB/BNU, SVR4, V7, Taylor in various flavours). uugetty has some features mgetty doesnt support; see "How does mgetty differ from uugetty?" below.
- mgetty supports System V style gettydefs terminal configurations.
- mgetty can receive class 2 faxes (if your modem supports it).
- mgetty knows about incoming FidoNet calls.
- mgetty has extensive logging / debugging features
- do "fax poll sending", that is, you can setup your machine as fax poll server, to send some fax pages to "fax poll" callers. (Send informations about your system, the current wheather map, ...). Be warned, even less modems support this feature.
- mgetty can selectively refuse calls based upon CallerID, if your modem supports it, and youre subscribed to the service. CallerID is also logged.
- mgetty has facilities to allow you to refuse incoming FAXes when available disk space is low.
- mgetty knows about incoming PPP calls, and can hand them off to the PPP-daemon, without requiring a login/password sequence. This feature is also known as AutoPPP
- behaves like a normal answering machine for human callers
- automatic fax reception when a T.30 calling tone is detected
- If the caller isnt a human or fax, a data connect is attempted, if this is successful, the caller will get a normal login
- does not interfere with dialouts
- remote playback of messages via a DTMF code
- toll saver -- if there are new messages, pick up the phone earlier, this way you can hang up in time to avoid a useless call
- message light - the autoanswer LED of your modem (if it has one) is turned on if there are new messages
- easy playback - on some modems, you can play back the new messages just by pressing DATA/VOICE
- using a speech synthesizer is possible - add the date and time to messages (not included by default). The scripts show how to use a speech synthesizer like rsynth, but it is not included in the package. To use this feature, you need a voice modem for that; a converter from the pvf format to the rmd (raw modem data) format exists. This is not true for all supported modems.
- voice conversion utilities - play messages on /dev/audio (Not for all supported modems, some voice modems use a proprietary format)
- and more, more features available through the voice library/mvm
Enhancements:
- This release adds class 1/1.0 fax reception (still considered experimental).
Download (1.0MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1342 downloads
Clickatell SMS API 1.5
Clickatell SMS API provides a tool for sending SMS messages using the Clickatell gateway. more>>
Clickatell SMS API provides a tool for sending SMS messages using the Clickatell gateway.
It provides support to authenticate to this service and query for the current account balance.
This class use the fopen or CURL module to communicate with the gateway via HTTP/S.
Enhancements:
- Fixed bug in function encode_message (tnx Neil)
<<lessIt provides support to authenticate to this service and query for the current account balance.
This class use the fopen or CURL module to communicate with the gateway via HTTP/S.
Enhancements:
- Fixed bug in function encode_message (tnx Neil)
Download (0.033MB)
Added: 2007-02-15 License: BSD License Price:
996 downloads
SAP R/3 Communications Suite 0.9 Beta1
SAP R/3 Communications Suite allows SAP R/3 servers to communicate with external devices such as fax and GSM modems. more>>
SAP R/3 Communications Suite allows SAP R/3 servers to communicate with external devices such as fax and GSM modems by sending and receiving a fax or SMS.
SAP R/3 Communications Suite provides an easy configuration through a Web interface and a JMX console.
<<lessSAP R/3 Communications Suite provides an easy configuration through a Web interface and a JMX console.
Download (28.6MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
702 downloads
GOfax 1.0.5pre1
GOfax is a fax solution using Hylafax, LDAP, and MySQL. more>>
GOfax provides an extensible fax solution and works in conjunction with Hylafax. User information is held in LDAP trees to provide centralized administration.
GOfax has built-in plugin support (i.e., for send/receive methods, different image formats, logging, etc.).
Enhancements:
- This release adds annotations for received faxes (completely untested and buggy), and a binaries check to bin/check_system.
- The PNG converter plugin has been replaced with Imagmagick, German locales have been improved and the installer updated.
- Workaround(s) have been added for SuSE 10.OSS.
- An initial RPM spec file has been added, and its now possible to add comments to sent faxes.
- ldap_find -l should only print fax numbers, and faxAlternateAddress works again.
<<lessGOfax has built-in plugin support (i.e., for send/receive methods, different image formats, logging, etc.).
Enhancements:
- This release adds annotations for received faxes (completely untested and buggy), and a binaries check to bin/check_system.
- The PNG converter plugin has been replaced with Imagmagick, German locales have been improved and the installer updated.
- Workaround(s) have been added for SuSE 10.OSS.
- An initial RPM spec file has been added, and its now possible to add comments to sent faxes.
- ldap_find -l should only print fax numbers, and faxAlternateAddress works again.
Download (0.05MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1206 downloads
HTTP Navigator 2.2 Alpha
HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages. more>>
HTTP Navigator provides a set of PHP classes to simplify sending and receiving HTTP messages.
HTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and keep-alive.
Main features:
- Cookie tracking (Cookie Jar class in 2.0)
- Gzip support (as of 2.1)
- File uploads (multipart/form-data support as of 2.1)
- Proxy support
- Connection caching (as of 2.0)
- Chunked Encoding (as of 2.0)
- Basic Authentication
- Auto redirects
- CURL support
- SSL support (through CURL)
Enhancements:
- HTML head parsing
- a new option for lax redirect support (for 302 respones)
- bugfixes in the Protocol_CURL class
- handling of an unexpected 100-Continue response in Protocol_HTTP
- some minor bugfixes
<<lessHTTP Navigator is a set of PHP classes, based on Perls LWP, that simplifies sending and receiving HTTP messages. Features include: cookie handling, basic authentication, chunked encoding, and keep-alive.
Main features:
- Cookie tracking (Cookie Jar class in 2.0)
- Gzip support (as of 2.1)
- File uploads (multipart/form-data support as of 2.1)
- Proxy support
- Connection caching (as of 2.0)
- Chunked Encoding (as of 2.0)
- Basic Authentication
- Auto redirects
- CURL support
- SSL support (through CURL)
Enhancements:
- HTML head parsing
- a new option for lax redirect support (for 302 respones)
- bugfixes in the Protocol_CURL class
- handling of an unexpected 100-Continue response in Protocol_HTTP
- some minor bugfixes
Download (MB)
Added: 2007-03-05 License: LGPL (GNU Lesser General Public License) Price:
964 downloads
SyslogScan::Summary 0.32
SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. more>>
SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail.
SYNOPSIS
Use SyslogScan::Summary;
Use SyslogScan::DeliveryIterator;
my $iter = new SyslogScan::DeliveryIterator(syslogList =>
[/var/log/syslog]);
my $summary;
if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON)
{
# feed a series of SyslogScan::Delivery objects
$summary = new SyslogScan::Summary();
my $delivery;
while ($delivery = $iter -> next())
{
$summary -> registerDelivery($delivery);
# You would instead use:
# $summary -> registerDelivery($delivery,foo.com.$)
# if you only cared to get statistics relating to how
# much mail users at foo.com sent or received.
}
}
else
{
# slurps up all deliveries in the iterator,
# producing the same effect as the block above
$summary = new SyslogScan::Summary($iter);
}
print $summary -> dump();
use SyslogScan::Usage;
my $usage = $$summary{john_doe@foo.com};
if (defined $usage)
{
print "Here is the usage of John Doe at foo.com:n";
print $usage -> dump();
}
else
{
print "John Doe has neither sent nor received messages lately.n";
}
<<lessSYNOPSIS
Use SyslogScan::Summary;
Use SyslogScan::DeliveryIterator;
my $iter = new SyslogScan::DeliveryIterator(syslogList =>
[/var/log/syslog]);
my $summary;
if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON)
{
# feed a series of SyslogScan::Delivery objects
$summary = new SyslogScan::Summary();
my $delivery;
while ($delivery = $iter -> next())
{
$summary -> registerDelivery($delivery);
# You would instead use:
# $summary -> registerDelivery($delivery,foo.com.$)
# if you only cared to get statistics relating to how
# much mail users at foo.com sent or received.
}
}
else
{
# slurps up all deliveries in the iterator,
# producing the same effect as the block above
$summary = new SyslogScan::Summary($iter);
}
print $summary -> dump();
use SyslogScan::Usage;
my $usage = $$summary{john_doe@foo.com};
if (defined $usage)
{
print "Here is the usage of John Doe at foo.com:n";
print $usage -> dump();
}
else
{
print "John Doe has neither sent nor received messages lately.n";
}
Download (0.037MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
SMS::Send::TW::PChome 0.01
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw. more>>
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw.
SYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
<<lessSYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
Download (0.003MB)
Added: 2007-03-26 License: Perl Artistic License Price:
946 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 sending and receiving sms 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