summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_92eds_0_0_92JP Rosevear2004-04-19522-159152/+1558
| | | | | | 2004-04-19 JP Rosevear <jpr@ximian.com> * configure.in: bump version, libtool numbers
* added LIBEGROUPWISE_* variables and corresponding AC_SUBST for assingingSivaiah Nallagatla2004-04-134-5/+59
| | | | | | | | | | | | | | 2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : added LIBEGROUPWISE_* variables and corresponding AC_SUBST for assinging libegroupwise version number. Defined a varible LIBSOUP_REQUIRED. added servers/groupwise/libegroupwise-1.0.pc for AC_OUTPUT section * servers/groupwise/Makefile.am : added libegroupwiseinclude_HEADERS, libegroupwise_la_LDFLAGS etc to make groupwise apis installable * servers/groupwise/libegroupwise-1.0.pc.in :new pc.in file libegroupwise
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-132-1/+7
| | | | | | | | 2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) : change the auth type string from Password to plain/password
* Updated British English translationGareth Owen2004-04-132-41/+43
|
* Fix for bug #56878.Jeffrey Stedfast2004-04-122-8/+29
| | | | | | | | | | | | | | 2004-04-12 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #56878. * camel-gpg-context.c (gpg_verify): Don't rely on the exit code of gpg, we already save enough state to decide if the sig is valid without it. Modified to only set BAD if gpg->validsig and gpg->nopubkey are both FALSE. If we get a NO_PUBKEY status message, then it simply means that the the sender could not be verified. (gpg_ctx_parse_status): Listen for NO_PUBKEY status messages.
* Fixes #56517Sarfraaz Ahmed2004-04-122-1/+13
| | | | | | | | | 2004-04-12 Sarfraaz Ahmed <asarfraaz@novell.com> Fixes #56517 * libecal/e-cal.c (e_cal_add_timezone): Added a check for icalcomponent structure. Return FALSE if icalcomponent is NULL.
* Fixes #53926 set the tzid to "UTC" while setting the dueDate.Harish Krishnaswamy2004-04-122-0/+10
| | | | | | | Fixes #53926 * backends/groupwise/e-cal-backend-groupwise-utils.c (e_gw_item_to_cal_component) : set the tzid to "UTC" while setting the dueDate.
* add bookname to uriSivaiah Nallagatla2004-04-112-6/+11
| | | | | | | | 2004-04-11 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) (modify_addressbook_sources) : add bookname to uri
* retrieve the book name form uri instead of e-sourceSivaiah Nallagatla2004-04-112-12/+66
| | | | | | | | | | 2004-04-10 Sivaiah Nallagatla <snallagatla@novell.com> * backends/groupwise/e-book-backend-groupwise.c (e_book_backend_groupwise_load_source) : retrieve the book name form uri instead of e-source (set_members_in_gw_item) : new function to set the ids of contact-list members into e-gw-item
* remove the e_destination_get_book api, since the function doesn't exist.Chris Toshok2004-04-101-1/+0
| | | | | | | 2004-04-10 Chris Toshok <toshok@ximian.com> * util/e-destination.h: remove the e_destination_get_book api, since the function doesn't exist.
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2004-04-102-60/+65
| | | | | | | 2004-07-10 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Afonso Celso Medina <medina@maua.br>.
* Fix capitalisation of the "mailcheck" section title and move it to the topJeffrey Stedfast2004-04-093-7/+17
| | | | | | | | | | | | 2004-04-09 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-provider.c: Fix capitalisation of the "mailcheck" section title and move it to the top (so it matches with the UI). * providers/imap/camel-imap-folder.c (imap_get_message): Fetch the entire message in one fell swoop even if the message size is larger than 5k *if* the message is a single part. Fixes bug #56686.
* Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): DoJeffrey Stedfast2004-04-082-4/+108
| | | | | | | | | | | 2004-04-08 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (get_folder_online): Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do what create_folder() does and if the parent folder has \NoInferiors set but contains no messages, delete the parent folder and recreate it before creating the child folder. Fixes bug #56651.
* add the ONE_ALARM_ONLY static capability.Rodrigo Moya2004-04-082-0/+7
| | | | | | | | 2004-04-08 Rodrigo Moya <rodrigo@ximian.com> * backends/groupwise/e-cal-backend-groupwise.c (e_cal_backend_groupwise_get_static_capabilities): add the ONE_ALARM_ONLY static capability.
* always set the seen flag when we delete a message. I demand that this may,Not Zed2004-04-083-2/+11
| | | | | | | | | | | | 2004-04-08 Not Zed <NotZed@Ximian.com> * camel-folder.h (camel_folder_delete_message): always set the seen flag when we delete a message. I demand that this may, or may not, fix #56549. * camel-folder.c: (camel_folder_set_message_flags): fixed the doco slightly (well reversed the flag and set explanation) and give an example.
* include camel-debug.hNot Zed2004-04-085-54/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-04-08 Not Zed <NotZed@Ximian.com> * camel-folder.c: include camel-debug.h * providers/local/camel-mbox-folder.c (mbox_set_message_user_flag): message changed to folder_changed. (mbox_set_message_user_tag): ditto. * camel-vee-folder.c (camel_vee_folder_finalise): dont hook onto message_changed. (camel_vee_folder_add_folder): or unhook. (camel_vee_folder_remove_folder): " (message_changed): or proxy. * camel-folder.c (camel_folder_class_init): removed the message_changed event - its redundant, and covered by folder_changed, and just makes life difficult for everything using message_changed/folder_changed (and nothing uses it anyway). (message_changed): removed. (set_message_user_flag): emit a folder_changed event instead of message changed. (set_message_user_tag): " (set_message_flags): " * camel-object.h: revered the CAMEL_OBJECT_TYPE change, it should be a global variable access.
* reorder the EVC_X #defines a bit, and add in all he EVC_X_DEST_* #definesChris Toshok2004-04-072-20/+32
| | | | | | | | 2004-04-07 Chris Toshok <toshok@ximian.com> * libebook/e-vcard.h: reorder the EVC_X #defines a bit, and add in all he EVC_X_DEST_* #defines (for use with the new EDestination stuff.)
* we don't have an EBook* anymore. (e_destination_clear): same.Chris Toshok2004-04-072-65/+51
| | | | | | | | | | | | | | | | | | 2004-04-07 Chris Toshok <toshok@ximian.com> * util/e-destination.c (e_destination_copy): we don't have an EBook* anymore. (e_destination_clear): same. (e_destination_set_contact): same. (e_destination_set_book): same, just cache the source_uid. (e_destination_set_book_uri): nuke. (e_destination_set_contact_uid): we don't have an EBook*. (e_destination_xml_decode): same. (e_destination_export_to_vcard_attribute): new function, fill in an EVCardAttribute with EDestination values. * util/e-destination.h: add prototype for e_destination_export_to_vcard_attribute.
* Translation updated.Priit Laes2004-04-072-20165/+242
| | | | | | 2004-04-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Correct a small type in field name FullName -> fullNameSivaiah Nallagatla2004-04-072-1/+6
| | | | | | | 2044-04-07 Sivaiah Nallagatla <snallagatla@novell.com> * backends/groupwise/e-book-backend-groupwise.c (func_is) : Correct a small type in field name FullName -> fullName
* Add type "AddresBook" to item element and remove book elementSivaiah Nallagatla2004-04-072-3/+9
| | | | | | | | 2004-04-07 Sivaiah Nallagatla <snallagatla@novell.com> * e-gw-connection.c (e_gw_connection_create_book) : Add type "AddresBook" to item element and remove book element (e_gw_connection_remove_item) : remove the extra end element call
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-2/+27
| | | | | | | 2004-04-06 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-folder.c: Added mutex locking where appropriate.
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-11/+57
| | | | | | | 2004-04-06 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-store.c: Added mutex locking where appropriate.
* Defined.Jeffrey Stedfast2004-04-078-8/+26
| | | | | | | | | | | | | | 2004-04-06 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-summary.h (CAMEL_FOLDER_SUMMARY_TYPE): Defined. * camel-object.h (CAMEL_OBJECT_TYPE): Fixed. * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_utf7_name): Implemented. * providers/imap4/camel-imap4-store.c (imap4_build_folder_info): Use camel_folder_info_build() to build the folder-info tree.
* add a mutex around our it_to_op GHashTable. (structChris Toshok2004-04-062-48/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-04-06 Chris Toshok <toshok@ximian.com> * backends/ldap/e-book-backend-ldap.c (struct _EBookBackendLDAPPrivate): add a mutex around our it_to_op GHashTable. (struct _EBookBackendLDAPCursorPrivate): nuke. (view_destroy): lock around access to id_to_op. (add_to_supported_fields): plug leak (don't strdup the arg to g_hash_table_lookup.) (query_ldap_root_dse): fix c&p bugs with supported_fields/supported_auth_methods. (e_book_backend_ldap_connect): add a check for LDAP_PARTIAL_RESULTS (which is apparently what certain versions of GWIA's ldap returns when we try a root dse query.) Also, try a v2 bind if the v3 bind fails. (ldap_op_add): lock access to id_to_op hash. (ldap_op_finished): same. (create_contact_handler): add more debug spew (additional ldap error info.) (remove_contact_handler): same. (modify_contact_modify_handler): same. (modify_contact_search_handler): same. (get_contact_handler): same. (contact_list_handler): same. (poll_ldap): lock around id_to_op. (ldap_search_handler): add more spew, and just use view instead of search_op->view. (ldap_search_dtor): lock the book view's mutex here, and clear the ::search_op g_object_data. (e_book_backend_ldap_search): set the book view's ::search_op. (e_book_backend_ldap_start_book_view): add race detection with ::stop here. (e_book_backend_ldap_stop_book_view): same. (e_book_backend_ldap_load_source): make the default for unrecognized ssl type "NO" instead of "WHENEVER". (e_book_backend_ldap_dispose): lock access to id_to_op while we destroy it, and free our mutex. also free up some additional private data we were leaking before (the ->ldap_host, ->ldap_rootdn). (e_book_backend_ldap_init): init the mutex.
* new function, for use when creating a contact from the db. all theChris Toshok2004-04-062-12/+46
| | | | | | | | | | | | | | | | 2004-04-06 Chris Toshok <toshok@ximian.com> * backends/file/e-book-backend-file.c (create_contact): new function, for use when creating a contact from the db. all the libedata-book machinery depends on the contact having a UID, so if it doesn't have one (i.e. it's been corrupted), set it to be the uid we pass in (the db key). (build_summary): use create_contact (e_book_backend_file_start_book_view): same. (e_book_backend_file_get_changes): same. (e_book_backend_file_upgrade_db): same. (e_book_backend_file_load_source): add lots more g_warning spew in the event the load fails.
* old name, new trimmed down implementation. This will be replacingChris Toshok2004-04-062-0/+1396
| | | | | | | 2004-04-06 Chris Toshok <toshok@ximian.com> * util/e-destination.[ch]: old name, new trimmed down implementation. This will be replacing eab-destination.[ch].
* 2004-04-06 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-04-062-11/+13
|
* Fixes #55169 Use icalproperty to add free/busy data to ECalComponent.Harish Krishnaswamy2004-04-062-36/+62
| | | | | | | Fixes #55169 * backends/groupwise/e-cal-backend-groupwise-utils.c (e_gw_connection_get_freebusy_info) : Use icalproperty to add free/busy data to ECalComponent.
* #if 0 out the sys/debugreg stuff.Not Zed2004-04-062-1/+3
| | | | | | 2004-04-06 Not Zed <NotZed@Ximian.com> * camel-debug.c: #if 0 out the sys/debugreg stuff.
* ** See bug #56110.Not Zed2004-04-063-12/+69
| | | | | | | | | | | | | | | | | | | 2004-04-06 Not Zed <NotZed@Ximian.com> ** See bug #56110. * providers/imap/camel-imap-folder.c (get_content): more debug! (get_content): if we have no content-type header set on a sub-part of a multipart/digest, then we need to set it to message/rfc822 as in the multipart/digest rfc (2046 or so?). * camel-folder.c (camel_folder_get_message): output this stuff as folder debug. * providers/imap/camel-imap-folder.c (imap_get_message): add some imap:folder debug. (get_content): get xx.TEXT rather than xx if we're from a message parent part.
* ** See bug #56464.Not Zed2004-04-065-16/+59
| | | | | | | | | | | | | | | | | | | | | | | 2004-04-06 Not Zed <NotZed@Ximian.com> ** See bug #56464. * camel-folder.c (camel_folder_transfer_messages_to): do not lock the source here. (transfer_message_to): call the main entry point for get message and append message. ** See bug #56050. * camel-vee-store.c (vee_delete_folder): delete the state file if it exists. * camel-object.c (camel_object_state_write): create the parent dir if we need to. Also spit a warning if we fail in the end. * camel-vee-folder.c (camel_vee_folder_new): set the persistent state file location. (vee_sync): write the state file when we sync.
* *** empty log message ***Rodrigo Moya2004-04-061-0/+1
|
* Use correct types for e_cal_backend_groupwise_get_object's return value.Rodrigo Moya2004-04-052-3/+16
| | | | | | | | 2004-04-05 Rodrigo Moya <rodrigo@ximian.com> * backends/groupwise/e-cal-backend-groupwise.c (e_cal_backend_groupwise_remove_object): Use correct types for e_cal_backend_groupwise_get_object's return value.
* added code to build groupwise filter from the query passed toSivaiah Nallagatla2004-04-052-23/+377
| | | | | | | | | | 2004-04-05 Sivaiah Nallagatla <snallagatla@novell.com> * e-book-backend-groupwise.c : added code to build groupwise filter from the query passed to get_contact_list and start_book_view functions modified e_book_backend_groupwise_start_book_view and e_book_backend_groupwise_get_contact_list to make use of filter Also included gnome-i8n.h
* dont add folders to folders_out here, only in get_folders_add_folders.Not Zed2004-04-053-13/+21
| | | | | | | | | | | | | | | | 2004-04-05 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_folders): dont add folders to folders_out here, only in get_folders_add_folders. * camel-store.c (camel_folder_info_build): simplify 'list append' since we have next pointer at the head of the struct. * providers/imap/camel-imap-store.c (create_folder): fixed "containes" spelling count. (get_folder_online): " (get_folders_add_folders): duh, add the folder info to the folders_out array.
* Fixes #56416EVOLUTION_DATA_SERVER_0_0_91JP Rosevear2004-04-052-0/+110
| | | | | | | | | | | | | | | | 2004-04-03 JP Rosevear <jpr@ximian.com> Fixes #56416 * backends/contacts/e-cal-backend-contacts.c (e_cal_backend_contacts_get_timezone): implement (e_cal_backend_contacts_add_timezone): ditto (e_cal_backend_contacts_set_default_timezone): ditto (free_zone): free a timezone (e_cal_backend_contacts_finalize): destroy the zones hash table (e_cal_backend_contacts_class_init): add new method implementations (e_cal_backend_contacts_init): set up zones hash table
* changed implementation to take care of nested filter condtions. added newSivaiah Nallagatla2004-04-033-43/+98
| | | | | | | 2004-04-03 Sivaiah Nallagatla <snallagatla@novell.com> * e-gw-filter.[ch] : changed implementation to take care of nested filter condtions. added new e_gw_filter_group_condtions api
* New function to get the deleted message count (used for Outbox count whichJeffrey Stedfast2004-04-023-5/+53
| | | | | | | | 2004-04-02 Jeffrey Stedfast <fejj@ximian.com> * camel-folder.c (camel_folder_get_deleted_message_count): New function to get the deleted message count (used for Outbox count which is total minus deleted).
* bump version, libtool numbersJP Rosevear2004-04-0248-2942/+3647
| | | | | | 2004-04-02 JP Rosevear <jpr@ximian.com> * configure.in: bump version, libtool numbers
* Don't try to free the returned data if the method didn't actually returnDan Winship2004-04-022-11/+30
| | | | | | | | | | | * libedata-book/e-book-backend-sync.c (_e_book_backend_create_contact, _e_book_backend_remove_contacts, _e_book_backend_modify_contact, _e_book_backend_get_contact, _e_book_backend_get_supported_fields, _e_book_backend_get_supported_auth_methods): Don't try to free the returned data if the method didn't actually return anything
* fix includes for builddir != srcdirJP Rosevear2004-04-022-0/+6
| | | | | | 2004-04-02 JP Rosevear <jpr@ximian.com> * backends/groupwise/Makefile.am: fix includes for builddir != srcdir
* Fixes #55719Rodrigo Moya2004-04-022-6/+14
| | | | | | | | | | | 2004-04-02 Rodrigo Moya <rodrigo@ximian.com> Fixes #55719 * backends/groupwise/e-cal-backend-groupwise.c (connect_to_server): use correct type for populate_cache's return value. (e_cal_backend_groupwise_set_mode): use correct type for connect_to_server's return value.
* turn this on, this should always be on, it points to real bugs in theEVOLUTION_1_5_6_1EVOLUTION_1_5_6evolution-1-5-6-branchNot Zed2004-04-023-7/+33
| | | | | | | | | | | 2004-04-02 Not Zed <NotZed@Ximian.com> * camel-exception.c (w): turn this on, this should always be on, it points to real bugs in the code. * camel-folder-summary.c (summary_build_content_info): dont set attachments if its a signature block. (summary_build_content_info_message): same.
* ignore the attribute's group. (e_contact_set_property): same.Chris Toshok2004-04-023-39/+35
| | | | | | | | | | | | | | 2004-03-31 Chris Toshok <toshok@ximian.com> * libebook/e-contact.c (e_contact_get_first_attr): ignore the attribute's group. (e_contact_set_property): same. (e_contact_find_attribute_with_types): same. (e_contact_get_property): same. (e_contact_get_attributes): same. * libebook/e-vcard.c (e_vcard_to_string_vcard_30): ignore the attribute's group when looking for VERSION attributes.
* Missed changelog entry.JP Rosevear2004-04-021-1/+1
|
* append the passed in attribute name and value to messageSivaiah Nallagatla2004-04-022-0/+6
| | | | | | | 2004-04-02 Sivaiah Nallagatla <snallagatla@novell.com> * e-gw-message.c (e_gw_message_write_string-parameter_with_attribute) : append the passed in attribute name and value to message
* remove items and item from the request and add container id to requestSivaiah nallagatla2004-04-022-4/+8
| | | | | | | 2004-04-01 Sivaiah nallagatla <snallagatla@novell.com> * e-gw-connection.c (e_gw_connection_remove_item) : remove items and item from the request and add container id to request
* Updated Spanish translations.Francisco Javier F. Serrador2004-04-022-75/+100
| | | | | | 2004-04-02 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translations.
* Wrap annoying exeption warnings with w().Jeffrey Stedfast2004-04-012-6/+12
| | | | | | 2004-04-01 Jeffrey Stedfast <fejj@ximian.com> * camel-exception.c (w): Wrap annoying exeption warnings with w().