[
https://issues.apache.org/jira/browse/SYNAPSE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631919#action_12631919
]
Andreas Veithen commented on SYNAPSE-450:
-----------------------------------------
It looks like the transport.mail.Address parameter is only ever used in log
statements. This is very misleading, especially because the parameter is
required. I think we should remove it altogether and use <username>@<host> in
the logs instead. Indeed we don't need to make the configuration of the
transport unnecessarily complex by requiring the user to provide information
that is actually never really used...
> MailTransportListener should warn when connecting to a non-existing IMAP
> account
> --------------------------------------------------------------------------------
>
> Key: SYNAPSE-450
> URL: https://issues.apache.org/jira/browse/SYNAPSE-450
> Project: Synapse
> Issue Type: Bug
> Reporter: Stefan Lecho
>
> When specifying an non-existing or non-valid email address in
> transport.mail.Address, MailTransportListener does not give any warning.
> 2008-09-17 11:46:01,827 [192.168.13.175-INFOR2] [mailto-Worker-1] DEBUG
> MailTransportListener Connecting to folder : INBOX of email account :
> non-existing-address
> DEBUG: connection available -- size: 1
> A4 SELECT INBOX
> * FLAGS (\Seen \Answered \Flagged \Deleted \Draft \Recent)
> * 0 EXISTS
> * 0 RECENT
> * OK [UIDVALIDITY 1221029947] UIDs valid
> * OK [UIDNEXT 102] Predicted next UID
> * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)] .
> A4 OK [READ-WRITE] SELECT completed
> A5 LIST "" INBOX
> * LIST () "/" "INBOX"
> A5 OK LIST completed
> 2008-09-17 11:46:01,842 [192.168.13.175-INFOR2] [mailto-Worker-1] DEBUG
> MailTransportListener 0 messgaes in folder : INBOX
> A6 CLOSE
> A6 OK CLOSE completed
> DEBUG: added an Authenticated connection -- size: 1
> A7 LOGOUT
> * BYE IMAP engine signing off (no errors)
> A7 OK LOGOUT completed
> DEBUG: IMAPStore connection dead
> DEBUG: IMAPStore cleanup, force false
> DEBUG: IMAPStore cleanup done
--
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]