[
https://issues.apache.org/jira/browse/SYNAPSE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen resolved SYNAPSE-450.
-------------------------------------
Resolution: Won't Fix
Assignee: Andreas Veithen
Actually the address is also used to compute the endpoint reference
(mailto:...) and is therefore mandatory. On the other hand it is impossible to
determine or to validate this address based on the account data (username and
host). Therefore the behavior of the mail transport is entirely correct.
> 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
> Assignee: Andreas Veithen
> Priority: Minor
>
> 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]