ชื่อโฟลเดอร์เริ่มต้นพิเศษสำหรับบัญชี IMAP ใน Mail.app คืออะไร (เช่นฉบับร่าง, ขยะ, ส่งแล้ว)


11

ฉันกำลังตั้งค่าเซิร์ฟเวอร์อีเมลของตัวเอง ลูกค้าจะเชื่อมต่อกับเซิร์ฟเวอร์นี้โดยใช้ IMAP

ทุกวันนี้มีความเป็นไปได้ที่จะแมปโฟลเดอร์ 'พิเศษ' ที่ถูกต้องบนเซิร์ฟเวอร์กับลูกค้าในพื้นที่ (เช่นร่างจดหมายขยะและส่ง) อย่างไรก็ตามเนื่องจากอุปกรณ์ส่วนใหญ่ที่เชื่อมต่อกับเซิร์ฟเวอร์ของฉันจะใช้ Mail.app (หรือ Mail บน iOS) มันคงจะดีถ้าชื่อโฟลเดอร์เริ่มต้นบนเซิร์ฟเวอร์นั้นตรงกับชื่อที่ Mail.app ใช้ (ดังนั้นฉันจึงไม่ ' ไม่ต้องทำการแมปโฟลเดอร์ใหม่ในทุกอุปกรณ์)

ดังนั้นคำถามของฉันคืออะไรชื่อโฟลเดอร์พิเศษ Mail.app ใช้ตามค่าเริ่มต้น

คำตอบ:


13

อินเทอร์เน็ต Engineering Task Force (IETF) กำหนดว่าใน RFC ที่เหมาะสมที่RFC 6154 คุณจะพบรายการกล่องจดหมายการใช้งานพิเศษ:

   \All
      This mailbox presents all messages in the user's message store.
      Implementations MAY omit some messages, such as, perhaps, those
      in \Trash and \Junk.  When this special use is supported, it is
      almost certain to represent a virtual mailbox.

   \Archive
        This mailbox is used to archive messages.  The meaning of an
        "archival" mailbox is server-dependent; typically, it will be
        used to get messages out of the inbox, or otherwise keep them
        out of the user's way, while still making them accessible.

   \Drafts
        This mailbox is used to hold draft messages -- typically,
        messages that are being composed but have not yet been sent.  In
        some server implementations, this might be a virtual mailbox,
        containing messages from other mailboxes that are marked with
        the "\Draft" message flag.  Alternatively, this might just be
        advice that a client put drafts here.

   \Flagged
        This mailbox presents all messages marked in some way as
        "important".  When this special use is supported, it is likely
        to represent a virtual mailbox collecting messages (from other
        mailboxes) that are marked with the "\Flagged" message flag.

   \Junk
        This mailbox is where messages deemed to be junk mail are held.
        Some server implementations might put messages here
        automatically.  Alternatively, this might just be advice to a
        client-side spam filter.

   \Sent
        This mailbox is used to hold copies of messages that have been
        sent.  Some server implementations might put messages here
        automatically.  Alternatively, this might just be advice that a
        client save sent messages here.

   \Trash
        This mailbox is used to hold messages that have been deleted or
        marked for deletion.  In some server implementations, this might
        be a virtual mailbox, containing messages from other mailboxes
        that are marked with the "\Deleted" message flag.
        Alternatively, this might just be advice that a client that
        chooses not to use the IMAP "\Deleted" model should use this as
        its trash location.  In server implementations that strictly
        expect the IMAP "\Deleted" model, this special use is likely not
        to be supported.

2
### คำตอบที่เกี่ยวข้องที่สุดควรเป็นไปตามมาตรฐาน> ฉันไม่มีชื่อเสียงพอที่จะโหวตหรือแสดงความคิดเห็น แต่คำตอบนี้Norman Schmidtควรเป็นคำตอบที่ยอมรับได้
อาร์กอน

11

ฉันสร้างบัญชี IMAP ที่ว่างเปล่าและเพิ่มไปยัง Mail.app และ Notes.app บน Mac ที่ใช้ OS X Mountain Lion หลังจากบันทึกข้อความบางส่วนแล้วโฟลเดอร์เริ่มต้นทั้งหมดจะถูกสร้างโดย Mail.app จากนั้นฉันเชื่อมต่อกับเซิร์ฟเวอร์ IMAP โดยใช้ Terminal และแสดงรายการโฟลเดอร์ทั้งหมด:

A1 LIST "" "%"
* LIST (\HasNoChildren) "." "Sent Messages"
* LIST (\HasNoChildren) "." "Junk"
* LIST (\HasNoChildren) "." "Archive"
* LIST (\HasNoChildren) "." "Deleted Messages"
* LIST (\HasNoChildren) "." "Notes"
* LIST (\HasNoChildren) "." "Drafts"
* LIST (\HasNoChildren) "." "INBOX"
A1 OK List completed.

อย่างที่คุณเห็นในผลลัพธ์ดิบชื่อโฟลเดอร์เริ่มต้นที่แน่นอนมีดังนี้:

  • INBOX
  • ร่าง
  • ข้อความที่ส่ง
  • ขยะ
  • ข้อความที่ถูกลบ
  • เอกสารเก่า
  • หมายเหตุ

หลังจากอัปเดตเซิร์ฟเวอร์อีเมลของฉันเพื่อสร้างโฟลเดอร์เหล่านี้สำหรับบัญชี IMAP ใหม่ตามค่าเริ่มต้นฉันเชื่อมต่อบัญชีใหม่กับ Mac ของฉัน ตามที่หวังไว้ Mail.app และ Mail บน iOS จะใช้โฟลเดอร์พิเศษเหล่านี้โดยอัตโนมัติ (ฉันแค่ต้องเปิดใช้งาน "เก็บข้อความขยะบนเซิร์ฟเวอร์" บน Mac)


สำหรับผู้ที่ใช้ Dovecot เช่นกันนี่เป็นไฟล์การกำหนดค่าผลลัพธ์ที่มีโฟลเดอร์เริ่มต้นรวมอยู่ด้วย ( /etc/dovecot/conf.d/15-mailboxes.conf):

namespace inbox {
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }

  mailbox "Sent Messages" {
    auto = subscribe
    special_use = \Sent
  }

  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }

  mailbox "Deleted Messages" {
    auto = subscribe
    special_use = \Trash
  }

  mailbox Archive {
    auto = subscribe
    special_use = \Archive
  }

  mailbox Notes {
    auto = subscribe
  }
}
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.