Non-critical path tasks
These are things that are non-critical for the next Milestone or are small tasks on the way to Milestone. Some folks have trouble getting started because they need to get their fingers dirty to learn. Open source projects rarely give guidence in this manner. We do though :
Nail �conversational logging� in POP. (see wiki status page: http://jboss.org/wiki/Wiki.jsp?page=StatusIssue005) (actually should be done for M1)
Research MailServices2.0Security enough to give feedback on it
Fill out Unit tests where you find them lacking (should be done for M1)
Interactive build that configures your jboss-service.xml file for you (be nice for M1)
fix the issue with Verify Identity which requires your domain be the servername (because of a disconnect with MailListener - related to 2) -- we need at least a temporary solution for M1.
Make TLS available in POP - DONE
Refactor TLS support to use a common keystore with JBossSX - DONE
Stub out IMAP support
There are places in POP that say "should be refactored to use a common implementation" -- fix that
go through the SMTP and POP spec with a fine tooth comb and figure out where we're not following it right. (unit test that)
Comments