This is libtinymail, a framework for using e-mail on mobile devices. It was first Debianized on Wed, 3 Oct 2007 15:55:45 +1000 by Steve Kowalik A snapshot was downloaded from SVN (minus the debian directory): https://svn.tinymail.org/svn/tinymail/trunk Upstream Authors: Philip Van Hoof Sergio Villar Senin Dirk-Jan C. Binnema Javier Fernandez Jose Dapena Paz Mark Doffman Jürg Billeter Murray Cumming Rob Taylor Armin Burgmeier Alberto Garcia Raphael Slinckx Antia Puentes Felpeto Tinne Hannes James Doc Livingston Florian Boor Nils Faerber Thomas Hisch Koen Kooi Chris Lord Øystein Gisnås Thomas Viehmann Autogenerated files: * bindings/dotnet/*/*-api.raw files were created by using gapi-parser, with the respective bindings/dotnet/$1/$2-sources.xml files as arguments. * bindings/dotnet/*.snk was created using the sn(1) tool, which is available from the mono-1.0-devel package. * libtinymail-camel/camel-lite/camel/camel-charset-map.c shows how to create libtinymail-camel/camel-lite/camel/camel-charset-map-private.h: gcc -DBUILD_MAP camel-charset-map.c `pkg-config --cflags --libs glib-2.0` (plus any -I/-L/-l flags you need for iconv), then run it as ./a.out > camel-charset-map-private.h Copyright: The following copyright applies to all of files in this package, with the following exceptions: libtinymail-test/*.c, tests/c-demo/*.c, tests/shared/account-store.h, tests/memory/memory-test.c, tests/functional/*.c, libtinymail-camel/camel-lite/camel/camel-net-utils.h, libtinymail-camel/camel-lite/libedataserver/e-time-utils.c Copyright (C) 2006-2008 Philip Van Hoof Copyright (C) 1999-2003 Ximian, Inc. (www.ximian.com) Copyright (C) 2003-2005 Novell, Inc. (www.novell.com) Copyright (C) 2005 Matt Brown Copyright (C) 1994-2000 Netscape Communications Corporation Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald Copyright (C) 2008 Jose Dapena Paz Copyright (C) 2006 Øystein Gisnås This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 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 Library General Public License for more details. You should have received a copy of the GNU Library 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. The complete text of the LGPL-2 can be found in /usr/share/common-licenses/LGPL-2 on Debian systems. The following files are under the following copyright: libtinymail-test/*.c, tests/c-demo/*.c, tests/shared/account-store.h, tests/memory/memory-test.c, tests/functional/*.c Copyright (C) 2006-2007 Philip Van Hoof Copyright (C) 2006-2007 Sergio Villar Senin Copyright (C) 2006-2007 Antia Puentes Felpeto This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The complete text of the GPL-2 can be found in /usr/share/common-licenses/GPL-2 on Debian systems. The following files are under the following copyright: libtinymail-camel/camel-lite/camel/camel-net-utils.h, libtinymail-camel/camel-lite/libedataserver/e-time-utils.c Copyright (C) 2004 Ximian Inc. Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc. 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 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. The complete text of the LGPL-2 can be found in /usr/share/common-licenses/LGPL-2 on Debian systems.