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
AgeCommit message (Expand)Author
2012-02-21avoid ssl MySQL reserved keywordDavid Rousselie
2011-10-08add SMTP SSL supportDavid 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-04check for account login and host with whitespaceDavid Rousselie
2010-06-04fix tests with python2.6David 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-05-29Implement XEP-012 (Last Activity) for Account JIDsDavid Rousselie
2008-05-20Add default SMTP server configurationDavid 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-07Fix IMAP select testsDavid Rousselie
2008-03-07Switch back to read-write mode while checking for new mail on IMAPDavid Rousselie
2008-03-06get-email ad-hoc command basic behaviorDavid Rousselie
2008-02-26Retrieve mail list for IMAP and POP3 accountsDavid Rousselie
2007-11-07Support more email header in Jabber message sent to JMCDavid Rousselie
2007-10-31Store mailbox with "/" delimiter and discover when populating account what is...David Rousselie
2007-10-22Browse IMAP folders in service discoveryDavid Rousselie
2007-10-08Override Account default message status methodDavid Rousselie
2007-09-28MySQL support (rename columns names conflicting with MySQL reserved words)David Rousselie
2007-08-19update JMC after JCL refactoringDavid Rousselie
2007-07-24Update code to match JCL refactoringDavid Rousselie
2007-07-08Some refactoringDavid Rousselie
2007-06-28some module refactoringDavid Rousselie
2007-06-19Prevent to send email with subjectDavid Rousselie
2007-06-18SMTP send_email real implementationDavid Rousselie
2007-06-17replace SSL by TLS for SMTPAccountDavid Rousselie
2007-06-12Implement default SMTP account unicityDavid Rousselie
2007-06-06Add bare JID as parameter of registration form default functionDavid Rousselie
2007-06-06Add bare JID as third argument to register post functionsDavid Rousselie
2007-06-05Work with default SMTP accountDavid Rousselie
2007-06-05Implementation of missing get_default_port in SMTPAccountDavid Rousselie
2007-05-30Some code style cleanupDavid Rousselie
2007-05-24Add SMTPAccount with pluggable handlersDavid Rousselie
2007-05-15Add configurable checking intervalDavid Rousselie
2007-05-13Move unit tests in source folderDavid Rousselie
2007-05-13Reuse PresenceAccount unit testsDavid Rousselie
2007-03-25Pass "real_class" parameter to get_register_fields methodDavid Rousselie
2007-03-24Update registration fields post_func and default_func semanticDavid Rousselie
2007-03-21Complete MailComponent testsDavid Rousselie
2007-02-21Migration to JCLDavid Rousselie