SourceForge.net | 5 Apr 2010 14:58
Picon
Favicon

[ libetpan-Patches-2888850 ] mailpop3_list() result check

Patches item #2888850, was opened at 2009-10-29 16:29
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429698&aid=2888850&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Latest stable - libEtPan!
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Alexander Shlemin (b3b)
Assigned to: Nobody/Anonymous (nobody)
Summary: mailpop3_list() result check

Initial Comment:
Lack of mailpop3_list() result check can cause SIGSEGV in functions 
pop3driver_messages_number(), pop3_get_messages_list(), pop3driver_cached_status_folder(),
and pop3driver_cached_expunge_folder().

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 14:58

Message:
integrated in libetpan-0.58cvs19
(Continue reading)

SourceForge.net | 5 Apr 2010 14:59
Picon
Favicon

[ libetpan-Feature Requests-1070537 ] Use Automake!

Feature Requests item #1070537, was opened at 2004-11-21 19:18
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429699&aid=1070537&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: libEtPan!
>Status: Closed
Priority: 1
Private: No
Submitted By: Gerrit P. Haase (siebenschlaefer)
Assigned to: DINH V. Hoa (hoa)
Summary: Use Automake!

Initial Comment:
It is impossible to build outside the source directory.

Please consider using automake.

Regards,
Gerrit

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 14:59

(Continue reading)

SourceForge.net | 5 Apr 2010 15:00
Picon
Favicon

[ libetpan-Support Requests-2041394 ] view news messages with large attachements segfaults

Support Requests item #2041394, was opened at 2008-08-07 10:39
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429697&aid=2041394&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Stephan Sachse (white-)
Assigned to: Nobody/Anonymous (nobody)
Summary: view news messages with large attachements segfaults

Initial Comment:
from claws-mail bz#1684

view a message with a large attachement (6127616 bytes) segfaults at the first
time. second time (message is cached local) view this message works fine.

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 15:00

Message:
This bug seems to be related to claws mail and not to libetpan.
(Continue reading)

SourceForge.net | 5 Apr 2010 15:16
Picon
Favicon

[ libetpan-Bugs-2817435 ] configure script broken for Darwin

Bugs item #2817435, was opened at 2009-07-06 15:06
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2817435&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: Latest development - libEtPan!
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure script broken for Darwin

Initial Comment:
On Mac OS command date does not support option "--iso-8601=minutes". Workaround is to replace

BUILD_TIMESTAMP=`date --iso-8601=minutes`

with

BUILD_TIMESTAMP=`date +'%Y-%m-%dT%H:%M%z'`

(libetpan-0.58)

----------------------------------------------------------------------
(Continue reading)

SourceForge.net | 5 Apr 2010 15:16
Picon
Favicon

[ libetpan-Bugs-2786623 ] libetpan fails to compile on solaris

Bugs item #2786623, was opened at 2009-05-04 16:16
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2786623&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: Latest stable - libEtPan!
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Wiegner (fliewatuet)
Assigned to: Nobody/Anonymous (nobody)
Summary: libetpan fails to compile on solaris

Initial Comment:
libetpan fails to compile on solaris. This is due to a missing setenv, getopt_long and a non-gnu date command.
I also noticed, that it is not possible to disable ipv6 support of which solaris 2.8 lacks.

The attached patch fixes these issues.

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 15:16

Message:
(Continue reading)

SourceForge.net | 5 Apr 2010 15:17
Picon
Favicon

[ libetpan-Bugs-2786623 ] libetpan fails to compile on solaris

Bugs item #2786623, was opened at 2009-05-04 16:16
Message generated for change (Settings changed) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2786623&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: Latest stable - libEtPan!
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Thomas Wiegner (fliewatuet)
Assigned to: Nobody/Anonymous (nobody)
Summary: libetpan fails to compile on solaris

Initial Comment:
libetpan fails to compile on solaris. This is due to a missing setenv, getopt_long and a non-gnu date command.
I also noticed, that it is not possible to disable ipv6 support of which solaris 2.8 lacks.

The attached patch fixes these issues.

----------------------------------------------------------------------

Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 15:16

Message:
(Continue reading)

SourceForge.net | 5 Apr 2010 15:20
Picon
Favicon

[ libetpan-Bugs-2892730 ] Crash on Windows during message_id computation

Bugs item #2892730, was opened at 2009-11-05 18:10
Message generated for change (Settings changed) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2892730&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: Latest stable - libEtPan!
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Sergey Perminov (perminov)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on Windows during message_id computation

Initial Comment:
low-level/imf/mailimf_types_helper.c file, mailimf_get_message_id function:

 1271 char * mailimf_get_message_id(void)
 1272 {
 1273   char id[MAX_MESSAGE_ID];
 1274   time_t now;
 1275   char name[MAX_MESSAGE_ID];
 1276   long value;
 1277 
 1278   now = time(NULL);
 1279   value = random();
(Continue reading)

SourceForge.net | 5 Apr 2010 15:24
Picon
Favicon

[ libetpan-Bugs-2897095 ] Incorrect close of socket on windows in SMTP over TLS

Bugs item #2897095, was opened at 2009-11-13 10:29
Message generated for change (Settings changed) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2897095&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SMTP
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Sergey Perminov (perminov)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect close of socket on windows in SMTP over TLS

Initial Comment:
Look at src/data-types/mailstream_ssl.c

#ifndef USE_GNUTLS
static void  ssl_data_close(struct mailstream_ssl_data * ssl_data)
{
  SSL_free(ssl_data->ssl_conn);
  ssl_data->ssl_conn = NULL;
  SSL_CTX_free(ssl_data->ssl_ctx);
  ssl_data->ssl_ctx  = NULL;
  close(ssl_data->fd);
  ssl_data->fd = -1;
(Continue reading)

SourceForge.net | 5 Apr 2010 15:29
Picon
Favicon

[ libetpan-Bugs-2941557 ] imapdriver_select_folder leak

Bugs item #2941557, was opened at 2010-01-28 12:55
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2941557&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IMAP4
Group: Latest development - EtPan! cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Juha Paananen (jpaanane)
Assigned to: Nobody/Anonymous (nobody)
Summary: imapdriver_select_folder leak

Initial Comment:
imapdriver_select_folder seems to be leaking previous mailbox name on recurring calls.

Attached patch fixes the bug.

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 15:29

Message:
fixed in libetpan-0.58cvs21.
(Continue reading)

SourceForge.net | 5 Apr 2010 15:32
Picon
Favicon

[ libetpan-Bugs-2941559 ] mailimap_search_key_new_keyword incorrect parameter

Bugs item #2941559, was opened at 2010-01-28 13:00
Message generated for change (Comment added) made by hoa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=429696&aid=2941559&group_id=41064

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IMAP4
Group: Latest development - EtPan! cvs
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Juha Paananen (jpaanane)
Assigned to: Nobody/Anonymous (nobody)
Summary: mailimap_search_key_new_keyword incorrect parameter

Initial Comment:
mailimap_search_key_new_keyword seems to pass MAILIMAP_SEARCH_KEY_FROM instead of
MAILIMAP_SEARCH_KEY_KEYWORD to mailimap_search_key_new.

The attached patch fixes the issue.

----------------------------------------------------------------------

>Comment By: DINH V. Hoa (hoa)
Date: 2010-04-05 15:32

Message:
(Continue reading)


Gmane