aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/pop3_server.rb
AgeCommit message (Collapse)Author
2012-07-03Removed ability to freeze threads, since that is not used any more.Patrick J Cherry
Added checks to make sure threads are run at least every two minutes.
2012-05-03Username is now recorded in the History wherever possible.Patrick J Cherry
2011-10-04Added changed private to protected for Pop3Client classPatrick J Cherry
2011-09-16Big documentation update.Patrick J Cherry
2011-08-17Tidied up disconnectionsPatrick J Cherry
2011-08-17* Reminder notifications now take the same path to notify as initial alertsPatrick J Cherry
* Threading tidied -- processor will not do anything unless the timer has frozen * Person#send_alert now tidied and merged with alert_changed * POP3 server only shows alerts relevant to the user * Server now defaults to using an in-memory SQLite database (good for testing) * Server initializes a blank mauve config. * Tests tidied up
2011-08-10Added ability to tag multiple alerts with the same history item.Patrick J Cherry
2011-08-08Fixed bug in pop3 handling.Patrick J Cherry
2011-08-04More pop3 tweaksPatrick J Cherry
2011-08-04Updated pop3 server to be configurablePatrick J Cherry
2011-08-04Fixed a couple of bugs in the packaging and the pop3 serverPatrick J Cherry
2011-08-04Added pop3 server.Patrick J Cherry
--HG-- rename : lib/mauve/auth_bytemark.rb => lib/mauve/authentication.rb