eM Client

最新版本 Node.js 13.1.0 (64-bit)

Node.js 13.1.0 (64-bit)

Node.js 13.1.0 (64-bit)
如果你正在尋找容易使用,但功能豐富的電子郵件客戶端看起來沒有進一步。 eM Client 是你需要的! eM Client 是一個功能齊全的電子郵件客戶端,因為它也支持日曆,任務,聯繫人甚至聊天。您可以通過 POP 或 IMAP 協議將 eM Client 連接到您的電子郵件帳戶, Gmail,Yahoo,Outlook,Hotmail,iCloud 帳戶,並且還支持 MS Exchange 和 Google Apps.

從當前電子郵件客戶端切換到 eM Client 不會更容易,因為您可以直接導入所有數據 Microsoft Outlook,Mozila Thunderbird,蝙蝠或 Windows 的郵件,所以你可以在幾分鐘內開始。此外,您還可以輕鬆將所有數據導出到許多可用的格式,或製作和恢復備份.

用戶界面非常乾淨,現代化,可定制且直觀。 eM Client 本地化到 19 種語言和 10 多彩主題。默認的“現代”主題是非常好的,但你可以根據你的顏色偏好來改變它。左側邊欄為您提供了對您的電子郵件帳戶,日曆,任務和聯繫人的訪問權限,並且該權限可以隱藏,而且您可以使用它來訪問聯繫人詳細信息,日程安排和聊天。聊天可以分離到一個單獨的窗口,如果需要的話,它支持三種主要的消息服務:Google Talk 和 Facebook 和 Jabber,並提供文件傳輸。

閱讀和發送電子郵件是一種純粹的快樂。您可以在左側或底部設置消息面板或禁用,在這種情況下,當您打開新消息時,它將顯示在新窗口中。搜索速度非常快,並提供準確的結果。一些漂亮的功能是延遲(預定)的電子郵件發送,完整的拼寫檢查,電子郵件模板和簽名,信息加密和創建電子郵件 grops,在哪裡你可以添加更多的人,你想同時發送電子郵件。這可以是非常有用的,可以為您節省大量的時間.

唯一的缺點是它的內存使用率較高(與 Thunderbird 相比),但總體來說,eM Client 最新版本是一個令人印象深刻的電子郵件客戶端,具有許多功能。個人使用最多可以有兩個電子郵件帳戶。如果你需要兩個以上的帳戶(或者如果你需要它用於商業用途),你將不得不購買一個高級版本,並相信我在這一個:在 eM Client 上花的錢將是非常好的錢花費.

eM Client 功能:

PGP 加密支持
eM Client 現在支持 PGP - 創建或導入您的 PGP 密鑰來發送加密和簽名的電子郵件。檢查視頻的說明.

Live 備份
您不必再退出 eM Client 為了進行備份。 eM Client 現在將在運行時備份,因此即使正在運行,您也可以繼續工作.

自動聯繫人頭像下載
eM Client 7.1 自動從 Web 下載並顯示聯繫人的頭像。我們從 Gravatar 下載,域圖標等等。

改進的表格編輯器
編輯表格變得簡單多了 - 您可以調整任何單元格,行或列的大小.

超大尺寸和基本編輯圖像
將圖像轉換為電子郵件現在比以往更簡單。他們不僅可以自動調整大小,還可以手動更改大小,還可以旋轉和翻轉大小.

Gmail 的自動回复功能
自動為 Gmail 提供“外出”回复功能。讓每個人都知道,您將無法通過在 eM Client.

注意內配置自動響應來響應他們的電子郵件:需要.NET Framework。在免費版本中,您最多只能添加 2 個賬戶.

ScreenShot

軟體資訊
檔案版本 Node.js 13.1.0 (64-bit)

檔案名稱 node-v13.1.0-x64.msi
檔案大小 27.03 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 eM Client Inc.
官網 http://www.emclient.com/
更新日期 2019-11-06
更新日誌

What's new in this version:

Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior

crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one

dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6

fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory

meta:
- Added Chengzhong Wu to collaborators

Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js

Node.js 13.1.0 (64-bit) 相關參考資料