Re: IMAP aware biff
how about using fetchmail with -c? From the man page:
-c, --check
Return a status code to indicate whether there is
mail waiting, without actually fetching or deleting
mail (see EXIT CODES below). This option turns off
daemon mode (in which it would be useless). It
doesn't play well with queries to multiple sites,
and doesn't work with ETRN. It will return a false
positive if you leave read but undeleted mail in
your server mailbox and your fetch protocol can't
tell kept messages from new ones. This means it
will work with IMAP, not work with POP2, and may
occasionally flake out under POP3.
so run something in the background that sleeps for a while, runs this,
checks the exit code, and echo's if necessary.
On Thu, 12 Oct 2000, Fraser Campbell wrote:
> Hi all,
>
> Is there an IMAP aware biff or can someone think up a relatively easy way
> to get the same functionality. I'm finding lots of X biffs but hardly any
> that are strictly console based ... and so far exactly zero that are both
> IMAP aware and console based.
>
> C would be my language of preference since I want to run this on both AIX
> (4.2) and Linux.
>
> Any ideas?
--
kc
Kevin Conover: kconover@optonline.net
Reply to: