Complete POP3 implementation
----------------------------

         Key: GERONIMO-1343
         URL: http://issues.apache.org/jira/browse/GERONIMO-1343
     Project: Geronimo
        Type: Improvement
  Components: mail  
    Versions: 1.1    
    Reporter: Rajith Attapattu
    Priority: Minor


The following tasks needs to be done
==============================
1. Complete support for POP3Message, currently not all headers are parsed and, 
InetAddress for getRecipients(), getFrom are not working properly.

I am working on it, and will have something by Monday.

2. SSLSocket support using JSSE, bcos for instance Google POP3 doesn't work as 
it runs over SSL.

Is this a priority???

3. Needs more testing with different mail servers. Tested with only my mail 
server. I really need help with this !!!!

4. Need to do some code review and more documentation.

5. Unit tests.


For now I have included the pop3 impl inside geronimo-javamail-transport.
We can either move it to a sub project called geronimo-javamail-store or we can 
rename the current project to geronimo-javamail-providers (for both transports 
and stores)to be in line with the JavaMail spec.

I like the second option.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to