checks in the mail
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2998
Ghost In The Mail 0.5
Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. more>>
Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. Look at the screenshots below to have a better idea of how does it works.
This piece of software allows to send e-mails to any person over the net with a fake email address, and also a fake name. Obviously you can use your true identity. gitmail can also send attached files. Ghost In The Mail uses MIME and Base64 technologies.
Enhancements:
- Full review of the code in order to improve stability and performances.
- Rewrite of all functions that contained malloc(CONST_VAL).
- Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
- Added some commentaries to describe functions.
- New sources files: functions are distributed into files in a more logical way.
- Files cbbentries.* removed (functions in cbbentries.* are now in history.*) Better core/gui splitting.
- Created a constant GITM_VERSION to hold the version number.
- MIME boundary is now randomly generated.
- Server errors are fully displayed.
<<lessThis piece of software allows to send e-mails to any person over the net with a fake email address, and also a fake name. Obviously you can use your true identity. gitmail can also send attached files. Ghost In The Mail uses MIME and Base64 technologies.
Enhancements:
- Full review of the code in order to improve stability and performances.
- Rewrite of all functions that contained malloc(CONST_VAL).
- Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
- Added some commentaries to describe functions.
- New sources files: functions are distributed into files in a more logical way.
- Files cbbentries.* removed (functions in cbbentries.* are now in history.*) Better core/gui splitting.
- Created a constant GITM_VERSION to hold the version number.
- MIME boundary is now randomly generated.
- Server errors are fully displayed.
Download (0.37MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1347 downloads
SVNChecker 0.1
SVNChecker is a framework for Subversion pre-commit hooks. more>>
SVNChecker project is a framework for Subversion pre-commit hooks in order to implement checks of the to be commited files before they are commited.
For example, you can check for the code style or unit tests. The output of the checks can be send by mail or be written into a file or simply print to the console.
<<lessFor example, you can check for the code style or unit tests. The output of the checks can be send by mail or be written into a file or simply print to the console.
Download (0.023MB)
Added: 2007-01-11 License: The Apache License 2.0 Price:
1018 downloads
libnewmail 0.3
libnewmail is a generic mail checking library for Unix/Linux and other operating systems. more>>
libnewmail is a generic mail checking library for Unix/Linux and other operating systems. It supports a simple API, an extensible plugin architecture and asynchronous queries among other features.
libnewmail library is intented to be a replacement for all that crappy and incomplete code of all those mail checking utilities available. Applications linking to libnewmail may enumerate configured mailboxes, query mail box information and status and request a mail spool auto-detection for users without any libnewmail specific configuration. The library offers a clean API to implement your own mail checking plugins.
Programs using libnewmail may query for both the boolean availability and the number of available mails. (The former is usually much faster than the latter) The library is able to distuingish between new (unread) and old (read, current) mails. It includes four CLI tools easy, nmail, nmail-async and nm-spoolhackusing the libnewmail API for mail checking. They are intended to be an example how to use the API with either the synchronous or the asynchronous interface.
The utility nm-spoolhack serves a special purpose: mail checking applets using the stat() trick to check the status of Unix mail spools may be tought new tricks by pointing them to the emulated mail spool generated by this tool according to another (remote) mail spool. The emulated spool is at most a single byte in size but carries the right stat() attributes to fool the applets. This way you may use the Gnome mail check applet to query IMAPS mail spools, as an example. Its a hack, but it works quite well.
Currently libnewmail includes plugins for the following mailbox protocols:
- Unix mail spool (libunix.so)
- qmail Maildir (libmaildir.so)
- POP3 with SSL and APOP (libpop3.so)
- IMAP4rev1 with SSL (libimap.so)
There is an API for a graphical configuration interface. However, this is currently a NOOP. This feature will be added eventually
<<lesslibnewmail library is intented to be a replacement for all that crappy and incomplete code of all those mail checking utilities available. Applications linking to libnewmail may enumerate configured mailboxes, query mail box information and status and request a mail spool auto-detection for users without any libnewmail specific configuration. The library offers a clean API to implement your own mail checking plugins.
Programs using libnewmail may query for both the boolean availability and the number of available mails. (The former is usually much faster than the latter) The library is able to distuingish between new (unread) and old (read, current) mails. It includes four CLI tools easy, nmail, nmail-async and nm-spoolhackusing the libnewmail API for mail checking. They are intended to be an example how to use the API with either the synchronous or the asynchronous interface.
The utility nm-spoolhack serves a special purpose: mail checking applets using the stat() trick to check the status of Unix mail spools may be tought new tricks by pointing them to the emulated mail spool generated by this tool according to another (remote) mail spool. The emulated spool is at most a single byte in size but carries the right stat() attributes to fool the applets. This way you may use the Gnome mail check applet to query IMAPS mail spools, as an example. Its a hack, but it works quite well.
Currently libnewmail includes plugins for the following mailbox protocols:
- Unix mail spool (libunix.so)
- qmail Maildir (libmaildir.so)
- POP3 with SSL and APOP (libpop3.so)
- IMAP4rev1 with SSL (libimap.so)
There is an API for a graphical configuration interface. However, this is currently a NOOP. This feature will be added eventually
Download (0.37MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1311 downloads
Popcheck 1.3
Popcheck is a software that can check your POP3 mail account. more>>
Popcheck is a software that can check your POP3 mail account. Log onto a popserver to see a list of all messages that you have on there, with sender, subject and size for each message.
With an ncurses interface that easily lets you scroll through them, and optionally deleting messages without ever downloading them
This can be useful when youve received big mails that you dont really want to download.
Usage: popcheck [-s pop3 server] [-u pop3 user] [-p pop3 password] [-o filename] [-i filename]
-s and -u are the only ones that are requred. Popcheck will ask you for
a password if it isnt supplied on the command line.
-o and -i are for batch mode. Use with caution, because you can easily delete all your mail using this function.
Keys when using the curses interface:
UP, p - Up one line
DOWN, n - Down one line
PGUP, - - Up one page
PGDN, space - Down one page
d - Mark/Unmark message
s - Exit and save changes
q - Exit without saving anything
<<lessWith an ncurses interface that easily lets you scroll through them, and optionally deleting messages without ever downloading them
This can be useful when youve received big mails that you dont really want to download.
Usage: popcheck [-s pop3 server] [-u pop3 user] [-p pop3 password] [-o filename] [-i filename]
-s and -u are the only ones that are requred. Popcheck will ask you for
a password if it isnt supplied on the command line.
-o and -i are for batch mode. Use with caution, because you can easily delete all your mail using this function.
Keys when using the curses interface:
UP, p - Up one line
DOWN, n - Down one line
PGUP, - - Up one page
PGDN, space - Down one page
d - Mark/Unmark message
s - Exit and save changes
q - Exit without saving anything
Download (0.009MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
871 downloads
Coherent Mail Gateway 0.13.0
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. more>>
Coherent Mail Gateway is intended to be a very easy to set up MTA using SMTP and POP3. Greylisting is used on the SMTP daemon to reduce spam.
In addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
<<lessIn addition, quite a lot of checks on the validity of information from the SMTP client (such as claimed server name and sender) are carried out, and anyone caught telling lies is disconnected.
Grey-, black-, and white-listing are supported, as well as (optionally) ClamAV and Spamhaus. The target market is users with static IP addresses. Others can use the system, but its value will be limited to outgoing email.
Download (0.034MB)
Added: 2006-05-25 License: Freeware Price:
1250 downloads
Masswire Mail 0.17 Beta
Masswire Mail provides a SQL POP3 Webmail software. more>>
Masswire Mail provides a SQL POP3 Webmail software.
Masswire Mail is a Webmail client written in Perl that can retrieve messages from multiple POP3 accounts and store them in a single SQL table.
Some features include a spell checker using the Text-Aspell module, a Bayesian filter using the Algorithm NaiveBayes module, and attachments using the Mail Sender module.
<<lessMasswire Mail is a Webmail client written in Perl that can retrieve messages from multiple POP3 accounts and store them in a single SQL table.
Some features include a spell checker using the Text-Aspell module, a Bayesian filter using the Algorithm NaiveBayes module, and attachments using the Mail Sender module.
Download (0.039MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
newmail-md 1.0
newmail is a command line utility to check for new/unread mail in a recursive Maildir++ folder structure. more>>
newmail is a command line utility to check for new/unread mail in a recursive Maildir++ folder structure.
Examples
These are some “usage scenarios” of newmail. For the complete documentation refer to the man page or see below.
To get a quick overview about which folders contain unread mail, its sufficient to call newmail without any commandline arguments:
$ newmail
2 [ INBOX ]
11 /lists/bugtraq
2 /lists/netbsd-current
4 /lists/pkgsrc-cvs
Ah, right. But theres a total of... how many mails?
$ newmail -at
56170
And what are the top ten folders, excluding spam & trash, please?
$ newmail -a | grep -vi spam|trash | sort -nr | head
11260 /lists/info
4287 /lists/bugtraq
1557 [ INBOX ]
1062 /lists/pkgsrc-cvs
955 /bank
719 /burningsoda/svn
569 /lists/bsd
388 /studium
312 /lists/communities
306 /lists/info_kbx
The following three lines in your .muttrc make mutts browser switch between showing all folders and only folders containing unread mail by pressing keys ‘a’ and ‘n’ respectively:
mailboxes `newmail`
macro browser a ":unmailboxes *< enter >:mailboxes `newmail -am`< enter >< check-new >"
"show all mailboxes"
macro browser n ":mailboxes *< enter >:mailboxes `newmail -m`< enter >< check-new >"
"show only mailboxes containing new mail"
OPTIONS
-a, --all
Count the total number of mails for every folder in DIRECTORY.
-m, --mutt
Output folder names in a mutt friendly way. Using this option the output of newmail can be used by the mailboxes command in mutt (see below).
This options has no effect, if --total is specified.
-n, --no-unseen
Do not treat unseen mails as new. This may be used to speed up newmail, especially on slow file systems. Only use this option if you are sure that no other process watches the structure and moves mails out of the new/ to the cur/ directory of the mail folders. IMAP servers typically do this, once they told clients about those mails.
This options has no effect, if --all is specified.
-t, --total
Sum up the total number of mails (according to the other options, of course) and display nothing but this number.
<<lessExamples
These are some “usage scenarios” of newmail. For the complete documentation refer to the man page or see below.
To get a quick overview about which folders contain unread mail, its sufficient to call newmail without any commandline arguments:
$ newmail
2 [ INBOX ]
11 /lists/bugtraq
2 /lists/netbsd-current
4 /lists/pkgsrc-cvs
Ah, right. But theres a total of... how many mails?
$ newmail -at
56170
And what are the top ten folders, excluding spam & trash, please?
$ newmail -a | grep -vi spam|trash | sort -nr | head
11260 /lists/info
4287 /lists/bugtraq
1557 [ INBOX ]
1062 /lists/pkgsrc-cvs
955 /bank
719 /burningsoda/svn
569 /lists/bsd
388 /studium
312 /lists/communities
306 /lists/info_kbx
The following three lines in your .muttrc make mutts browser switch between showing all folders and only folders containing unread mail by pressing keys ‘a’ and ‘n’ respectively:
mailboxes `newmail`
macro browser a ":unmailboxes *< enter >:mailboxes `newmail -am`< enter >< check-new >"
"show all mailboxes"
macro browser n ":mailboxes *< enter >:mailboxes `newmail -m`< enter >< check-new >"
"show only mailboxes containing new mail"
OPTIONS
-a, --all
Count the total number of mails for every folder in DIRECTORY.
-m, --mutt
Output folder names in a mutt friendly way. Using this option the output of newmail can be used by the mailboxes command in mutt (see below).
This options has no effect, if --total is specified.
-n, --no-unseen
Do not treat unseen mails as new. This may be used to speed up newmail, especially on slow file systems. Only use this option if you are sure that no other process watches the structure and moves mails out of the new/ to the cur/ directory of the mail folders. IMAP servers typically do this, once they told clients about those mails.
This options has no effect, if --all is specified.
-t, --total
Sum up the total number of mails (according to the other options, of course) and display nothing but this number.
Download (0.004MB)
Added: 2006-11-22 License: BSD License Price:
1066 downloads
Mozilla New Mail Icon 1.2.2
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives. more>>
Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives in your Mozilla or Mozilla Thunderbird .
Mozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
<<lessMozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM.
Download (0.029MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1283 downloads
Ping Tunnel 0.61
Ping Tunnel is a tool for reliably tunneling TCP connections over ICMP echo request. more>>
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in your help in some cases.
Setting: Youre on the go, and stumble across an open wireless network. The network gives you an IP address, but wont let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP.
Main features:
- Tunnel TCP using ICMP echo request and reply packets
- Connections are reliable (lost packets are resent as necessary)
- Handles multiple connections
- Acceptable bandwidth (150 kb/s downstream and about 50 kb/s upstream are the currently measured maximas for one tunnel, but with tweaking this can be improved further)
- Authentication, to prevent just anyone from using your proxy
<<lessSetting: Youre on the go, and stumble across an open wireless network. The network gives you an IP address, but wont let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP.
Main features:
- Tunnel TCP using ICMP echo request and reply packets
- Connections are reliable (lost packets are resent as necessary)
- Handles multiple connections
- Acceptable bandwidth (150 kb/s downstream and about 50 kb/s upstream are the currently measured maximas for one tunnel, but with tweaking this can be improved further)
- Authentication, to prevent just anyone from using your proxy
Download (0.047MB)
Added: 2006-07-04 License: BSD License Price:
1234 downloads
tidyup-mail 0.12
tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail... more>>
tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail.
Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!
Note that all documentation comes in russian language. Check for your local russian hacker.
<<lessFatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!
Note that all documentation comes in russian language. Check for your local russian hacker.
Download (0.007MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
Unified Qmail Patch 2004_05_02
Unified Qmail Patch provides a concatenation of various patches. more>>
Unified Qmail Patch provides a concatenation of various patches.
Unified Qmail Patch is a concatenation of various patches for the qmail MTA. It supports SMTP AUTH after STARTTLS, Maildir++, regexp support in badmailfrom, and lots of features for high-end production servers.
Main features:
- Maildir++
- TLS encryption
- SMTP AUTH + SMTP AUTH close
- regexps in badmailfrom and support for badmailto
- external todo
- big remote concurrency patch
- external queue manager
- oversized dns responses
- reverse dns check
- tarpitting
- ESMTP size check from Gentoo
- tab bug fix in .qmail files
- linux link sync
- errno patch (compiles with gcc 3.x too)
- auth only after TLS patch from Gentoo
- Maildir quota fix patch from Gentoo
- qregex memleak fix patch from Gentoo
- David Phillips sendmail flagf patch
- Russ Nelsons QMTP patch for qmail-remote
- Jay Austads random qmqp pickup
- Alin-Adrian Antons integer overflow fix in qmail-smtpd.c
- Added support for SMTP throttling, using relayd
- Added my own patch, that checks whether the mail from value is different from the username used for SMTP AUTH, thus preventing source address spoofing. Useful for ISPs that only relay mails from authenticated users.
- The mail from verification is now configurable through a knob defined in /var/qmail/control/spoofcheck or in the environment variable $SPOOFCHECK
- It seems that in previous versions I accidentally ommited the support for a big todo, so heres a patch that finally supports it. My apologies to all :(
<<lessUnified Qmail Patch is a concatenation of various patches for the qmail MTA. It supports SMTP AUTH after STARTTLS, Maildir++, regexp support in badmailfrom, and lots of features for high-end production servers.
Main features:
- Maildir++
- TLS encryption
- SMTP AUTH + SMTP AUTH close
- regexps in badmailfrom and support for badmailto
- external todo
- big remote concurrency patch
- external queue manager
- oversized dns responses
- reverse dns check
- tarpitting
- ESMTP size check from Gentoo
- tab bug fix in .qmail files
- linux link sync
- errno patch (compiles with gcc 3.x too)
- auth only after TLS patch from Gentoo
- Maildir quota fix patch from Gentoo
- qregex memleak fix patch from Gentoo
- David Phillips sendmail flagf patch
- Russ Nelsons QMTP patch for qmail-remote
- Jay Austads random qmqp pickup
- Alin-Adrian Antons integer overflow fix in qmail-smtpd.c
- Added support for SMTP throttling, using relayd
- Added my own patch, that checks whether the mail from value is different from the username used for SMTP AUTH, thus preventing source address spoofing. Useful for ISPs that only relay mails from authenticated users.
- The mail from verification is now configurable through a knob defined in /var/qmail/control/spoofcheck or in the environment variable $SPOOFCHECK
- It seems that in previous versions I accidentally ommited the support for a big todo, so heres a patch that finally supports it. My apologies to all :(
Download (0.16MB)
Added: 2007-02-23 License: Freeware Price:
974 downloads
Clevo Mail LED Linux Driver 0.6
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J. more>>
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J.
Enhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
<<lessEnhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
Download (0.002MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Display mail route 0.2.1
Display mail route is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. more>> Display mail route 0.2.1 is an excellent and easy-to-play extension which will display country icons for the stations (server) the mail has been routed. As always with my extensions, you need to install Mnenhy or Enigmail.
Enhancements: Compatible with TB 1.5.0.*
Requirements: Thunderbird 1.0 - 1.5.0.* ALL
Added: 2006-09-12 License: MPL Price: FREE
1 downloads
imapbiff 1.0
imapbiff checks IMAP accounts for new mail. more>>
imapbiff checks IMAP accounts for new mail. It uses images similar to those of the classic xbiff program. The project works similar to xbiff, except it is only used to check for new mail in IMAP accounts.
It is written in perl, and requires the Tk module for perl. It was written spefically to be docked in my fvwm2 button bar, as I could not find a simple xbiff like app that would do IMAP checks.
<<lessIt is written in perl, and requires the Tk module for perl. It was written spefically to be docked in my fvwm2 button bar, as I could not find a simple xbiff like app that would do IMAP checks.
Download (0.020MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
848 downloads
Peephole 1.5
Peephole is a GNU/linux server that periodically checks users mailboxes harvesting only last emails. more>>
Peephole program is a GNU/linux server that periodically checks users mailboxes harvesting only last emails, extracting user-defined regular espressions.
Each user, once logged in, has to define his mail providers [mail server and login informations] and other settings [time delay, regular expressions, ...].
Peephole supports various mail protocol as pop3, pop3s and apop.
The project also provides two clients. The first is a GUI (WindowMaker Dockapp) that lights up a user-defined icon when Peephole find an interesting mail on the mail server. The second is a text console client.
With this dockapp you wont waste your time with useless downloads.
<<lessEach user, once logged in, has to define his mail providers [mail server and login informations] and other settings [time delay, regular expressions, ...].
Peephole supports various mail protocol as pop3, pop3s and apop.
The project also provides two clients. The first is a GUI (WindowMaker Dockapp) that lights up a user-defined icon when Peephole find an interesting mail on the mail server. The second is a text console client.
With this dockapp you wont waste your time with useless downloads.
Download (0.34MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1365 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 checks in the mail 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