xbiff
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
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
netbiff 0.9.18
netbiff is a mail notification utility, like the traditional xbiff, but designed to handle multiple mailboxes. more>>
netbiff is a mail notification utility, like the traditional xbiff, but designed to handle multiple mailboxes. It can provide a graphical interface and/or execute shell commands when new mail is received.
netbiff is the main interface program which comunicates with several mail checkers. It can use GTK or a terminal to display messages to user.
netbiffd-imap checks for mail on an IMAP connection. It supports checking multiple folders, and can connect using TCP, SSL, or an SSH tunnel.
netbiffd-file checks for updates to a specific file using its mtime field. The behavior is identical to the original xbiff.
<<lessnetbiff is the main interface program which comunicates with several mail checkers. It can use GTK or a terminal to display messages to user.
netbiffd-imap checks for mail on an IMAP connection. It supports checking multiple folders, and can connect using TCP, SSL, or an SSH tunnel.
netbiffd-file checks for updates to a specific file using its mtime field. The behavior is identical to the original xbiff.
Download (0.026MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1232 downloads
XLassie 1.8
XLassie is a replacement for the traditional X mail notification tool, XBiff. more>>
XLassie is an enhanced version of XBiff. Support for POP3 or IMAP mailservers, ability to run a command when clicked on, written in straight xlib so memory usage is less, and it doesnt just tell you if you have new mail, but how many new messages you have. Extra support for both KDE and WindowMaker.
Main features:
- Counts the number of new messages you have
- Can query remote mail on a POP3 server or on an IMAP server
- Can count local mail with an mbox or a maildir style spool
- Uses less memory than XBiff, and just about every other X mail checker
- Can run a command when clicked on, and/or when new mail arrives
- Supports both the KDE and the WindowMaker applet protocols, in addition to running as a standard X application
- Support for qmail style maildir systems. Should work automatically if you have maildir setup properly. Or point xlassie to a directory instead of a file, and it will keep track of the number of files in it. Thanks to Pitt Murmann for inspiration.
- Backup font selection system. XLassie will try a list of builtin font names if it cant find the default font.
<<lessMain features:
- Counts the number of new messages you have
- Can query remote mail on a POP3 server or on an IMAP server
- Can count local mail with an mbox or a maildir style spool
- Uses less memory than XBiff, and just about every other X mail checker
- Can run a command when clicked on, and/or when new mail arrives
- Supports both the KDE and the WindowMaker applet protocols, in addition to running as a standard X application
- Support for qmail style maildir systems. Should work automatically if you have maildir setup properly. Or point xlassie to a directory instead of a file, and it will keep track of the number of files in it. Thanks to Pitt Murmann for inspiration.
- Backup font selection system. XLassie will try a list of builtin font names if it cant find the default font.
Download (0.015MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1233 downloads
asmail 2.1
Asmail is a mail-checker like xbiff, but with the Afterstep look & feel. more>>
Asmail is a "mail-checker" like xbiff, but with the Afterstep look & feel. It indicates the status of your mailbox. It can be put in the Wharf, execute program on incoming mail, execute program on mouseclick, show animations and more...
The application is has an AfterStep look & feel, multiple e-mail mailboxes monitor for computers running X Windows.
This application reads the configuration file and launches as many threads as there are mailboxes defined. There is no limit on the number of mailboxes to watch. Each mailbox
is verified according to the timeout specified in the configuration file. The progress and the status of mailboxes are presented on the screen.
The application may present a summary of all mailboxes or each mailbox separately (as many as will fit into the picture). You can specify the XPM picture to use as the backdrop
animation for the status update.
Enhancements:
- This release fixes a problem where error printing output causes errno to be set to a different value.
<<lessThe application is has an AfterStep look & feel, multiple e-mail mailboxes monitor for computers running X Windows.
This application reads the configuration file and launches as many threads as there are mailboxes defined. There is no limit on the number of mailboxes to watch. Each mailbox
is verified according to the timeout specified in the configuration file. The progress and the status of mailboxes are presented on the screen.
The application may present a summary of all mailboxes or each mailbox separately (as many as will fit into the picture). You can specify the XPM picture to use as the backdrop
animation for the status update.
Enhancements:
- This release fixes a problem where error printing output causes errno to be set to a different value.
Download (0.26MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
kcheckmail 0.2
kcheckmail project is a very simple biff utility written in perl. more>>
kcheckmail project is a very simple biff utility written in perl. In its intended usage, it forks into the background, connects to an IMAP server and pops up the From and Subject headers whenever it sees an unread email. All user interaction is done through kdialog.
I could not find any tool or script that does this, so I just wrote it. Hope someone finds it useful.
Installation
kcheckmail.pl requires a few Perl modules, which you can simply apt-get, yum or download from CPAN. These are:
Mail::IMAPClient
AppConfig
Array::Compare
IO::Socket::SSL
It also needs the KDE window environment as it makes use of the kdialog utility.
Once installed, simply extract the kcheckmail-< version >.tar.gz into your home directory. Since you are reading this, I assume you have already done so.
Running
Edit the kcheckmail.pl file and change the $file variable to
the path of the config file. Next, tune the kcheckmail.conf file to reflect your servers settings.
kcheckmail.pl takes command line arguments, but the conf file settings will always override them. kcheckmail.pl --help will show you the command line arguments it takes.
To run in biff mode, do, kcheckmail.pl -mode xbiff
It will then run in the background, and by default will check your INBOX every 60 seconds. If you have not entered your password in the conf file or on the command line, it will use the kdialog utility to prompt you for a password. This is a safer option.
kcheckmail.pl -mode display will simply login to your INBOX and tell you the number of messages and new messages, if any, each time it is run. This does not use kdialog (provided you enter the password in the config file or on the command line), and thus is in now way dependent on KDE, or even X-Windows for that matter. This mode could be useful in
a debugging mode, or simply as a quick check to your inbox.
Other than that, the code is quite well commented, and am sure can easily be modified to suit your needs.
<<lessI could not find any tool or script that does this, so I just wrote it. Hope someone finds it useful.
Installation
kcheckmail.pl requires a few Perl modules, which you can simply apt-get, yum or download from CPAN. These are:
Mail::IMAPClient
AppConfig
Array::Compare
IO::Socket::SSL
It also needs the KDE window environment as it makes use of the kdialog utility.
Once installed, simply extract the kcheckmail-< version >.tar.gz into your home directory. Since you are reading this, I assume you have already done so.
Running
Edit the kcheckmail.pl file and change the $file variable to
the path of the config file. Next, tune the kcheckmail.conf file to reflect your servers settings.
kcheckmail.pl takes command line arguments, but the conf file settings will always override them. kcheckmail.pl --help will show you the command line arguments it takes.
To run in biff mode, do, kcheckmail.pl -mode xbiff
It will then run in the background, and by default will check your INBOX every 60 seconds. If you have not entered your password in the conf file or on the command line, it will use the kdialog utility to prompt you for a password. This is a safer option.
kcheckmail.pl -mode display will simply login to your INBOX and tell you the number of messages and new messages, if any, each time it is run. This does not use kdialog (provided you enter the password in the config file or on the command line), and thus is in now way dependent on KDE, or even X-Windows for that matter. This mode could be useful in
a debugging mode, or simply as a quick check to your inbox.
Other than that, the code is quite well commented, and am sure can easily be modified to suit your needs.
Download (0.011MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
935 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xbiff 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