/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author : * Peter Williams * * Copyright 2000 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ #ifndef MAIL_TOOLS_H #define MAIL_TOOLS_H #include #include /*eek*/ typedef struct _xevolution { char *flags; char *source; char *transport; char *account; char *fcc; char *format; char *postto; } XEvolution; /* Get the CamelFolder for the local inbox */ CamelFolder *mail_tool_get_local_inbox (CamelException *ex); /* Get the "inbox" for a url (uses global session) */ CamelFolder *mail_tool_get_inbox (const char *url, CamelException *ex); /* Get the "trash" for a url (uses global session) */ CamelFolder *mail_tool_get_trash (const char *url, int connect, CamelException *ex); /* Does a camel_movemail into the local movemail folder * and returns the path to the new movemail folder that was created. which shoudl be freed later */ char *mail_tool_do_movemail (const char *source_url, CamelException *ex); /* Transfers all the messages from source into dest; * source is emptied and synced. */ void mail_tool_move_folder_contents (CamelFolder *source, CamelFolder *dest, gboolean use_cache, CamelException *ex); XEvolution *mail_tool_remove_xevolution_headers (CamelMimeMessage *message); void mail_tool_restore_xevolution_headers (CamelMimeMessage *message, XEvolution *xev); void mail_tool_destroy_xevolution (XEvolution *xev); /* Generates the subject for a message forwarding @msg */ gchar *mail_tool_generate_forward_subject (CamelMimeMessage *msg); /* Make a message into an attachment */ CamelMimePart *mail_tool_make_message_attachment (CamelMimeMessage *message); /* Parse the ui into a real CamelFolder any way we know how. */ CamelFolder *mail_tool_uri_to_folder (const char *uri, guint32 flags, CamelException *ex); GHashTable *mail_lookup_url_table (CamelMimeMessage *mime_message); gchar *mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...); gchar *mail_tool_forward_message (CamelMimeMessage *message, gboolean quoted); CamelFolder *mail_tools_x_evolution_message_parse (char *in, unsigned int inlen, GPtrArray **uids); char *mail_tools_folder_to_url (CamelFolder *folder); struct _EMeta *mail_tool_get_meta_data(const char *uri); void mail_tool_delete_meta_data(const char *uri); #endif /y18n-3.2.2'>dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Normalize Aspell dictionaries PKGNAMEs.thierry2007-01-141-0/+1
| | | | | | PR: ports/106573, ports/107399, ports/107448 Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com> Approved by: farrokhi, obrien
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-205-10/+11
| | | | Approved by: portmgr
* - Update to 1.1.4miwi2006-11-105-71/+27
| | | | | PR: ports/105350 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-134-10/+10
|
* Now installs again.kris2006-08-171-2/+0
|
* Mark BROKEN: does not installerwin2006-08-041-0/+2
|
* Update to 1.0itetcu2006-08-013-43/+107
| | | | | PR: ports/101055 Submitted by: Janos Mohacsi (maintainer)
* All dictionaries can be installed separately:thierry2006-07-154-7/+15
| | | | | | | | | | | | | | | | | | - by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
* Update to KDE 3.5.3lofi2006-06-064-22/+20
|
* Update to KOffice 1.5.1lofi2006-05-272-4/+4
|
* remove USE_REINPLACE for all categories starting with Hedwin2006-05-081-1/+0
|
* Update to KOffice 1.5.0lofi2006-04-293-5/+8
| | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr
* Update to KDE 3.5.2lofi2006-03-314-128/+22
|
* Update to KDE 3.5.1.lofi2006-02-014-6/+20
|
* SHA256ifyedwin2006-01-227-0/+8
| | | | Approved by: krion@
* Update to KDE 3.5.0lofi2006-01-094-110/+48
|
* Remove the usage of 'misc' as a secondary category.linimon2005-11-102-2/+2
| | | | Hat: portmgr
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-055-8/+7
|
* Remove all the secondary port of editors/ooodict-allmaho2005-11-012-21/+0
| | | | | | localized ones should be activated via knob like: % cd ports/editors/ooodict-all % make LOCALIZED_LANG=ABC
* Fix index build by moving openoffice.org-1.1 ports.maho2005-08-291-1/+1
| | | | Submitted by: krion via krisautomail
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-014-7/+7
|
* Update to KOffice 1.4.0a.lofi2005-07-063-30/+7
| | | | | Note that 'a' does *not* stand for 'alpha', but denotes a short-notice bugfix release made after KOffice 1.4.0.
* Remove openoffice.org localized ports as I announced:maho2005-06-292-16/+0
| | | | | | | | o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice o still you can build them via knobs for 1.1 see ports/editors/openoffice-1.1/files/Makefile.localized o 1.0 has been broken for long time, no longer maintained actively. (but still I don't delete 1.0 and delete only localized versions)
* Update to KDE 3.4.1lofi2005-06-264-10/+4
|
* - Unbreak and general updatepav2005-06-061-2/+2
| | | | | | | | | | | | | | | - Add thesaureses - Add new dictionaries for Afrikaans, Welsh, English (Australia), English (New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician, Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand), Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda), Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel), German (Austria), French (Belgium) PR: ports/78492, ports/81196 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>, Nicholas Kirby <nkirby@dagr.net> Approved by: maintainer (in general; too busy to work on ooodict)
* Added slave port of lang/php_doc for the Hungarian languageedwin2005-05-232-0/+14
|
* - Update to 1.0.R.2pav2005-05-203-25/+10
| | | | | PR: ports/81261 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Update to KDE 3.4lofi2005-03-214-62/+270
|
* - Update MASTER_SITES, WWWpav2005-02-162-2/+2
| | | | | PR: ports/77500 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Update MASTER_SITES, WWWpav2005-02-162-2/+2
| | | | | PR: ports/77499 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-232-2/+0
|
* - Use new support for plugin ports from textproc/jdictionaryhq2004-12-194-47/+10
| | | | | | | - Bump PORTREVISION as the location of files has changed Reviewed by: glewis Approved by: maintainer
* Fix some more plist nits.lofi2004-12-173-3/+0
|
* Fix kde3-i18n ports.lofi2004-12-162-4/+4
|
* Update to KDE 3.3.2lofi2004-12-149-13/+16
|
* Update to KDE 3.3.1lofi2004-11-084-7/+7
|
* Update to KDE 3.3lofi2004-08-317-21/+133
|
* Add slaves ports for Aspell's new dictionaries.thierry2004-08-293-0/+22
|
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-112-3/+3
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
* Update to 1.0.R.1arved2004-08-102-4/+4
| | | | | PR: 70076 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Update to 1.0 RC1arved2004-08-104-45/+53
| | | | | PR: 70075 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Update to version 3.2.3lofi2004-06-102-4/+4
|