Claws Mail

Claws Mail是一个基于GTK+的电子邮件客户端(和新闻阅读器)。(Claws Mail is an email client (and news reader), based on GTK+)

  • 所有者: mones/clawsker
  • 平台: BSD, Linux, Mac, Solaris, Unix-like
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

这是来自 http://git.claws-mail.org 主存储库的克隆:Clawsker是一个Perl-GTK2小程序,用于编辑Claws Mail的隐藏首选项,并以安全和用户友好的方式执行,防止用户编辑原始配置文件。http://www.claws-mail.org/clawsker.php

Claws Mail是一个基于GTK+的电子邮件客户端(和新闻阅读器)

  • 快速反应
  • 优雅,精致的界面
  • 配置简单,操作直观
  • 丰富的功能
  • 可扩展性
  • 稳健性和稳定性

外观和界面设计为来自其他流行电子邮件客户端的新用户以及有经验的用户所熟悉。 使用键盘几乎可以访问所有命令。

消息以标准MH格式管理,具有快速访问和数据安全性。 您几乎可以从任何其他电子邮件客户端导入电子邮件,并轻松导出它们。

许多额外的功能,如RSS聚合器,日历或笔记本电脑LED处理,由额外的插件提供。

Claws Mail根据GPL分发。

主要指標

概覽
名稱與所有者mones/clawsker
主編程語言
編程語言Makefile (語言數: 0)
平台BSD, Linux, Mac, Solaris, Unix-like
許可證
所有者活动
創建於2011-03-27 11:13:59
推送於2024-10-27 16:52:12
最后一次提交2024-10-27 17:51:33
發布數34
最新版本名稱1.3.8 (發布於 2023-12-23 12:54:47)
第一版名稱0.0.1 (發布於 )
用户参与
星數7
關注者數4
派生數4
提交數1
已啟用問題?
問題數0
打開的問題數0
拉請求數1
打開的拉請求數0
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Clawsker - A Claws Mail Tweaker

Clawsker is a Perl-GTK applet to edit hidden preferences for Claws Mail,
and to do it in a safe and user friendly way, preventing users from raw
editing of configuration files.

Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.

You can download the latest version from Clawsker homepage:

http://www.claws-mail.org/clawsker.php

Dependencies

  • Building:

Nothing special: make, sed, install, gettext and pod2man.

On Debian systems and derivatives:

apt-get install make sed coreutils gettext perl

(Although you probably already have some of these installed)

  • Running:

Perl - http://www.perl.com (>= 5.10)
GTK+3 bindings for Perl - https://gitlab.gnome.org/GNOME/perl-gtk3
(>= 0.030)
Locale::gettext - http://search.cpan.org/~pvandry/gettext-1.05/ (>= 1.05)
File::Which - https://metacpan.org/pod/File::Which (>= 1.21)
Claws Mail - http://www.claws-mail.org (>= 3.9.1)

On Debian systems:

apt-get install libgtk3-perl liblocale-gettext-perl libfile-which-perl

apt-get install claws-mail

  • Test suite:

Test::Exception - https://metacpan.org/pod/Test::Exception

Install

After downloading the tarball:

tar xJf clawsker-VERSION.tar.xz
cd clawsker-VERSION
make

If finished correctly, become root and:

make install

Replace VERSION with the actual version number of the tarball.

Default install is under /usr/local prefix. If you want to install in another
location (for example /usr) replace last line with:

make install PREFIX=/usr

Optionally you can provide also a DESTDIR as a root tree for the installation.

Test suite

You can run the test suite with:

make test

If running test suite fails please report a bug with all the messages
printed by the above command, the versions of Perl and the version of
Clawsker dependencies you're using.

Contributing

Patches, bug fixes, and specially, new translations (or updates to the
existing ones) are welcome. Development uses git as VCS and takes place
on http://git.claws-mail.org.

Translators please read po/README file for details about translations.

Bugs

You can send bug reports to http://www.thewildbeast.co.uk/claws-mail/bugzilla/
by selecting the 'clawsker' product.

Also directly by mail to me or in the Claws Mail mailing list, but bugzilla
is the preferred way.

Thanks

  • The Claws Mail Team, for such great mail program
  • Larry Wall and all Perl hackers all over the world
  • The Perl-GTK2 folks and Phillip Vandry
  • Dirk van der Walt, for his Gtk2-Perl Study Guide [0]
  • Debian, for the Operating System
  • GitHub Inc., for providing the initial git hosting and more

[0] http://gtk2-perl.sourceforge.net/doc/gtk2-perl-study-guide/

--