Re: IMAPS problems...
- From: Toralf Lund <toralf kscanners com>
- To: Brian Stafford <brian stafford uklinux net>
- Cc: Balsa List <balsa-list gnome org>
- Subject: Re: IMAPS problems...
- Date: Wed, 22 Aug 2001 16:55:29 +0200
On 2001.08.22 15:38 Brian Stafford wrote:
> On Wed, 22 August 14:14 Toralf Lund wrote:
>
> > So enabling SSL in the config would mean using SSL _and_ TLS, which is
> > fairly meaningless, right?
>
> Not necessarily. If client and server support some common set of
> protocols
> from SSLv2,3 and TLSv1, the best available will be negotiated.
I see.
Anyhow, the crash occurs here:
static gboolean
imap_check_test(const gchar * path)
{
/* path has been parsed, so it's just the folder path */
if (balsa_app.check_imap && balsa_app.check_imap_inbox)
---> return strcmp(path, "INBOX") == 0;
else
return balsa_app.check_imap;
}
- file src/main-window.c (1489 on my source tree, but I've made a few other
changes...)
The problem is simply that path is sometimes NULL. I didn't try to find out
when it happens...
--
- Toralf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]