如何在Linux下发送/接收(smtp / pop3)电子邮件?首先收到一些特定的电子邮件,然后回复它,这2封电子邮件必须在同一线程中[关闭] - c++

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center。
                            
                        
                    
                
                                7年前关闭。
            
                    
如何尽快解决此问题?我已经编写了一些脚本来执行此操作,但是回复的电子邮件与原始电子邮件不在同一线程中。

我有一个电子邮件帐户,它将收到一些特定的电子邮件。
我需要回复此特定电子邮件,回复的电子邮件和原始电子邮件应保持在同一线程中(在Outlook中的同一电子邮件下组织)。
我有一个Linux服务器可以做到这一点,我可以编写c ++和python。

c++大神给出的解决方案

“回复的电子邮件与原始电子邮件不在同一线程中”

如RFC 2822的第3.6.4节所述,您需要使用message-id,in-reply-to和引用标头字段。

Javascript + Python:将数组发送到Python脚本,将结果返回给Javascript - javascript

我想建立一个网页,该网页通过Javascript API进行许多Facebook状态更新,并将它们分类到一个数组中。然后,我想将此数组发送到Python脚本,该脚本可以专门使用NLTK.进行语言分析。在Python中获得合适的结果后,我想将结果从该脚本返回到Javascript,以显示给用户等。听起来可能吗? javascript大神给出的解决方案 是的,完…

需要将使用html2canvas的屏幕截图保存为psd,并保存在文件夹中[关闭] - javascript

Closed. This question needs to be more focused。它当前不接受答案。                                                                                                                            …

JAVA:json + websocket - java

我正在与朋友一起编程项目。我们将其分为两部分,我负责客户端(简单的窗口应用程序),他制作了服务器。我应该借助websocket将JSON对象发送到他的服务器(他给了我信息,我应该发送http://pastebin.com/dmYBtN25的信息)。我知道如何创建json对象,但是我的问题是如何将websocket lib与json结合使用(当前我正在使用we…

从Java到php5? [关闭] - java

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely …

以金字塔形式打印字符串[关闭] - java

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not…