Total Pageviews

Friday, 19 May 2023

跨平台的Email客户端Claws Mail



Claws Mail是一款跨平台的Email客户端(原名Sylpheed-Claws), 支持Windows,Linux等多个操作系统平台。基于GTK+开发, 遵守GPL开源协议。支持键盘快捷键访问。所有邮件消息以标准MH格式管理,快速存取的同时保证数据安全。支持从其他的电子邮件客户程序导入电子邮件到其中,并支持导出。额外的插件提供许多额外的功能,如RSS聚合器,日历, 标签支持, 排序工具等。

--------------------------------------------------------------------------------------------------

How to contribute

You are encourged to send patches via the Claws Mail bugzilla at
http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
But please first read the patch guidelines here:
http://www.claws-mail.org/devel.php

If that's too troublesome, either contact Paul Mangan
<paul@claws-mail.org> or consider posting to the
Claws Mail-users mailing list.
http://www.claws-mail.org/MLs.php

Bugs can be reported with Claws' bugzilla at:
http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi

Of course, you can also post to the Claws Mail-users mailing list.

Also, we really try to incorporate good contributions, but sometimes we
don't have enough time. If the contribution is really big, or requires
a long time to stabilise, send a mail to Paul Mangan
<paul@claws-mail.org>. We can probably arrange access to the
Claws Mail Git repository.


How to request features

Ask around in Claws Mail-users ML. Note that some developers may
have already thought about your feature and may, perhaps, be implementing
it, or the feature was already discussed and rejected for whatever reason.
You might want to go ahead and hack a patch for it. (That would be very
cool!) Another possibility is to add a request to our bugzilla, (severity:
'enhancement'), at
http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi

Installing Claws Mail from Git

  a. Downloading

  To download the latest Git, cd to the directory where you wish to download
  to and type the following information:

  git clone http://git.claws-mail.org/readonly/claws.git 

  Later, when you want to update your local repository, you'll just have to
  go back to the 'claws' directory, and type:

  git pull --all

  b. Installing
  To compile and install, use the following commands:
  ./autogen.sh		[add configure options as required]
  make
  make install		[as root]

  You will need a full set of development tools installed to be able to run
  autogen.sh. See also ac/README.
Useful links

Homepage
    http://www.claws-mail.org/
User Contributed FAQ
    http://www.claws-mail.org/faq/
Project page
    http://sourceforge.net/projects/claws-mail/
Downloads
    http://www.claws-mail.org/downloads.php
Extra Plugins
    http://www.claws-mail.org/plugins.php
Icon Themes
    http://www.claws-mail.org/themes.php
Mailing Lists
    http://www.claws-mail.org/MLs.php
Users Mailing List archive
    http://lists.claws-mail.org/pipermail/users/index.html
Commits Announcement List archive
    http://lists.claws-mail.org/pipermail/commits/index.html
Bug/Patch/Feature Request Tracker
    http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
Internationalisation Status
    http://www.claws-mail.org/i18n.php
Donations
    http://www.claws-mail.org/sponsors.php
Planet Claws Mail
    http://planet.claws-mail.org/
Claws Mail for Windows homepage
    http://www.claws-mail.org/win32/ 
from https://github.com/mrvdb/claws-mail
-------------------------------------------
https://github.com/hb/claws-mail-sync
---------------------------------------------

This is a clone from main repository at http://git.claws-mail.org: Clawsker is a Perl-GTK2 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.

www.claws-mail.org/clawsker.php 

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
  Test::NeedsDisplay - https://metacpan.org/pod/Test::NeedsDisplay

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/
from https://github.com/mones/clawsker 

 

 
 

 

No comments:

Post a Comment