Differences between revisions 44 and 45
Revision 44 as of 2019-09-08 14:33:48
Size: 4550
Comment: Icedove -> Thunderbird
Revision 45 as of 2019-09-14 15:46:17
Size: 58
Editor: nodiscc
Comment: redirect to NetworkApplication#Email_clients, all info moved there
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#redirect NetworkApplication#Email_clients
Line 2: Line 3:
||||<tablewidth="100%" tablestyle="border: 0px hidden ;"style="text-align: center;"> ||
||<style="border: 0px hidden ;">FrontPage > [[...]] > [[Portal Softwares]] > Email clients ||<style="border: 0px hidden ; text-align: right;"> {*} {o} {o} ''[[Portal Welcome/Discussion#level|User]]'' ||
||<style="font-size: smaller;">''Translation(s): English - [[ru/EmailClients|Русский]] - [[sv/EmailClients|Svenska]]'' ||<style="border: 0px hidden ; text-align: right;"> (!) ''[[/Discussion]]'' ||
----
 Some of the most known or used email clients on Debian GNU/Linux. This article may sum all the different clients available and link to his specific page (To avoid having each client his install, link section, my oooh lovely theme link. So actually this page contain some stuff that may move soon).

----
<<TableOfContents(3)>>

= GUI =
== Mozilla Suite ==
You can use the [[Mozilla]] suite email / usenet client.

== Thunderbird ==
=== What is Thunderbird? ===
[[Thunderbird]] is a free, open-source and cross-platform mail client for most operating systems based on the Firefox codebase. It is a robust and easy to use client, similar to Outlook Express, but with some major advantages such as junk mail classification.

=== How to install Thunderbird ===
To install Thunderbird, simply do:

{{{
apt update
apt install thunderbird
# install optional language pack
apt install thunderbird-l10n-[language] # substitute [language] with your locale (for example 'ru' fur Russian)
# install optional packaged calendar addon
apt install lightning
}}}
For Enigmail (GPG Key/Encryption) Support:

{{{
apt-get install enigmail
}}}
Native language versions are also available.

=== Thunderbird and GnuPG ===
It is possible to use Thunderbird with [[http://www.gnupg.org/|GnuPG]], it apparently exists one extension to do that, [[http://enigmail.mozdev.org/|Enigmail]].


=== Links ===
 * [[http://www.mozilla.org/products/thunderbird/|Mozilla Thunderbird Website]]


== GNUMail ==
GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X. It uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the full sources of the application are available.

GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.

http://gnustep.made-it.com/Guides/GNUmail.html

== See also ==

 * [[Evolution]]
 * [[DebianPkg:claws-mail]]
 * [[DebianPkg:sylpheed]]

= CLI =
== Mutt ==
Mutt is a feature rich text based email client that is highly configurable via the single config file ~/.mutt/muttrc . It has support for coloured text, threaded discussion display and GPG/PGP support. Press "?" to show the numerous keyboard shortcuts which allow navigation and email composition at rates approaching the speed of light.

=== Installing Mutt ===
{{{
apt-get update
apt-get install mutt
}}}
=== Links ===
 * [[http://www.mutt.org/|Mutt Website]]
 * [[http://mutt.blackfish.org.uk/|My first Mutt]] is an excellent resource to get you started with Mutt


== Alpine ==
[[https://www.washington.edu/alpine/alpine-info/|Alpine]] is a screen-oriented message-handling tool. In its default configuration, Alpine offers an intentionally limited set of functions geared toward the novice user, but it also has a large list of optional "power-user" and personal-preference features.
Alpine's basic feature set includes:

* View, Save, Export, Delete, Print, Reply and Forward messages.
* Compose messages in a simple editor (Pico) with word-wrap and a spelling checker.
* Messages may be postponed for later completion.
* Full-screen selection and management of message folders.
* Address book to keep a list of long or frequently-used addresses.
* Personal distribution lists may be defined.
* Addresses may be taken into the address book from incoming mail without retyping them.
* New mail checking and notification occurs automatically every 2.5 minutes and after certain commands, e.g. refresh-screen (Ctrl-L).
* On-line, context-sensitive help screens.


=== Installing Alpine ===
{{{
apt-get update
apt-get install alpine
}}}

=== Links ===
[[https://lusule.wordpress.com/2008/08/16/how-to-7/|Tutorial: Gmail on Alpine]]

----

CategorySoftware CategoryMail CategoryNetworkApplication | CategoryObsolete: page contains outdated information. Refactor.