Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这听起来像是一个愚蠢的问题,但是否可以使用 jQuery 从 Gmail 下载电子邮件?如果是这样,怎么做?
这需要作为一个更大的内部产品的概念证明,我们试图在可能的情况下绕过服务器。
不,无法从 IMAP 服务器下载电子邮件。我能想到的是使用 JQuery 来使用 $.ajax 或 $.post 连接到服务器端函数,该函数返回要在浏览器中显示的电子邮件数据列表。不过,我认为这是你能做到的。
不,因为您至少需要一种服务器端语言。
你为什么要问这个特别的问题?让我们知道这个 jquery-approach-wish 的背后是什么。