platform/upstream/evolution-data-server.git
18 years agoFixes bug #166265 on bnc
Parthasarathi Susarla [Mon, 12 Jun 2006 09:20:04 +0000 (09:20 +0000)]
Fixes bug #166265 on bnc

2006-06-12  Parthasarathi Susarla <sparthasarathi@novell.com>

Fixes bug #166265 on bnc

* camel-groupwise-folder.c: call purgeRequest when
deleting on Trash folder

18 years agoFixes bug #166265 on bnc Add a new method
Parthasarathi Susarla [Mon, 12 Jun 2006 09:19:40 +0000 (09:19 +0000)]
Fixes bug #166265 on bnc Add a new method

2006-06-12  Parthasarathi Susarla <sparthasarathi@novell.com>

Fixes bug #166265 on bnc
* e-gw-connection.[ch]: Add a new method
e_gw_connection_purge_selected_items to selectively delete messages
from trash.

18 years agoFix for Bug #342162.
Devashish Sharma [Mon, 12 Jun 2006 09:01:21 +0000 (09:01 +0000)]
Fix for Bug #342162.

18 years agoFixes the problem of email id appearing twice
Sankar P [Fri, 9 Jun 2006 12:18:57 +0000 (12:18 +0000)]
Fixes the problem of email id appearing twice

2006-06-09  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
Fixes the problem of email id appearing twice

18 years ago** Fixes bug #342479 Plugged memory leak.
Hiroyuki Ikezoe [Fri, 9 Jun 2006 03:54:51 +0000 (03:54 +0000)]
** Fixes bug #342479 Plugged memory leak.

2006-05-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug #342479
* e-name-selector-dialog.c: Plugged memory leak.

18 years ago** Fixes bug #342382 Plugged memory leaks.
Hiroyuki Ikezoe [Fri, 9 Jun 2006 02:49:28 +0000 (02:49 +0000)]
** Fixes bug #342382 Plugged memory leaks.

2006-06-09  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug #342382
* e-name-selector-entry.c: Plugged memory leaks.

18 years agoFix memory leak. Fixes bug #335423.
Chris Heath [Fri, 9 Jun 2006 01:21:54 +0000 (01:21 +0000)]
Fix memory leak. Fixes bug #335423.

2006-06-09  Chris Heath  <chris@heathens.co.nz>

* camel/camel-net-utils.c (camel_getnameinfo):
* camel/camel-folder-search.c (camel_folder_search_search):
* camel/camel-digest-folder.c (digest_add_multipart):
* camel/providers/groupwise/camel-groupwise-journal.c (update_cache):
* camel/providers/imap4/camel-imap4-journal.c (camel_imap4_journal_append):
* camel/providers/local/camel-local-summary.c (message_info_new_from_header):
* camel/providers/local/camel-mbox-summary.c (message_info_new_from_header):
* camel/providers/nntp/camel-nntp-summary.c (message_info_new_from_header):
* camel/providers/pop3/camel-pop3-engine.c (camel_pop3_engine_finalise):
* libedataserverui/e-name-selector-dialog.c (search_changed):
Fix memory leak. Fixes bug #335423.

18 years ago*** empty log message ***
Devashish Sharma [Thu, 8 Jun 2006 05:32:01 +0000 (05:32 +0000)]
*** empty log message ***

18 years agoChanged the caching mechanism used for groupwise addressbooks from xml hash based...
Devashish Sharma [Wed, 7 Jun 2006 12:35:51 +0000 (12:35 +0000)]
Changed the caching mechanism used for groupwise addressbooks from xml hash based to db based.

18 years agoFix the x-evolution-any-field serialisation so that server-side
Ross Burton [Wed, 7 Jun 2006 11:19:53 +0000 (11:19 +0000)]
Fix the x-evolution-any-field serialisation so that server-side

2006-06-07  Ross Burton  <ross@openedhand.com>

* libebook/e-book-query.c:
Fix the x-evolution-any-field serialisation so that server-side
optimsations that so literal string compares actually
work. (#319056).

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 7 Jun 2006 09:22:00 +0000 (09:22 +0000)]
Updated Norwegian bokmål translation.

2006-06-07  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

18 years agoAssume strftime() is ok and supports %l and %k when running in
Frederic Peters [Wed, 7 Jun 2006 06:41:51 +0000 (06:41 +0000)]
Assume strftime() is ok and supports %l and %k when running in

2006-06-07  Frederic Peters  <fpeters@0d.be>

        * configure.in: Assume strftime() is ok and supports %l and %k when
        running in cross-compilation mode.

18 years agoFixes for Novell bug #173454
Jeffrey Stedfast [Tue, 6 Jun 2006 20:07:47 +0000 (20:07 +0000)]
Fixes for Novell bug #173454

2006-06-06  Jeffrey Stedfast  <fejj@novell.com>

Fixes for Novell bug #173454

* camel-groupwise-utils.c (add_recipients): Changed to be an
internal function.
(send_as_attachment): No longer takes 'buffer' nor 'encoding'
arguments. Changed the code to use the camel content-id/message-id
parsers rather than home-brew blocks of code to do it. Instead of
strcmp'ing mime types, use the camel_content_type_is() function
which simplifies things a bit.
(camel_groupwise_util_item_from_message): No longer takes a
recipients list argument as this function extracted that info from
the CamelMimeMessage object anyway. Do charset conversion for
text/plain parts.

* camel-groupwise-folder.c (groupwise_append_message): Don't pass
to/cc/bcc recpients to camel_groupwise_util_item_from_message() as
it no longer takes those arguments.

* camel-groupwise-transport.c (groupwise_send_to): Same.

18 years agoFix silly braino in my previous fix to the %l and %k test. Can't use
Tor Lillqvist [Mon, 5 Jun 2006 14:41:50 +0000 (14:41 +0000)]
Fix silly braino in my previous fix to the %l and %k test. Can't use
the strftime format "%l %k" and then look if the first char is a
space, as a fully working %l will bloody produce a space in the first
place if run before 10 o'clock... Instead use "%lx%k" and check if the
first char is a x.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Mon, 5 Jun 2006 14:02:20 +0000 (14:02 +0000)]
Updated Spanish translation.

2006-06-05  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoTranslation updated.
Gabor Kelemen [Mon, 5 Jun 2006 11:37:42 +0000 (11:37 +0000)]
Translation updated.

2006-06-05  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 3 Jun 2006 18:56:49 +0000 (18:56 +0000)]
Updated Spanish translation.

2006-06-03  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Sat, 3 Jun 2006 14:39:14 +0000 (14:39 +0000)]
*** empty log message ***

18 years agoCatch more failure modes of strftime() when presented with conversion
Tor Lillqvist [Fri, 2 Jun 2006 12:34:06 +0000 (12:34 +0000)]
Catch more failure modes of strftime() when presented with conversion

2006-06-02  Tor Lillqvist  <tml@novell.com>

* configure.in: Catch more failure modes of strftime() when
presented with conversion specifications %l and %k: On Windows,
these just do nothing, you don't get a 'l' or 'k' in the result,
which was all we used to test for here. Catch also if strftime()
does nothing at all when presented with a format containing
unsupported conversion specifications.

* libedataserver/e-data-server-util.c (e_strftime): The Microsoft
strftime() doesn't have %e either.

18 years ago** Fixes bug 322239 ENameSelectorEntryPrivate: New structure for private
Hiroyuki Ikezoe [Fri, 2 Jun 2006 10:45:08 +0000 (10:45 +0000)]
** Fixes bug 322239 ENameSelectorEntryPrivate: New structure for private

2006-06-02  Hiroyuki Ikezoe  <poincare@ikezoe.net>

** Fixes bug 322239
* e-name-selector-entry.c: ENameSelectorEntryPrivate: New structure
for private values. There is still only one value, is_completing.
(user_focus_in): New function.
Stop the event propagation.
(type_ahead_complete): Set is_completing to TRUE if address completion
has done.
(clear_completion_model): Set is_completing to FALSE.
(entry_activate): Set is_completing to FALSE.
(user_focus_init): Call entry_activate if only focus_in and
is_compliting.
(e_name_selector_entry_init): Connect to focus-in-event with
g_signal_connect_after.
Set is_completing to TRUE. It's initial state.

18 years agoImprove doc comment, mention the Win32 aspects.
Tor Lillqvist [Fri, 2 Jun 2006 00:52:29 +0000 (00:52 +0000)]
Improve doc comment, mention the Win32 aspects.

2006-06-02  Tor Lillqvist  <tml@novell.com>

* camel-file-utils.c (camel_read, camel_write, camel_read_socket)
(camel_write_socket): Improve doc comment, mention the Win32
aspects.

18 years agoLoop the reads checking errno for EINTR. (e_msgport_put): Loop the writes
Jeffrey Stedfast [Thu, 1 Jun 2006 16:01:55 +0000 (16:01 +0000)]
Loop the reads checking errno for EINTR. (e_msgport_put): Loop the writes

2006-06-01  Jeffrey Stedfast  <fejj@novell.com>

* libedataserver/e-msgport.c (e_msgport_get): Loop the reads
checking errno for EINTR.
(e_msgport_put): Loop the writes checking for EINTR. Also, instead
of writing a nul-char, write 'E' as suggested by Michael Meeks for
easier strace debugging purposes.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 1 Jun 2006 04:33:35 +0000 (04:33 +0000)]
Updated Translation

18 years agoHopeful fix for Novell bug #176277
Jeffrey Stedfast [Wed, 31 May 2006 21:10:23 +0000 (21:10 +0000)]
Hopeful fix for Novell bug #176277

2006-05-31  Jeffrey Stedfast  <fejj@novell.com>

Hopeful fix for Novell bug #176277

* libedataserver/e-msgport.c: Changed the structure of EMsgPort
slightly to make ::prpipe a union more like ::pipe.
(e_pipe): For convenience, on error set the fds each to -1.
(e_prpipe): New convenience function much like e_pipe but for
PRFileDescs.
(e_msgport_new): Always create the pipes here now instead of
creating them on demand.
(e_msgport_fd): Simply return the pipe fd (no longer creates the
pipe on demand).
(e_msgport_prfd): Same.

18 years agoFix a few of the TLS error strings to be more informative. Fixes the
Jeffrey Stedfast [Wed, 31 May 2006 18:55:23 +0000 (18:55 +0000)]
Fix a few of the TLS error strings to be more informative. Fixes the

2006-05-31  Jeffrey Stedfast  <fejj@novell.com>

* camel-pop3-store.c (connect_to_server): Fix a few of the TLS
error strings to be more informative. Fixes the confusion in bug
#342001.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 31 May 2006 14:04:34 +0000 (14:04 +0000)]
Updated Spanish translation.

2006-05-31  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years ago*** empty log message ***
Pema Geyleg [Tue, 30 May 2006 10:43:57 +0000 (10:43 +0000)]
*** empty log message ***

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Sat, 27 May 2006 11:18:02 +0000 (11:18 +0000)]
Updated Norwegian bokmål translation.

2006-05-27  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

18 years ago*** empty log message ***
Pema Geyleg [Sat, 27 May 2006 08:39:13 +0000 (08:39 +0000)]
*** empty log message ***

18 years agoUpdated Basque translation.
Inaki Larranaga [Fri, 26 May 2006 11:11:17 +0000 (11:11 +0000)]
Updated Basque translation.

2006-05-26  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

18 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Thu, 25 May 2006 08:17:31 +0000 (08:17 +0000)]
vi.po: Updated Vietnamese translation.

18 years agoCommiting the missed file camel-stream-vfs.h
Srinivasa Ragavan [Thu, 25 May 2006 04:38:04 +0000 (04:38 +0000)]
Commiting the missed file camel-stream-vfs.h

18 years agoFixes #342102
Wang Xin [Thu, 25 May 2006 03:54:41 +0000 (03:54 +0000)]
Fixes #342102

2006-05-25  Wang Xin  <jedy.wang@sun.com>

Fixes #342102

* libedata-cal/e-cal-backend-sync.c:
(_e_cal_backend_modify_object): Free old_object and new_object.
(_e_cal_backend_remove_object): Free old_object.

18 years agoAdded gnome-vfs backend to camel stream.
Srinivasa Ragavan [Wed, 24 May 2006 16:27:19 +0000 (16:27 +0000)]
Added gnome-vfs backend to camel stream.

18 years agoImprove API docs (#342678)
Ross Burton [Wed, 24 May 2006 14:59:34 +0000 (14:59 +0000)]
Improve API docs (#342678)

18 years agoUses readCursor on trash so that we get all items
Sankar P [Tue, 23 May 2006 10:36:49 +0000 (10:36 +0000)]
Uses readCursor on trash so that we get all items

2006-05-23  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c: (groupwise_refresh_folder)
Uses readCursor on trash so that we get all items

18 years agoMake sure the literal length is non-negative (yes, some servers are
Jeffrey Stedfast [Mon, 22 May 2006 17:06:45 +0000 (17:06 +0000)]
Make sure the literal length is non-negative (yes, some servers are

2006-05-22  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-command.c (imap_read_untagged): Make sure the literal
length is non-negative (yes, some servers are sending negative
values here). Fixes Novell bug #177394.

18 years agoFix for #342399. Patch submitted by Emil Hessman <ceh@otaku.se>
Harish Krishnaswamy [Mon, 22 May 2006 06:56:54 +0000 (06:56 +0000)]
Fix for #342399. Patch submitted by Emil Hessman <ceh@otaku.se>

2006-05-22  Harish Krishnaswamy  <kharish@novell.com>

* fa.po: Fix for #342399. Patch submitted by
Emil Hessman <ceh@otaku.se>

18 years agoUpdate intltool requirements.
Harish Krishnaswamy [Mon, 22 May 2006 06:04:28 +0000 (06:04 +0000)]
Update intltool requirements.

2006-05-22  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Update intltool requirements.

18 years agoGet rid of the search_lock and simply reuse the connect_lock.
Jeffrey Stedfast [Fri, 19 May 2006 15:25:08 +0000 (15:25 +0000)]
Get rid of the search_lock and simply reuse the connect_lock.

2006-05-19  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-folder.c (imap_search_by_expression)
(imap_search_by_uids, imap_search_free): Get rid of the
search_lock and simply reuse the connect_lock.

2006-05-18  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-folder.c (camel_imap_folder_selected, imap_rename)
(imap_append_offline, imap_append_online, imap_append_resyncing)
(imap_transfer_offline, imap_transfer_online)
(imap_transfer_resyncing, camel_imap_folder_changed): Get rid of
the cache_lock and use the service connect_lock instead. Fixes
some possible deadlock conditions.

18 years agoupdated (c) years
Jeffrey Stedfast [Thu, 18 May 2006 15:31:15 +0000 (15:31 +0000)]
updated (c) years

18 years agoupdated the (c) years
Jeffrey Stedfast [Thu, 18 May 2006 15:28:10 +0000 (15:28 +0000)]
updated the (c) years

18 years agoFix for Bug 340039
Devashish Sharma [Thu, 18 May 2006 08:09:39 +0000 (08:09 +0000)]
Fix for Bug 340039

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 18 May 2006 05:23:53 +0000 (05:23 +0000)]
Updated Translation

18 years agoBump version for 1.7.2 release.
Harish Krishnaswamy [Thu, 18 May 2006 04:42:52 +0000 (04:42 +0000)]
Bump version for 1.7.2 release.

2006-05-18  Harish Krishnaswamy  <kharish@novell.com>

* configure.in:  Bump version for 1.7.2 release.

18 years agoNotify the user if the Trash is overflowing
Sankar P [Wed, 17 May 2006 08:48:19 +0000 (08:48 +0000)]
Notify the user if the Trash is overflowing

2006-05-17  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
Notify the user if the Trash is overflowing

18 years agoRestore the two functions removed from the header in the last commit. DO
Harish Krishnaswamy [Mon, 15 May 2006 15:17:14 +0000 (15:17 +0000)]
Restore the two functions removed from the header in the last commit. DO

2006-05-15  Harish Krishnaswamy  <kharish@novell.com>

* libebook/e-vcard.[ch]: Restore the two functions removed from the
header in the last commit. DO NOT TINKER WITH API FUNCTIONS. Preserve
compatibility.

18 years agoAppend -DLDAP_DEPRECATED to LDAP_CFLAGS and do not overwrite the value.
Harish Krishnaswamy [Mon, 15 May 2006 14:16:06 +0000 (14:16 +0000)]
Append -DLDAP_DEPRECATED to LDAP_CFLAGS and do not overwrite the value.

2006-05-15  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Append -DLDAP_DEPRECATED to LDAP_CFLAGS and
do not overwrite the value. Fixes a bug introduced by the previous
commit.

18 years agoUpdated Macedonian Translation <arangela@cvs.gnome.org>
Arangel Angov [Sat, 13 May 2006 14:54:38 +0000 (14:54 +0000)]
Updated Macedonian Translation <arangela@cvs.gnome.org>

18 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Fri, 12 May 2006 14:58:19 +0000 (14:58 +0000)]
Updated Russian translation.

* ru.po: Updated Russian translation.

18 years agoChanges to vcard parsing so that it handles quoted printable characters correctly.
Devashish Sharma [Fri, 12 May 2006 09:46:00 +0000 (09:46 +0000)]
Changes to vcard parsing so that it handles quoted printable characters correctly.

18 years agoFixes #334626
Chenthill Palanisamy [Thu, 11 May 2006 09:39:41 +0000 (09:39 +0000)]
Fixes #334626

18 years agoImplement the correct fix.
Jeffrey Stedfast [Wed, 10 May 2006 15:20:03 +0000 (15:20 +0000)]
Implement the correct fix.

2006-05-10  Jeffrey Stedfast  <fejj@novell.com>

* camel-smtp-transport.c (smtp_helo): Implement the correct fix.

18 years agoIf the public folder has a sub folder, reading the sub folders also.
Sushma Rai [Wed, 10 May 2006 08:55:24 +0000 (08:55 +0000)]
If the public folder has a sub folder, reading the sub folders also.
Fixes #268412.

18 years agoAdd space at the end of CAMEL_MESSAGE_INFO_HEADERS. The content-type
Parthasarathi Susarla [Wed, 10 May 2006 08:49:18 +0000 (08:49 +0000)]
Add space at the end of CAMEL_MESSAGE_INFO_HEADERS. The content-type

2006-05-10  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-imap-folder.c:
Add space at the end of CAMEL_MESSAGE_INFO_HEADERS. The content-type
header wont be fetched otherwise(it mergers with the
MESSAGE_LIST_HEADER).
This fix shows the attachment icon in the message list

18 years agoSetting a proper error code on cancel operation. Fixes #332131.
Sushma Rai [Wed, 10 May 2006 08:24:12 +0000 (08:24 +0000)]
Setting a proper error code on cancel operation. Fixes #332131.

18 years agoRemove extra space following -I which is not kind to Tru64 Unix C
Harish Krishnaswamy [Wed, 10 May 2006 07:05:00 +0000 (07:05 +0000)]
Remove extra space following -I which is not kind to Tru64 Unix C

2006-05-10  Harish Krishnaswamy  <kharish@novell.com>

* addressbook/libebook/libebook.pc.in,
addressbook/libedata-book/libedata-book.pc.in,
calendar/libecal/libecal.pc.in,
calendar/libedata-cal/libedata-cal.pc.in,
configure.in, evolution-data-server.pc.in,
libedataserver/libedataserver.pc.in,
servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which
is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word.
Fixes #271839.

18 years agoReverted. David Woodhouse can fix his own damn server since he configured
Jeffrey Stedfast [Tue, 9 May 2006 19:03:09 +0000 (19:03 +0000)]
Reverted. David Woodhouse can fix his own damn server since he configured

2006-05-09  Jeffrey Stedfast  <fejj@novell.com>

* camel-smtp-transport.c (smtp_helo): Reverted. David Woodhouse
can fix his own damn server since he configured it to be broken.

18 years agoAllow EDataServerModule to remove unused modules (#319396).
Ross Burton [Tue, 9 May 2006 11:31:37 +0000 (11:31 +0000)]
Allow EDataServerModule to remove unused modules (#319396).

2006-05-09  Ross Burton  <ross@openedhand.com>

* libedataserver/e-data-server-module.h:
* libedataserver/e-data-server-module.c:
Allow EDataServerModule to remove unused modules (#319396).

18 years agoFix typos. We were copying the wrong variable in a couple of places. In
Kjartan Maraas [Sun, 7 May 2006 18:02:16 +0000 (18:02 +0000)]
Fix typos. We were copying the wrong variable in a couple of places. In

2006-05-07  Kjartan Maraas  <kmaraas@gnome.org>

* backends/caldav/e-cal-backend-caldav.c: (process_object):
Fix typos. We were copying the wrong variable in a couple of
places. In plain english: Use the right etag on invitation updates.

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 6 May 2006 15:00:10 +0000 (15:00 +0000)]
Updated Spanish translation.

2006-05-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

18 years agoFixed a mis-ordering of an if-statement clause that caused bug #340717.
Jeffrey Stedfast [Fri, 5 May 2006 15:11:59 +0000 (15:11 +0000)]
Fixed a mis-ordering of an if-statement clause that caused bug #340717.

2006-05-05  Jeffrey Stedfast  <fejj@novell.com>

* camel-charset-map.c (camel_charset_best_mask): Fixed a
mis-ordering of an if-statement clause that caused bug #340717.

18 years agoFix memory leak in and optimize the performance of compare_im (#340036).
Ross Burton [Thu, 4 May 2006 08:10:08 +0000 (08:10 +0000)]
Fix memory leak in and optimize the performance of compare_im (#340036).

2006-05-04  Ross Burton  <ross@openedhand.com>

* libedata-book/e-book-backend-sexp.c:
Fix memory leak in and optimize the performance of compare_im
(#340036).

18 years agoPatch from Sushuma Rai to fix build with modern openldap versions. Closes
Kjartan Maraas [Tue, 2 May 2006 21:33:01 +0000 (21:33 +0000)]
Patch from Sushuma Rai to fix build with modern openldap versions. Closes

2006-05-02  Kjartan Maraas  <kmaraas@gnome.org>

* configure.in: Patch from Sushuma Rai to fix build with
modern openldap versions. Closes part of bug #325957.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Tue, 2 May 2006 03:06:07 +0000 (03:06 +0000)]
Updated Translation

18 years agoFix for bug #315976.
Jeffrey Stedfast [Mon, 1 May 2006 21:18:49 +0000 (21:18 +0000)]
Fix for bug #315976.

2006-05-01  Jeffrey Stedfast  <fejj@novell.com>

Fix for bug #315976.

* camel-imap-store.c (construct): Only override the namespace if
the URL param override_namespace is also set.
(get_folder_info_offline): Always include INBOX if we are being
asked for the toplevel folder-info tree.
(refresh_refresh): Make sure to always query the server for INBOX.
(get_folder_info_online): Same.

18 years agoHandle prompts from GnuPG asking for the user's PIN for their SmartCard.
Jeffrey Stedfast [Mon, 1 May 2006 14:16:33 +0000 (14:16 +0000)]
Handle prompts from GnuPG asking for the user's PIN for their SmartCard.

2006-05-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-gpg-context.c (gpg_ctx_parse_status): Handle prompts from
GnuPG asking for the user's PIN for their SmartCard. Fixes bug
#335386.

18 years agoInitialize a pointer to NULL so that we wont have any dangling reference
Sankar P [Fri, 28 Apr 2006 13:21:23 +0000 (13:21 +0000)]
Initialize a pointer to NULL so that we wont have any dangling reference

2006-04-28  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
        Initialize a pointer to NULL so that we wont
have any dangling reference to be freed

18 years agoUpdated GNOME Keyring code.
Srinivasa Ragavan [Wed, 26 Apr 2006 08:21:21 +0000 (08:21 +0000)]
Updated GNOME Keyring code.

18 years agoCommited patch to use po/LINGUAS (#337998)
Claudio Saavedra [Tue, 25 Apr 2006 19:42:10 +0000 (19:42 +0000)]
Commited patch to use po/LINGUAS (#337998)

18 years agopatch didn't apply 100% cleanly last commit
Jeffrey Stedfast [Tue, 25 Apr 2006 19:25:50 +0000 (19:25 +0000)]
patch didn't apply 100% cleanly last commit

18 years agoFigure out auto-magically what the mozilla-nss pkg-config module name is.
Jeffrey Stedfast [Tue, 25 Apr 2006 17:43:34 +0000 (17:43 +0000)]
Figure out auto-magically what the mozilla-nss pkg-config module name is.

2006-04-25  Jeffrey Stedfast  <fejj@novell.com>

* configure.in: Figure out auto-magically what the mozilla-nss
pkg-config module name is.

18 years agorevert an accidental commit that changed mozilla-nss to nss (pkgconfig checks)
Jeffrey Stedfast [Tue, 25 Apr 2006 16:59:03 +0000 (16:59 +0000)]
revert an accidental commit that changed mozilla-nss to nss (pkgconfig checks)

18 years agoDon't do fallback for SSL/TLS. Fixes bug #321797.
Jeffrey Stedfast [Mon, 24 Apr 2006 15:31:13 +0000 (15:31 +0000)]
Don't do fallback for SSL/TLS. Fixes bug #321797.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

* camel-pop3-store.c (connect_to_server_wrapper): Don't do
fallback for SSL/TLS. Fixes bug #321797.

18 years agoSet some socket options like keepalive and nodelay.
Jeffrey Stedfast [Mon, 24 Apr 2006 15:30:52 +0000 (15:30 +0000)]
Set some socket options like keepalive and nodelay.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-store.c (connect_to_server): Set some socket options
like keepalive and nodelay.
(connect_to_server_wrapper): Don't do fallback with SSL/TLS. Fixes
bug #321797.

18 years agoDon't do fallback for SSL/TLS. Fixes bug #321797.
Jeffrey Stedfast [Mon, 24 Apr 2006 15:30:29 +0000 (15:30 +0000)]
Don't do fallback for SSL/TLS. Fixes bug #321797.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

* camel-smtp-transport.c (connect_to_server_wrapper): Don't do
fallback for SSL/TLS. Fixes bug #321797.

18 years agoDon't do fallback for SSL/TLS. Fixes bug #321797.
Jeffrey Stedfast [Mon, 24 Apr 2006 15:30:02 +0000 (15:30 +0000)]
Don't do fallback for SSL/TLS. Fixes bug #321797.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-store.c (connect_to_server_wrapper): Don't do
fallback for SSL/TLS. Fixes bug #321797.

18 years agoRelease updates. Bump version. ***** Release 1.7.1 *****
Harish Krishnaswamy [Mon, 24 Apr 2006 11:29:53 +0000 (11:29 +0000)]
Release updates. Bump version. ***** Release 1.7.1 *****

2006-04-24  Harish Krishnaswamy  <kharish@novell.com>

* NEWS, configure.in: Release updates. Bump version.
***** Release 1.7.1 *****

18 years agoAdded support for dynamic linking with libdb
Devashish Sharma [Mon, 24 Apr 2006 09:11:35 +0000 (09:11 +0000)]
Added support for dynamic linking with libdb

18 years agoRemoves multiple items by a single call instead of deleting one-by-one.
Sankar P [Mon, 24 Apr 2006 08:48:05 +0000 (08:48 +0000)]
Removes multiple items by a single call instead of deleting one-by-one.

2006-04-24  Sankar P  <psankar@novell.com>

* camel-groupwise-folder.c:
Removes multiple items by a single call instead
of deleting one-by-one.

18 years agoChanged the keybinding to e-name-selector-list
Srinivasa Ragavan [Mon, 24 Apr 2006 06:46:54 +0000 (06:46 +0000)]
Changed the keybinding to e-name-selector-list

18 years agoReviewed by Harish Krishnaswamy <kharish@novell.com>
Julio M. Merino Vidal [Mon, 24 Apr 2006 05:31:25 +0000 (05:31 +0000)]
Reviewed by Harish Krishnaswamy <kharish@novell.com>

2006-04-24  Julio M. Merino Vidal  <jmmv@NetBSD.org>

Reviewed by Harish Krishnaswamy <kharish@novell.com>

* servers/groupwise/e-gw-item.c: Remove C99ism so that this builds
with gcc 2.95, shipped with e.g. NetBSD 1.6.  Fixes bug #337197.

18 years agoNo need to get the unread count for Sent Items folder. All will be read by
Sankar P [Sat, 22 Apr 2006 06:25:03 +0000 (06:25 +0000)]
No need to get the unread count for Sent Items folder. All will be read by

2006-04-22  Sankar P  <psankar@novell.com>

  * camel-groupwise-store.c: (convert_to_folder_info):
  No need to get the unread count for Sent Items folder.
  All will be read by default.

18 years agoSend item_id with recurence key while delegating multiple instances. Fixes
Harish Krishnaswamy [Sat, 22 Apr 2006 05:11:51 +0000 (05:11 +0000)]
Send item_id with recurence key while delegating multiple instances. Fixes

2006-04-22  Harish Krishnaswamy  <kharish@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_modify_object): Send item_id
with recurence key while delegating multiple instances.
Fixes #165714 (bugzilla.novell.com)

18 years agoSet some socket options like keepalive and nodelay.
Jeffrey Stedfast [Fri, 21 Apr 2006 15:43:33 +0000 (15:43 +0000)]
Set some socket options like keepalive and nodelay.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-store.c (connect_to_server): Set some socket options
like keepalive and nodelay.

18 years agounfuck the imap4 code
Jeffrey Stedfast [Fri, 21 Apr 2006 13:58:36 +0000 (13:58 +0000)]
unfuck the imap4 code

18 years agoAdded a new function for turning the incoming vcard string into valid UTF-8.
Devashish Sharma [Fri, 21 Apr 2006 09:46:08 +0000 (09:46 +0000)]
Added a new function for turning the incoming vcard string into valid UTF-8.

18 years agoInstead of downloading HEADERS try to download the specific HEADER FIELDS
Sankar P [Fri, 21 Apr 2006 09:15:50 +0000 (09:15 +0000)]
Instead of downloading HEADERS try to download the specific HEADER FIELDS

2006-04-19  Sankar P  <psankar@novell.com>

* camel-imap-folder.c : (imap_update_summary):
Instead of downloading HEADERS try to download
the specific HEADER FIELDS so that the initial
loading time is considerably reduced.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Fri, 21 Apr 2006 05:18:14 +0000 (05:18 +0000)]
Updated Translation

18 years agodon't make the pop3_passwd_authtype private
Jeffrey Stedfast [Thu, 20 Apr 2006 20:24:33 +0000 (20:24 +0000)]
don't make the pop3_passwd_authtype private

18 years agodon't make the nntp_passwd_authtype private
Jeffrey Stedfast [Thu, 20 Apr 2006 20:24:01 +0000 (20:24 +0000)]
don't make the nntp_passwd_authtype private

18 years agofixed some formatting
Jeffrey Stedfast [Thu, 20 Apr 2006 17:52:34 +0000 (17:52 +0000)]
fixed some formatting

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Thu, 20 Apr 2006 16:47:18 +0000 (16:47 +0000)]
*** empty log message ***

18 years agoPatch suggested by Carlos Lozano <clozano at andago dot com>
Harish Krishnaswamy [Thu, 20 Apr 2006 13:04:12 +0000 (13:04 +0000)]
Patch suggested by Carlos Lozano <clozano at andago dot com>

2006-04-19  Harish Krishnaswamy  <kharish@novell.com>

Patch suggested by Carlos Lozano <clozano at andago dot com>

* storage/exchange-account.c (is_password_expired),
(exchange_account_set_password): Ensure checks for expiry or
weakness take effect while trying for nt domain. The conditionals
should be AND'ed not OR'ed.

18 years ago** See bug 167640 on bnc Add space at the end of a string.
Parthasarathi Susarla [Thu, 20 Apr 2006 08:12:17 +0000 (08:12 +0000)]
** See bug 167640 on bnc Add space at the end of a string.

2006-04-20  Parthasarathi Susarla <sparthasarathi@novell.com>

** See bug 167640 on bnc
* camel-groupwise-store.c: Add space at the end of a string.

18 years agoRemoves from summary based on uid instead of info. This will avoid
Sankar P [Thu, 20 Apr 2006 07:47:21 +0000 (07:47 +0000)]
Removes from summary based on uid instead of info. This will avoid

2006-04-20  Sankar P  <psankar@novell.com>

* camel-groupwise-summary.c : (groupwise_summary_clear):
Removes from summary based on uid instead of info.
This will avoid double-free crash of info.

18 years agoYou cannot CANNOT modify the input strings. EVER. Fixed to not do that and
Jeffrey Stedfast [Wed, 19 Apr 2006 19:29:18 +0000 (19:29 +0000)]
You cannot CANNOT modify the input strings. EVER. Fixed to not do that and

2006-04-19  Jeffrey Stedfast  <fejj@novell.com>

* camel-mime-filter-pgp.c (filter_run): You cannot CANNOT modify
the input strings. EVER. Fixed to not do that and to also work if
there is preface before the pgp block (previous code failed in
that case).
(reset): Reset the filter state.

18 years ago*** empty log message ***
Devashish Sharma [Wed, 19 Apr 2006 07:41:58 +0000 (07:41 +0000)]
*** empty log message ***

18 years agoHandling the case where username is of the form e-mail id.
Sushma Rai [Wed, 19 Apr 2006 06:52:15 +0000 (06:52 +0000)]
Handling the case where username is of the form e-mail id.
Fixes #329371.

18 years ago*** empty log message ***
Devashish Sharma [Wed, 19 Apr 2006 06:02:59 +0000 (06:02 +0000)]
*** empty log message ***