发送电子邮件失败后,iCloud上传到已发送的文件夹

时间:2017-02-15 07:39:09

标签: imap icloud

如果您尝试通过smtp发送电子邮件,请使用openssl,它会正常运行。之后当我尝试将电子邮件上传到已发送文件夹时使用IMAP,它会抛出错误。

要上传到已发送文件夹,首先我要在icloud IMAP套接字上建立openssl连接。然后登录就可以了。为了上传到已发送的文件夹,我选择了"已发送消息文件夹",没关系。然后我开了APPENd,这是投掷错误。

import {tabSearchOne} from "./tab-search-one;
import {tabSearchTwo} from "./tab-search-two;
import {tabSearchThree} from "./tab-search-three;    

@Component({
  selector: 'page-search',
  templateUrl: 'search.html'
})

export class SearchPage {

   tabRoot1: any = tabSearchOne;
   tabRoot2: any = tabSearchTwo;
   tabRoot3: any = tabSearchThree;

   title: string = 'Search';

   constructor(public navCtrl: NavController, public navParams: NavParams) {

      }

   }

0 个答案:

没有答案