You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Eric Charles (JIRA)" <se...@james.apache.org> on 2010/08/27 15:56:53 UTC

[jira] Created: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Fetchmail gives error in (pre) 3.0 codeline
-------------------------------------------

                 Key: JAMES-1038
                 URL: https://issues.apache.org/jira/browse/JAMES-1038
             Project: JAMES Server
          Issue Type: Bug
          Components: FetchMail
    Affects Versions: 3.0-M1
            Reporter: Eric Charles
             Fix For: Trunk
         Attachments: fetchmail-james3.0-M1.patch

Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles updated JAMES-1038:
--------------------------------

    Attachment: fetchmail-james3.0-M1.patch

Proposed patch is attached.
Please review. Tks

> Fetchmail gives error in (pre) 3.0 codeline
> -------------------------------------------
>
>                 Key: JAMES-1038
>                 URL: https://issues.apache.org/jira/browse/JAMES-1038
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: FetchMail
>    Affects Versions: 3.0-M1
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: Trunk
>
>         Attachments: fetchmail-james3.0-M1.patch
>
>
> Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Assigned: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles reassigned JAMES-1038:
-----------------------------------

    Assignee: Eric Charles

> Fetchmail gives error in (pre) 3.0 codeline
> -------------------------------------------
>
>                 Key: JAMES-1038
>                 URL: https://issues.apache.org/jira/browse/JAMES-1038
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: FetchMail
>    Affects Versions: 3.0-M1
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: Trunk
>
>         Attachments: fetchmail-james3.0-M1.patch
>
>
> Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904262#action_12904262 ] 

Norman Maurer commented on JAMES-1038:
--------------------------------------

Patch looks good except these:

-    @Resource(name="dnsserver")
     public void setDNSService(DNSService dns) {
         this.dnsServer = dns;
     }
 
 
-    @Resource(name="James")
     public void setMailServer(MailServer mailserver) {
         this.fieldServer = mailserver;
     }
    
-    @Resource(name="localusersrepository")
     public void setUsersRepository(UsersRepository urepos) {
         this.fieldLocalUsers = urepos;
     }


The @Resource(..) stuff should be keept.

> Fetchmail gives error in (pre) 3.0 codeline
> -------------------------------------------
>
>                 Key: JAMES-1038
>                 URL: https://issues.apache.org/jira/browse/JAMES-1038
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: FetchMail
>    Affects Versions: 3.0-M1
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: Trunk
>
>         Attachments: fetchmail-james3.0-M1.patch
>
>
> Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Closed: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Posted by "Eric Charles (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles closed JAMES-1038.
-------------------------------

    Resolution: Fixed

Committed and fixed in http://svn.apache.org/viewvc?rev=991150&view=rev
(@Resource has been kept)
Tks to have reviewed.

> Fetchmail gives error in (pre) 3.0 codeline
> -------------------------------------------
>
>                 Key: JAMES-1038
>                 URL: https://issues.apache.org/jira/browse/JAMES-1038
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: FetchMail
>    Affects Versions: 3.0-M1
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: Trunk
>
>         Attachments: fetchmail-james3.0-M1.patch
>
>
> Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-1038) Fetchmail gives error in (pre) 3.0 codeline

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer updated JAMES-1038:
---------------------------------

    Fix Version/s:     (was: Trunk)
                   3.0-M1

> Fetchmail gives error in (pre) 3.0 codeline
> -------------------------------------------
>
>                 Key: JAMES-1038
>                 URL: https://issues.apache.org/jira/browse/JAMES-1038
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: FetchMail
>    Affects Versions: 3.0-M1
>            Reporter: Eric Charles
>            Assignee: Eric Charles
>             Fix For: 3.0-M1
>
>         Attachments: fetchmail-james3.0-M1.patch
>
>
> Fetchmail fails at different step of the process in current trunk src.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org