/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* testing mh providers do not use CamelMhFolder and CamelMhStore directly. We do it here for test purpose only */ #include "camel-folder.h" #include "camel-mh-folder.h" #include "camel-mh-store.h" #include "camel.h" int main (int argc, char**argv) { CamelStore *store; CamelFolder *inbox_folder; CamelFolder *root_mh_folder; GList *mh_subfolders_name; CamelMimeMessage *message_1; gboolean inbox_exists; gtk_init (&argc, &argv); camel_init (); store = gtk_type_new (CAMEL_MH_STORE_TYPE); camel_store_init (store, (CamelSession *)NULL, g_strdup ("mh:///root/Mail")); root_mh_folder = camel_store_get_folder (store, ""); mh_subfolders_name = camel_folder_list_subfolders (root_mh_folder, NULL); printf ("\n------------- Listing root Mh folder subfolders --------\n"); while (mh_subfolders_name) { printf ("\t\"%s\"\n", (gchar *)mh_subfolders_name->data); mh_subfolders_name = mh_subfolders_name->next; } printf ("--------------------------------------------------------\n\n"); inbox_folder = camel_store_get_folder (store, "inbox"); if (!inbox_folder) { printf ("** Error: could not get inbox folder from store\n"); return 1; } /* test existence */ inbox_exists = camel_folder_exists (inbox_folder, NULL); if (inbox_exists) printf ("MH folder inbox exists, continuing tests\n"); else { printf ("MH folder inbox does not exist. Stopping \n"); return 1; } printf ("\n Inbox folder contains %d messages\n", camel_folder_get_message_count (inbox_folder, NULL)); printf ("\n------------- Gettting message numer 3 in inbox --------\n"); message_1 = camel_folder_get_message (inbox_folder, 3, NULL); printf ("--------------------------------------------------------\n\n"); return 1; } alue='2017Q4'>2017Q4 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/finance
Commit message (Expand)AuthorAgeFilesLines
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
* Chase gpgme updateOliver Lehmann2005-11-061-1/+2
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-055-3/+5
* Update to 1.03. Assign maintainership to perl@. Require perl fromAnton Berezin2005-11-032-6/+11
* Fix Perl dependencyLars Thegler2005-11-031-1/+1
* - Unbreak on 4.x by USE_GCC=3.2+Volker Stolz2005-11-031-2/+5
* Add sql-ledger 2.6.2, a double entry accounting system.Lars Thegler2005-10-307-0/+2224
* - Update to 1.7Pav Lucistnik2005-10-215-19/+31
* - Release maintainer to ports@ to be with gnucashMichael Johnson2005-10-181-1/+1
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
* Fix bogus ui files in preparation for Qt 3.3.5Michael Nottebrock2005-09-2942-0/+588
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-224-4/+4
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-202-2/+2
* - update to 1.02Yen-Ming Lee2005-09-202-4/+4
* Chase mastersite.Mark Linimon2005-09-151-1/+1
* Remove obsolete mastersites.Mark Linimon2005-09-152-4/+0
* Reset maintainer after long period of inactivity.Mark Linimon2005-09-101-1/+1
* The CCard program is a program to validate credit card numbers.Sergey Matveychuk2005-09-044-0/+50
* - Chase libofx updatePav Lucistnik2005-09-014-4/+7
* - Update to 0.8.0Pav Lucistnik2005-09-015-76/+141
* - Update to 0.6.3Pav Lucistnik2005-08-302-6/+5
* - Update to 0.7.5Sergey Matveychuk2005-08-018-282/+744
* - add missing dependencyYen-Ming Lee2005-07-291-0/+2
* - Update to 1.00Yen-Ming Lee2005-07-293-10/+8
* - Update to 1.04Yen-Ming Lee2005-07-292-3/+3
* - Chase qhacc updatePav Lucistnik2005-07-271-2/+2
* - Update to 3.4Pav Lucistnik2005-07-273-9/+9
* Update to 1.10Sergey Skvortsov2005-07-054-12/+27
* 'Ledger' is a command-line accounting program, which uses a simple text fileDaniel Harris2005-07-046-0/+119
* Fix pkg-plistSam Lawrance2005-06-121-0/+28
* Add AQBANKING option, fixes broken/incorrect dependency on openhbci.Sam Lawrance2005-06-082-4/+14
* Add aqbanking 1.0.11, online banking interface and financial dataSam Lawrance2005-06-085-0/+175
* Upgrade to 0.5.7.Thierry Thomas2005-06-073-9/+9
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-023-11/+17
* Update to 0.10.Anton Berezin2005-05-242-3/+3
* Chase update of openhbciSam Lawrance2005-05-171-1/+2
* Update to 0.9.17.2Sam Lawrance2005-05-175-36/+33
* Oops... Add new Spanish, Italian, Dutch, Polish and Romanian translations.Thierry Thomas2005-05-151-2/+12
* Upgrade to 0.5.6.Thierry Thomas2005-05-153-10/+9
* Relinquish maintainership back to ports@. Hopefully someone will give gnucashJoe Marcus Clarke2005-05-122-2/+2
* Correct a typo in the previous commit, and use the right version libdb41.Joe Marcus Clarke2005-05-122-2/+2
* Fix the build with db41.Joe Marcus Clarke2005-05-122-4/+2
* Add JAVA_EXTRACT option that makes sure that java is available atMario Sergio Fujikawa Ferreira2005-05-111-0/+1
* Remove BROKEN status since the port is indeed fetchableMario Sergio Fujikawa Ferreira2005-05-091-2/+0
* BROKEN on 4.x: Does not compileKris Kennaway2005-05-071-1/+7
* BROKEN: UnfetchableKris Kennaway2005-05-071-0/+2
* - Add xtrader [1]Michael Johnson2005-04-175-0/+68
* s/ENV/SETENV/Mikhail Teterin2005-04-161-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-124-4/+4
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-114-4/+4
* Update to 3.15Erwin Lansing2005-04-042-3/+3
* - Update to 0.32Yen-Ming Lee2005-04-042-4/+4
* Update to 0.5.1.aMario Sergio Fujikawa Ferreira2005-04-042-3/+4
* o Add patch forgotten when port was updated to 0.5alphaMario Sergio Fujikawa Ferreira2005-03-301-0/+13
* Update to 0.5alpha; thus, fixing BROKEN statusMario Sergio Fujikawa Ferreira2005-03-282-5/+15
* BROKEN on ia64 and alpha: Does not compileKris Kennaway2005-03-271-1/+7
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-126-5/+6
* Update to 0.09Mathieu Arnold2005-03-093-3/+4
* - Update to 3.3.Florent Thoumie2005-03-033-8/+15
* - Update to 3.3.Florent Thoumie2005-03-033-10/+44
* Update to 0.08. Require 5.6 or 5.8, since one of its dependencies doesAnton Berezin2005-03-032-8/+6
* As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-197-218/+0
* I hit 'x' too many times, and deleted the trailing 't' in gnometarget.Joe Marcus Clarke2005-02-131-1/+1
* * Fix the build on 4.XJoe Marcus Clarke2005-02-133-2/+92
* BROKEN: Does not buildKris Kennaway2005-02-121-0/+2
* Chase the libofx shared lib version.Joe Marcus Clarke2005-02-121-2/+2
* Update to 1.8.11.Joe Marcus Clarke2005-02-126-16/+32
* Update to 0.7.0.Joe Marcus Clarke2005-02-125-192/+85
* Update to 0.05Erwin Lansing2005-02-012-3/+3
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
* Add patch to enter overdue scheduled paymentsVolker Stolz2005-01-224-0/+64
* New port venice version 0.4alpha: Merchant Of Venice, a stock marketMario Sergio Fujikawa Ferreira2005-01-205-0/+105
* New port qtstalker version 0.28: Commodity and stock market chartingMario Sergio Fujikawa Ferreira2005-01-2010-0/+247
* Fix plist.Thierry Thomas2005-01-122-3/+3
* Upgrade to 0.5.5.Thierry Thomas2005-01-104-23/+23
* Fix build on 5.xTilman Keskinoz2005-01-102-7/+24
* Update to 0.07Mathieu Arnold2005-01-082-3/+12
* Upgrade to 0.5.4.Thierry Thomas2004-12-282-3/+3
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-191-0/+2
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-162-0/+4
* Software developers fixed double-entry account field in transactionKirill Ponomarev2004-12-161-2/+2
* Software developers fixed double-entry account field inKirill Ponomarev2004-12-161-2/+2
* Add p5-Finance-Currency-Convert-XE, a currency conversion module thatAnton Berezin2004-12-155-0/+51
* Update to version 3.2.3Kirill Ponomarev2004-12-123-13/+4
* Update to version 3.2.3Kirill Ponomarev2004-12-127-231/+81
* Update to 0.28.Anton Berezin2004-12-062-3/+3
* Upgrade to 0.5.3.Thierry Thomas2004-11-293-7/+11
* Mark BROKEN on alpha for the time being. The build causes xsltproc toJoe Marcus Clarke2004-11-29