conkyemail (2.15) hardy; urgency=low

  * Fixed conkykeyring dependency issue with some debian systems (case sensitivity) 
  * Updated IMAP usage by stopping call to shutdown method whihc errors since py 2.7

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Fri, 25 March 2011 19:45:00 +0000

conkyemail (2.14) hardy; urgency=low

  * Added keyring functionality so no clear text passwords need to be used, use the conkyKeyring tool to set passwords 

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sat, 26 February 2011 10:45:00 +0000
 
conkyemail (2.13) hardy; urgency=low

  * Updated the /usr/bin/ script to dynamically call the available python exec as /usr/bin/python is linked to Python 3 (Arch) or will be at some point (Ubuntu)

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 21 November 2010 10:45:00 +0000
 
conkyemail (2.12) hardy; urgency=low

  * Updated the /usr/bin/ script to dynamically call the available python exec as /usr/bin/python is linked to Python 3 (Arch) or will be at some point (Ubuntu)

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 21 November 2010 10:45:00 +0000
 
conkyemail (2.11) hardy; urgency=low

  * Updated the /usr/bin/ script to use the Python2 sym link instead of Python as Python3 is either here (Arch) or coming (Ubuntu)

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Mon, 25 October 2010 13:20:00 +0000

conkyemail (2.10) hardy; urgency=low

  * Build fix for Ubuntu

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 15 August 2010 16:20:00 +0000

conkyemail (2.09) hardy; urgency=low

  * Updated to handle timezones in recived datatime for ordering

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 08 August 2010 12:20:00 +0000
 
conkyemail (2.08) hardy; urgency=low

  * Updated to handle weird AOL mail issue
  * Updated /usr/bin/ startup script to not used misused PYTHONPATH variable now

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Fri, 23 April 2010 12:20:00 +0000

conkyemail (2.07) hardy; urgency=low

  * Updated to expand ~ based template paths
  * Updated to make safe the output, replacing "${exec" text with "$!noexec!", to stop unwanted conky execution

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sat, 27 June 2009 15:40:00 +0000

conkyemail (2.06) intrepid; urgency=low

  * Added traceback calls in error handling to get more info
  * Updated emaillist sort so when there is no recvdate the sort still works

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 29 March 2009 19:25:00 +0000

conkyemail (2.05) intrepid; urgency=low

  * Added --port option to allow alternative port numbers for either POP or IMAP, if not set defaults are used

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Mon, 16 March 2009 19:25:00 +0000

conkyemail (2.04) intrepid; urgency=low

  * Added --maxwidth option to wrap mailinfo text to set widths, and --linelimit to only output the wanted number of lines for mailinfo

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sat, 14 March 2009 14:45:00 +0000

conkyemail (2.03) intrepid; urgency=low

  * Setup defaults for mail info if not set after retrieval, date based sort works if there is a problem then for example

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Wed, 14 January 2009 08:45:00 +0000

conkyemail (2.02) intrepid; urgency=low

  * Fixed email list sorting to be reversed, now newest email is first in list
  * Updated mailinfo and connectiontimeout options to use correct datatype to stop strange behaviour

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Fri, 02 January 2009 10:15:00 +0000

 conkyemail (2.01) intrepid; urgency=low

  * Updated code to cope with varied message date formats, no one seems to follow the rfcs!
  * Added --errorlog and --infolog options to log data to a file
  * Refactored and tidied up
  * Updated README

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Mon, 10 October 2008 19:15:00 +0000

conkyemail (2.00) intrepid; urgency=low

  * Package now for intrepid, starting at version 2.0

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Sun, 02 October 2008 15:15:00 +0000

conkyemail (1.12) hardy; urgency=low

  * Added folder option for imap emails, so a folder can be specified, if not set the default "Inbox" is used.

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 28 October 2008 21:00:00 +0100

conkyemail (1.11) hardy; urgency=low

  * Changed imap fetch to use '(BODY.PEEK[HEADER])' option rather than '(RFC822)' in an attempt to stop marking items as read

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 25 October 2008 10:05:00 +0100

conkyemail (1.10) hardy; urgency=low

  * Updated help for template option
  * Updated date regex to cope better with message date text -> date variable conversion, will mean sorting is correct now

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 20 October 2008 18:50:00 +0100

conkyemail (1.09) hardy; urgency=low

  * Updated script to use new template methods based on conkyForecast
  * Updated script to now use "[" and "]" as template brackets rather than "{" and "}" so that the execp/execpi conky command can be used, this enables the use of $font, $color options in the template which conky will then make adjustments for in the output!
  * Added mailinfo option to template functionality
  * Updated example files to use execpi conky command
  * Updated README

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 04 October 2008 12:20:00 +0100

conkyemail (1.08) hardy; urgency=low

  * Updated /usr/bin shell script to handle whitespace in options
  * updated conkyrc in example to have working template call

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 09 September 2008 19:20:00 +0100

conkyemail (1.07) hardy; urgency=low

  * Updated error and info handling and logging
  * Fixed bug with template based output
  * Added --version option to output version of script and exit

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 05 September 2008 10:20:00 +0100

conkyemail (1.06) hardy; urgency=low

  * Updated regex to use groups to get the recieved date string, should cope with all timezone data in mail messages

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 29 August 2008 23:20:00 +0100

conkyemail (1.05) hardy; urgency=low

  * Added header decoding for sender and subject, to handle multiple character sets used

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 29 August 2008 23:20:00 +0100
conkyemail (1.04) hardy; urgency=low

  * Updated regex for date stripping to handle unratified email data (thanks yahoo)

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 27 August 2008 07:20:00 +0100
conkyemail (1.03) hardy; urgency=low

  * Added mailinfo feature for both POP and IMAP, details of the from address and subject are output if requested, option ignored in template mode!
  * Connection timeouts are valid in the template now
  * Tidied up mailinfo output, removed trailing email address from !from" and put in numbers
  * Updated README

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 26 August 2008 13:00:00 +0100
conkyemail (1.02) hardy; urgency=low

  * Added example use (invalid email username/password for obvious reasons)
  * Updated README

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 25 August 2008 15:45:00 +0100

conkyemail (1.01) hardy; urgency=low

  * Switched to using "UNSEEN" IMAP search filter instead of "RECENT"

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 25 August 2008 12:45:00 +0100

conkyemail (1.00) hardy; urgency=low

  * Initial package

 -- Mark Buck (Kaivalagi) <m_buck@hotmail.com>  Tue, 21 August 2008 09:45:00 +0100

