Difference between revisions of "Alot"

From Free Software Directory
Jump to: navigation, search
m (Blanked the page)
(Undo revision 42859 by Megalanya (talk))
Line 1: Line 1:
 +
{{Entry
 +
|Name=Alot
 +
|Short description=Text mode MUA using notmuch mail
 +
|Full description=Alot is a text mode mail user agent for the [[notmuch|notmuch mail system]]. It features a modular and command prompt driven interface to provide a full MUA experience as an alternative to the Emacs and Vim modes shipped with notmuch. Current support includes:
 +
* modular and command prompt driven interface
 +
* multiple accounts for sending mails via sendmail
 +
* spawn terminals for asynchronous editing of mails
 +
* tab completion and usage help for all commands
 +
* contacts completion using customizable lookups commands
 +
* user configurable keyboard maps
 +
* theming, optionally in 2, 16 or 256 colours
 +
*  full support for PGP/MIME encryption and signing
 +
|Homepage URL=https://github.com/pazz/alot/
 +
|VCS checkout command=git clone git://github.com/pazz/alot.git
 +
|Computer languages=python
 +
|Related projects=Notmuch
 +
|Version identifier=0.4
 +
|Version date=2016/12/09
 +
|Version status=stable
 +
|Version download=https://github.com/pazz/alot/releases/tag/0.4
 +
|Last review by=Genium
 +
|Last review date=2016/12/25
 +
|Submitted by=Debian import
 +
|Submitted date=2013-03-20
 +
|Status=
 +
|Is GNU=No
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2011-2012, Patrick Totzke <patricktotzke@gmail.com>
 +
|License verified by=Genium
 +
|License verified date=2016/12/25
 +
|License note=https://github.com/pazz/alot/blob/master/COPYING
 +
}}
 +
{{Project license
 +
|License=Other
 +
|License copyright=© 2004-2009 Ian Ward
 +
|License verified by=Debian
 +
|License verified date=2013-03-20
 +
|License note=License: LGPL-2.1+
  
 +
This library is free software; you can redistribute it and/or
 +
modify it under the terms of the GNU Lesser General Public
 +
License as published by the Free Software Foundation; either
 +
version 2.1 of the License, or (at your option) any later
 +
version.
 +
 +
This library is distributed in the hope that it will be useful,
 +
but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 +
Lesser General Public License for more details.
 +
 +
You should have received a copy of the GNU Lesser General Public
 +
License along with this library; if not, write to the Free
 +
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 +
MA 02110-1301, USA.
 +
 +
On Debian systems, the full text of the GNU Lesser General Public
 +
License version 2.1 can be found in the file `/usr/share/common-
 +
licenses/LGPL-2.1`
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=© 2012,      Simon Chopin <chopin.simon@gmail.com>
 +
|License verified by=Debian
 +
|License verified date=2013-03-20
 +
|License note=License: GPL-3+
 +
 +
This file is released under the GNU GPL, version 3 or a later
 +
revision. For further details see the COPYING file.
 +
 +
On Debian systems, the full text of the GNU General Public
 +
License version 3 can be found in the file `/usr/share/common-
 +
licenses/GPL-3'.
 +
}}
 +
{{Person
 +
|Real name=Patrick Totzke
 +
|Role=contact
 +
|Email=patricktotzke@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/pazz/alot/releases
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/pazz/alot
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/pazz/alot/issues
 +
}}
 +
{{Software category
 +
|Interface=e-mail
 +
|Programming-language=python
 +
}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/alot
 +
}}

Revision as of 15:04, 14 February 2017


[edit]

Alot

https://github.com/pazz/alot/
Text mode MUA using notmuch mail

Alot is a text mode mail user agent for the notmuch mail system. It features a modular and command prompt driven interface to provide a full MUA experience as an alternative to the Emacs and Vim modes shipped with notmuch. Current support includes:

  • modular and command prompt driven interface
  • multiple accounts for sending mails via sendmail
  • spawn terminals for asynchronous editing of mails
  • tab completion and usage help for all commands
  • contacts completion using customizable lookups commands
  • user configurable keyboard maps
  • theming, optionally in 2, 16 or 256 colours
  • full support for PGP/MIME encryption and signing





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: LGPL-2.1+

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-

licenses/LGPL-2.1`

Verified by

Debian

Verified on

20 March 2013

Notes

License: GPL-3+

This file is released under the GNU GPL, version 3 or a later revision. For further details see the COPYING file.

On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-

licenses/GPL-3'.

Verified by

Genium

Verified on

25 December 2016




Leaders and contributors

Contact(s)Role
Patrick Totzke contact


Resources and communication

AudienceResource typeURI
DeveloperVCS Repository Webviewhttps://github.com/pazz/alot
DebianDeveloperhttps://tracker.debian.org/pkg/alot
DeveloperDownloadhttps://github.com/pazz/alot/releases
DeveloperBug Trackinghttps://github.com/pazz/alot/issues
WikidataGeneralhttps://www.wikidata.org/wiki/Q108923920
PythonDeveloperhttps://pypi.org/project/alot


Software prerequisites




Entry














"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.












Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/alot

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.