/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Evolution-Composer.idl: Mail composer interfaces for Evolution * * Author: * Dan Winship * * (C) 2000 Ximian, Inc. */ #include module GNOME { module Evolution { interface Composer : Bonobo::Unknown { struct Recipient { string name; /* UTF-8 */ string address; }; typedef sequence RecipientList; typedef sequence AttachmentData; /** * setHeaders: * @to: the "To" recipients * @cc: the "CC" recipients * @bcc: the "Bcc" recipients * @subject: the subject of the message * * Sets the composer headers. Any of @to, @cc, and * @bcc may be an empty list, and @subject may be an * empty string. **/ void setHeaders (in RecipientList to, in RecipientList cc, in RecipientList bcc, in string subject); /** * setBodyText: * @body: the body * * Sets the text in the body of the composer to * the given UTF-8 plain text. **/ void setBodyText (in string body); /** * attachMIME: * @data: the attachment data * * This adds an attachment to the composer. @data * should be a fully-formed MIME body part. **/ exception CouldNotParse {}; void attachMIME (in string data) raises (CouldNotParse); /** * attachData: * @content_type: the Content-Type header * @filename: the suggested filename, or "" * @description: a description of the data, or "" * @show_inline: whether the attachment should be * displayed inline or not. * @data: the raw attachment data * * This adds @data as an attachment, using the provided * information to generate MIME headers. @content_type * may contain just a MIME content type, or it may * contain a complete Content-Type header. @filename * is a filename for the Content-Disposition header * @description (if not "") provides the * Content-Description, and @show_inline determines if the * Content-Disposition is "inline" or "attachment". * * If you need to specify headers or values other than * what this function can do, you will need to generate * all of the MIME headers yourself and use * add_attachment (). **/ void attachData (in string content_type, in string filename, in string description, in boolean show_inline, in AttachmentData data); /** * show: * * Shows the composer and lets the user edit things * and send the message. **/ void show (); /** * send: * * Send the message without showing the user the composer **/ void send (); }; }; }; /devel/electron4/files/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.032sunpoet2017-07-032-4/+5
* Update to 2017.07.02sunpoet2017-07-032-4/+4
* Update to 3.7sunpoet2017-07-032-4/+4
* textproc/py-texttable: Update to 0.9.1dbaio2017-07-012-4/+4
* Update textproc/sdcv to 0.5.0-beta2:eugen2017-07-0113-140/+66
* Remove Perl core modulessunpoet2017-06-302-69/+72
* Update textproc/elixir-ex_doc to version 0.16.2.olgeni2017-06-303-8/+5
* Update to 3.6.1sunpoet2017-06-302-4/+4
* Update to 1.58sunpoet2017-06-302-5/+5
* * Updated to 0.5ultima2017-06-302-4/+7
* Update to 2.2.1.tijl2017-06-293-6/+5
* Update to 3.6sunpoet2017-06-282-4/+4
* Update to 0.91sunpoet2017-06-282-4/+5
* - Update to 3.98-1.9tota2017-06-282-4/+4
* - Update to 1.6tota2017-06-282-4/+4
* Update to 2.2.3jpaetzel2017-06-282-5/+5
* Update to 1.14.0sunpoet2017-06-282-4/+4
* Update to 3.5sunpoet2017-06-282-4/+4
* Update PORTSCOUTsunpoet2017-06-281-1/+1
* Update textproc/tinyxml2 to 5.0.1sunpoet2017-06-282-4/+4
* Update devel/readline to 7.0 patch 3sunpoet2017-06-274-2/+4
* Horde package update:mm2017-06-272-3/+4
* Scrub pc98 from ARCH definitions. While here, sort ARCHs and clean up.linimon2017-06-271-1/+1
* Update to 3.4sunpoet2017-06-272-4/+4
* Disable build of mlrp and mlrg, which are not installed by the port.olgeni2017-06-261-0/+11
* Update textproc/miller to version 5.2.1.olgeni2017-06-264-50/+4
* Update to 2017.06.25sunpoet2017-06-262-4/+4
* Make ninja opt-out in cmake.mktcberner2017-06-262-2/+2
* Tweak textproc/pootle to appease poudriere for translate-toolkit 2.2.0rene2017-06-261-5/+9
* Add PORTSCOUTsunpoet2017-06-251-0/+2
* Update to 3.3sunpoet2017-06-252-5/+5
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-251-5/+1
* Update to 1.236sunpoet2017-06-242-4/+4
* Remove Perl core modulessunpoet2017-06-232-4/+4
* Update to 2.2.0sunpoet2017-06-233-5/+5
* Update to 1.4.1sunpoet2017-06-232-3/+4
* Update to 2.3.2sunpoet2017-06-232-5/+5
* Add LICENSE_FILEsunpoet2017-06-231-1/+1
* Update to 2.3.0sunpoet2017-06-223-18/+7
* New port: textproc/ripgreptobik2017-06-224-0/+148
* - Update to 0.7.0cpm2017-06-213-7/+9
* Update to 1.228sunpoet2017-06-202-6/+5
* Do not build xmltest unconditionallysunpoet2017-06-201-1/+1
* Update textproc/tinyxml2 to 5.0.0sunpoet2017-06-203-12/+16
* Update to 2017.06.18sunpoet2017-06-202-4/+4
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31sunpoet2017-06-201-1/+3
* Resurrect `textproc/ssddiff' and unbreak by providing a bunch of workingdanfe2017-06-196-0/+77
* qa: add check for NO_ARCHdbn2017-06-195-9/+7
* Update to 94sunpoet2017-06-192-4/+4
* Remove Perl core modulessunpoet2017-06-181-5/+1
* Remove Perl core modulessunpoet2017-06-182-4/+7
* Remove Perl core modulessunpoet2017-06-181-6/+3
* Update PORTSCOUTsunpoet2017-06-181-1/+1
* Update KDE Frameworks to 5.35tcberner2017-06-184-10/+10
* Update the Calligra ports to 3.0.1.rakuco2017-06-175-0/+128
* Remove Perl core modulessunpoet2017-06-172-70/+70
* Update to 1.14.6sunpoet2017-06-172-4/+4
* Fix wrong PKGNAME dependency.bdrewery2017-06-171-2/+2
* New port: textproc/p5-Apache-Solrpi2017-06-165-0/+40
* Update to 0.54.0sunpoet2017-06-162-4/+4
* Update to 1.57sunpoet2017-06-162-4/+4
* Update to 0.90sunpoet2017-06-162-4/+7
* Update to 0.3.11.jkim2017-06-163-6/+5
* textproc/rubygem-cld3: Update to version 3.1.3jrm2017-06-162-5/+5
* Update translate-toolkit to version 2.1.0jpaetzel2017-06-143-6/+5
* Python implementations of the Porter, Porter2, Paice-Husk, and Lovins stemmingrene2017-06-144-0/+43
* Take maintainershipsunpoet2017-06-141-1/+1
* Update to 20170521sunpoet2017-06-144-24/+22
* Update to 2.6.1.marcus2017-06-132-3/+4
* Update to 2017.06.11sunpoet2017-06-122-4/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
* Update to 1.128sunpoet2017-06-112-4/+4
* Mark BROKEN: unfetchable, redirects to https://phpunit.de/sunpoet2017-06-111-0/+2
* Use option helpers.thierry2017-06-101-9/+2