代码之家  ›  专栏  ›  技术社区  ›  Nir Gavish

处理和分析Courier邮件服务器格式的PHP类

  •  1
  • Nir Gavish  · 技术社区  · 15 年前

    有人知道是否有一个类可以解析Courier邮箱(即:Courier IMAP邮件服务器)?返回列表并分析单个消息?

    这不是一个 协议 问题,我是 有兴趣连接到远程邮件服务器。相反,我对操纵 地方的 通过文件系统的邮件服务器。

    尤其是,这些邮件被保存在文件中,但是那些 包含“发件人”的电子邮件地址,我完全困惑于这个和更多的问题。有人对此有经验吗?

    2 回复  |  直到 15 年前
        1
  •  1
  •   Pascal MARTIN    15 年前

    Zend_Mail

    Reading Mail Messages

    Feature                Mbox     Maildir  Pop3     IMAP
    Storage type           local    local    remote   remote
    Fetch message          Yes      Yes      Yes      Yes
    Fetch MIME-part        emulated emulated emulated emulated
    Folders                Yes      Yes      No       Yes
    Create message/folder  No       todo     No       todo
    Flags                  No       Yes      No       Yes
    Quota                  No       Yes      No       No