예제 #1
0
 def test_email_new_channel_normal(self):
     nc = Email.new_channel()
     in_('address', nc)
     in_('channel_name', nc)
     in_('imap_host', nc)
     in_('imap_port', nc)
     in_('open', nc)
     in_('password', nc)
     in_('platform', nc)
     in_('smtp_host', nc)
     in_('smtp_port', nc)
     in_('username', nc)
예제 #2
0
 def test_email_new_channel_normal(self):
     nc = Email.new_channel()
     in_('address', nc)
     in_('channel_name', nc)
     in_('imap_host', nc)
     in_('imap_port', nc)
     in_('open', nc)
     in_('password', nc)
     in_('platform', nc)
     in_('smtp_host', nc)
     in_('smtp_port', nc)
     in_('username', nc)
예제 #3
0
 def test_email_new_channel_normal(self):
     nc = Email.new_channel()
     in_("address", nc)
     in_("channel_name", nc)
     in_("imap_host", nc)
     in_("imap_port", nc)
     in_("open", nc)
     in_("password", nc)
     in_("platform", nc)
     in_("smtp_host", nc)
     in_("smtp_port", nc)
     in_("username", nc)