[
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: [email protected]
For additional commands, e-mail: [email protected]