2012-09-19 09:06:30 +0000 2012-09-19 09:06:30 +0000
182
182

在Outlook 2013中查看电子邮件的RAW邮件来源

如何在Outlook 2013中查看电子邮件的来源?

我想看到确切的邮件来源,就像在Gmail或Mozilla Thunderbird中一样。我特别感兴趣的是顶部的内容(标题?这里有一个例子,是Gmail提供的。

Delivered-To:
Received: by 10.50.110.41 with SMTP id hx9csp12093igb;
        Wed, 19 Sep 2012 01:36:43 -0700 (PDT)
Received: by 10.229.137.133 with SMTP id w5mr1607897qct.21.1348043802480;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Return-Path: <noreply@github.com>
Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com. [207.97.227.250])
        by mx.google.com with ESMTP id 5si930058qcy.70.2012.09.19.01.36.42;
        Wed, 19 Sep 2012 01:36:42 -0700 (PDT)
Received-SPF: pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) client-ip=207.97.227.250;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of noreply@github.com designates 207.97.227.250 as permitted sender) smtp.mail=noreply@github.com
Date: Wed, 19 Sep 2012 01:36:41 -0700
From: Louis <notifications@github.com>
Reply-To: rg3/youtube-dl <reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
To: rg3/youtube-dl <youtube-dl@noreply.github.com>
Message-Id: <rg3/youtube-dl/issues/355/8684287@github.com>
In-Reply-To: <rg3/youtube-dl/issues/355@github.com>
References: <rg3/youtube-dl/issues/355@github.com>
Subject: Re: [youtube-dl] Youtube Download Slows Down after 10 seconds (#355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary=mimepart_50598419db896_3241ecda741010
Precedence: list
List-Archive: https://github.com/rg3/youtube-dl
List-Id: rg3/youtube-dl <youtube-dl.rg3.github.com>
List-Post: <mailto:reply+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>
X-Github-Reason: comment
List-Unsubscribe: <mailto:unsub+i-4883054-e3dc1a39bd6fec305e5564ef8b3375860908afb5-105314@reply.github.com>

--mimepart_50598419db896_3241ecda741010
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: Quoted-printable
Content-Disposition: inline

答案 (4)

219
219
219
2012-09-19 13:56:22 +0000

标题

  1. 在邮件列表中双击邮件,在新的窗口中打开特定的邮件****。(这很重要,仅仅在Outlook所谓的 “阅读窗格 "中查看邮件是不够的)
  2. 按照菜单File | Info | Properties
  3. 寻找一个标有Internet headers 的文本区域 4.这里是标题。选择并复制文本到文本编辑器中。

内容

  1. 在**一个新窗口中打开消息
  2. Message功能区中,选择Action | Other Actions | View Source
40
40
40
2013-04-22 20:05:45 +0000
  1. 在新窗口中打开信息
  2. Message选项卡中选择Actions下拉菜单(Move按钮旁边)
  3. 选择 Other ActionsSource → &007
18
18
18
2012-09-19 09:44:46 +0000

File - Info - Properties是否无法显示页眉?


这个答案来自这里。 email.about.com com

**在Outlook中设置完整的邮件来源*

要设置Outlook,这样你就可以看到完整的邮件来源。

Press Windows-R
Type "regedit".
Hit Enter.
For Outlook 2013:
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office5.0\Outlook\Options\Mail
Select Edit | New | DWord from the menu.
Type "SaveAllMIMENotJustHeaders".
Hit Enter.
Double-click the newly created SaveAllMIMENotJustHeaders value.
Type "1".
Click OK.
Close the registry editor.
Restart Outlook if it has been running.

**在Outlook中查看完整的邮件来源*

现在你可以检索新检索到的POP邮件的来源(编辑SaveAllMIMENotJustHeaders值不会恢复已经在Outlook中的邮件的完整邮件来源):

Click on the desired message with the right mouse button in the Outlook mailbox.
Select Options... from the menu.
Find the message source under the (now improperly named) Internet headers: section.
3
3
3
2015-10-14 07:43:10 +0000