📄 naming.txt
字号:
Mailbox Name Conventions Mark Crispin 8 August 2000Please refer to the file drivers.txt for related information.I. Special namesSpecial names appear by themselves.I.a. INBOXThe name INBOX is special and refers to primary incoming messagemailbox on the local system.I.b. #mhinbox (UNIX only)The name #mhinbox is special and refers to the primary incoming mhformat mailbox on the local system. Don't worry about this if youdon't know what mh format is.II. Special prefixesAll names which start with a "#" have a "special prefix" whichidentifies an alternative namespace. Special prefixes appear in frontof some additional text which constitutes a suffix.II.a. #mh/ (UNIX only)The prefix #mh/ is special and refers to the mh format mailbox namedwith the suffix. For example, #mh/foo refers to the mh format mailboxnamed foo. Don't worry about this if you don't know what mh format is.II.b. #news. (UNIX only)The prefix #news. is special and refers to the newsgroup named withthe suffix. For example, #news.comp.mail.misc refers to the newsgroupnamed comp.mail.misc.II.c. #ftp/ (UNIX only)The prefix #ftp/ is special and refers to the anonymous ftp filesystemnamed with the suffix. For example, #ftp/foo/bar refers to the file/foo/bar in the anonymous FTP filesystem. Anonymous FTP files areavailable to anonymous IMAP logins.II.d. #public/ (UNIX only)The prefix #publis/ is special and refers to the public filesfilesystem named with the suffix. For example, #public/foo/bar refersto the file /foo/bar in the public filesystem. Public files areavailable to anonymous IMAP logins.II.e. #shared/ (UNIX only)The prefix #shared/ is special and refers to the shared filesfilesystem named with the suffix. For example, #shared/foo/barfrefers to the file /foo/bar in the shared filesystem.III. Remote namesAll names which start with "{" are remote names, and are in the form "{" remote_system_name [":" port] [flags] "}" [mailbox_name]where: remote_system_name Internet domain name or bracketed IP address of server. port optional TCP port number, default is the default port for that service flags optional flags, one of the following: "/service=" service mailbox access service, default is "imap" "/user=" user remote user name for login on the server "/authuser=" user remote authentication user; if specified this is the user name whose password is used (e.g. administrator) "/anonymous" remote access as anonymous user "/debug" record protocol telemetry in application's debug log "/secure" do not transmit a plaintext password over the network "/imap", "/imap2", "/imap2bis", "/imap4", "/imap4rev1" equivalent to /service=imap "/pop3" equivalent to /service=pop3 "/nntp" equivalent to /service=nntp "/ssl" use the Secure Socket Layer to encrypt the session "/validate-cert" validate certificates from SSL server (this is the default behavior) "/novalidate-cert" do not validate certificates from SSL server, needed if server uses self-signed certificates mailbox_name remote mailbox name, default is INBOXFor example: {imap.foo.com}INBOXopens an IMAP connection to system imap.foo.com and selects INBOX.IV. All other namesAll other names are treated as local file names, relative to theuser's home directory. Read drivers.txt for more details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -