Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-21release version 0.3RC3HEADmasterDavid Rousselie
2012-02-21avoid ssl MySQL reserved keywordDavid Rousselie
2011-10-09fix some version configurationDavid Rousselie
2011-10-08add SMTP SSL supportDavid Rousselie
2010-11-28fix indentationDavid Rousselie
2010-10-21replace send_stanzas by returned value in handler. Pyxmpp will take care to s...David Rousselie
2010-10-19fix ad-hoc command complete supportDavid Rousselie
2010-06-09fix unknown SMTP auth method errorDavid Rousselie
2010-06-08handle boolean values sent in forms as stringsDavid Rousselie
2010-06-08Ignore empty message (sent by clients supporting pubsub)David Rousselie
2010-06-08fix JCL versionDavid Rousselie
2010-06-04release JMC 0.3 beta3David Rousselie
2010-06-04check for account login and host with whitespaceDavid Rousselie
2010-06-04fix tests with python2.6David Rousselie
2010-05-11release JMC 0.3 beta2David Rousselie
2009-07-01Make JMC work with PyXMPP 1.0.1David Rousselie
2009-06-30Force DummyServer to listen on IPv4David Rousselie
2008-11-04migrate from FeederComponent.handler to FeederComponent.tick_handlersDavid Rousselie
2008-07-26Correct IMAPAccount populate_handlerDavid Rousselie
2008-07-26Correct socket timeout for IMAP and POP3 connectionsDavid Rousselie
2008-07-26Avoid crashing when parsing malformed mail header FromDavid Rousselie
2008-08-21Update run function to tuple (restart_boolean, time to wait before restart) r...David Rousselie
2008-05-30Remove old utilities (for jmc 0.2)David Rousselie
2008-05-29Set correct component versionDavid Rousselie
2008-05-29Implement XEP-012 (Last Activity) for Account JIDsDavid Rousselie
2008-05-28Change MailAccount.lastcheck semantic. Now store time in second since the EpochDavid Rousselie
2008-05-28Delete unused parameterDavid Rousselie
2008-05-28adapt to JCL api changesDavid Rousselie
2008-05-28JMCRunner_TestCase must not inherit from JCLRunner_TestCaseDavid Rousselie
2008-05-20Add default SMTP server configurationDavid Rousselie
2008-05-16Override uncomplete configuration file testDavid Rousselie
2008-05-15Send presence when cancelling an account errorDavid Rousselie
2008-05-14Update presence status when sending account errorDavid Rousselie
2008-05-09Add default status message to SMTPAccountDavid Rousselie
2008-05-05Raise exception when an IMAP error occursDavid Rousselie
2008-03-10clean TODO commentsDavid Rousselie
2008-03-10Fix a typing bug in SMTPAccountDavid Rousselie
2008-03-08Update JMC package informations for PyPiDavid Rousselie
2008-03-08Add requires.txt fileDavid Rousselie
2008-03-08Set JMC version to 0.3 beta 1David Rousselie
2008-03-07Finish setuptools configurationDavid Rousselie
2008-03-07Fix IMAP select testsDavid Rousselie
2008-03-07Add JMC short name in its runner to use JCL consoleDavid Rousselie
2008-03-07Switch back to read-write mode while checking for new mail on IMAPDavid Rousselie
2008-03-07Add missing filesDavid Rousselie
2008-03-07Finish 'get-email' ad-hoc command implementationDavid Rousselie
2008-03-06Multi-pages support when selecting email to fetch in get-email ad-hoc commandDavid Rousselie
2008-03-06get-email ad-hoc command basic behaviorDavid Rousselie
2008-03-06Add translation fallback to englishDavid Rousselie
2008-02-26Retrieve mail list for IMAP and POP3 accountsDavid Rousselie