aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account.h
Commit message (Collapse)AuthorAgeFilesLines
* removed. Merged to evolution-data-server/libedataserver/. remove aboveSimon Zheng2006-01-061-167/+0
| | | | | | | | | | 006-01-06 Simon Zheng <simon.zheng@sun.com> * e-account.[ch], e-account-list.[ch]: removed. Merged to evolution-data-server/libedataserver/. * Makefile.am: remove above files from list. svn path=/trunk/; revision=31083
* 2005-07-10 Shreyas SrinivasanShreyas Srinivasan2005-07-101-0/+4
| | | | | | | | * e-util/e-account.[ch]: Add structures to handle proxies. * e-util/e-account-list.[ch]: Add functions to remove proxy accounts and account's proxies. svn path=/trunk/; revision=29697
* Added new receipt_policy field to servicesERDI Gergo2005-04-081-0/+10
| | | | | | | | 2004-08-07 ERDI Gergo <cactus@cactus.rulez.org> * e-account.h: Added new receipt_policy field to services svn path=/trunk/; revision=29184
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-6/+7
| | | | svn path=/trunk/; revision=27300
* Reference signatures by their UID rather than by an integer id. AlsoJeffrey Stedfast2004-04-021-5/+2
| | | | | | | | | | 2004-04-01 Jeffrey Stedfast <fejj@ximian.com> * e-account.c: Reference signatures by their UID rather than by an integer id. Also removed the need to have 2 signature settings (no need for the "auto" signature boolean anymore). svn path=/trunk/; revision=25283
* similar to below.Not Zed2004-03-311-3/+3
| | | | | | | | | | | 2004-03-31 Not Zed <NotZed@Ximian.com> * e-account-list.h: similar to below. * e-account.h: define struct _EAccount* so you can properly forward declare it. svn path=/trunk/; revision=25260
* added interface to find out if various fields or server options areNot Zed2004-03-181-9/+58
| | | | | | | | | | 2004-03-18 Not Zed <NotZed@Ximian.com> * e-account.c (e_account_writable, e_account_writable_option): added interface to find out if various fields or server options are writable. to work around gconf limitations. svn path=/trunk/; revision=25109
* add encrypt_key id, and change some of the names around to be moreNot Zed2003-10-311-2/+4
| | | | | | | | | 2003-10-31 Not Zed <NotZed@Ximian.com> * e-account.c (e_account_(sg)et_from_xml): add encrypt_key id, and change some of the names around to be more meaningful. svn path=/trunk/; revision=23144
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-1/+0
| | | | svn path=/trunk/; revision=22966
* Changed signal names to use - instead of _ like the rest of Gtk2.Jeffrey Stedfast2003-01-181-0/+3
| | | | | | | | | | | | 2003-01-17 Jeffrey Stedfast <fejj@ximian.com> * e-account-list.c: Changed signal names to use - instead of _ like the rest of Gtk2. * e-account.c (e_account_import): New function that is basically the old account_copy(). svn path=/trunk/; revision=19508
* New class, based on MailConfigAccount, for describing an evolution (mail)Dan Winship2003-01-171-0/+102
* e-account.c: New class, based on MailConfigAccount, for describing an evolution (mail) account. * e-account-list.c: New class for tracking the list of configured accounts. (Also uses some code from mail-config.) * e-list.c (e_list_construct, e_list_remove): New svn path=/trunk/; revision=19495