[Bug 44335] Re: IMAP+SSL/TLS are disabled

2008-03-01 Thread Matti Lindell
** Also affects: mail-notification (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286672 Importance: Unknown Status: Unknown ** Summary changed: - IMAP+SSL/TLS are disabled + IMAP/POP3+SSL/TLS are disabled ** Description changed: - The SSL/TLS options for IMAP are gr

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-11-20 Thread LEVIS Cyril
Someone has compil it for i386? Thanks -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-10-26 Thread PatRiehecky
Here is a good set of instructions for making your own package to work around this: http://www.howtoforge.com/repackage_deb_packages_debian_ubuntu -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-10-18 Thread Christian Roessner
Hi, a simple workaround for the missing SSL/TLS support is using stunnel4 in client mode. http://www.roessner-net.com/mail-notification-workaround.txt -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, w

Re: [Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-09-27 Thread Pascal Giard
On 4/12/07, Mikael Nilsson <[EMAIL PROTECTED]> wrote: > tor 2007-04-12 klockan 14:26 + skrev Mikael Nilsson: > > One option that was discussed in the debian bug was to simply recompile > > it with the GNU TLS openssl compatibility library: > > > > http://www.gnu.org/software/gnutls/manual/gnutl

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-09-27 Thread dennda
Yes. This is rather annoying. Nobody really uses unencrypted connections to his mailserver (me neither). This programm could be really cool, but the lack of support for encrypted connections makes it absolutely useless (to me). regards -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bug

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-08-24 Thread Bug Watch Updater
** Changed in: mail-notification Status: Confirmed => Won't Fix -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-08-03 Thread Wit Wilinski
Still an issue in Gutsy (testing) - mail-notification is linked against libgnutls, settings are available in GUI, but don't work... (at least not for GMail...) -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu

Re: [Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Mikael Nilsson
tor 2007-04-12 klockan 14:26 + skrev Mikael Nilsson: > One option that was discussed in the debian bug was to simply recompile > it with the GNU TLS openssl compatibility library: > > http://www.gnu.org/software/gnutls/manual/gnutls.html#Compatibility- > with-the-OpenSSL-library > > Is this a

Re: [Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Mikael Nilsson
tor 2007-04-12 klockan 13:34 + skrev Peter Clifton: > > It seems that debian's stance is fairly hard-line. My real question, is > should Ubuntu automatically follow the same stance? Well, AFAIK the stance is more of the form "we can't afford any legal trouble, so we'd better take the safe ro

Re: [Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Ilmari Vacklin
On Thu, Apr 12, 2007 at 01:34:20PM -, Peter Clifton wrote: > "On many systems including the major Linux and BSD distributions, yes > (the GPL does not place restrictions on using libraries that are part of > the normal operating system distribution)." The difference between Debian and Ubuntu h

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Peter Clifton
> Why? The OpenSSL license and the mail-notification license (GPL) are > incompatible. This may be Debian's take on the issue, but the author of mail-notification doesn't believe it to be the case. If he wanted, he could add an exception clause to his GPL license, but he doesn't believe there to

Re: [Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Ilmari Vacklin
On Wed, Apr 11, 2007 at 06:19:19PM -, Peter Clifton wrote: > I think Ubuntu ought to re-ship the mail-notification package with > --enable-ssl Why? The OpenSSL license and the mail-notification license (GPL) are incompatible. -- Ilmari Vacklin [EMAIL PROTECTED] -- IMAP+SSL/TLS are disabled

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Peter Clifton
As an extra note, you can fix the bug of not having any trusted SSL CAs, with the following line: SSL_CTX_set_default_verify_paths( ctx ); added before: G_UNLOCK(init); in the function: SSL_CTX * mn_ssl_init (GError **err) in the file src/mn-ssl.c This modification adds the default syste

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-12 Thread Nicolas da Luz Duque
I totally agree with Peter. -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/ubuntu

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-11 Thread Peter Clifton
Ubuntu != debian, I think Ubuntu ought to re-ship the mail-notification package with --enable-ssl In the mean time, fetching the sources yourself and re-compiling with ssl enabled is pretty easy. There is, however, an upstream bug which means the default trusted certificates aren't picked up on t

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-05 Thread Mikael Nilsson
The options are in the GUI, but don't seem to work. I still see DEB_CONFIGURE_EXTRA_FLAGS += --disable-ssl --with-gconf-schema-file- dir=/usr/share/gconf/schemas in debian/rules. Thus, reverting. ** Changed in: mail-notification (Ubuntu) Status: Fix Released => Confirmed -- IMAP+SSL/TL

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2007-04-05 Thread Ilmari Vacklin
This seems to be fixed on Feisty. Please revert if I am hallucinating. ** Changed in: mail-notification (Ubuntu) Status: Confirmed => Fix Released -- IMAP+SSL/TLS are disabled https://bugs.launchpad.net/bugs/44335 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2006-12-22 Thread Pascal Giard
** Changed in: mail-notification (Ubuntu) Assignee: (unassigned) => Pascal Giard Status: Unconfirmed => Confirmed -- IMAP+SSL/TLS are disabled https://launchpad.net/bugs/44335 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-b

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2006-10-13 Thread Gustaf
mail-notifications is completely useless to any reasonable person since it doesn't handle ssl. It has been like this for _many years_ in debian, and my question (unanswered) has always been: Why the heck compile against openssl and not gnutls? gnutls has an openssl wrapper, so it should be a rat

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2006-09-17 Thread Nicolas da Luz Duque
I don't know if I'm right to post this here. If it's wrong, I apologise in advance. For those who don't care so much about what debian thinks, I have made a "non-free" version of the mail-notification package with ssl enabled (for dapper). I have renamed it to mail-notification-ssl and it conflict

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2006-09-02 Thread Bug Watch Updater
** Changed in: mail-notification (upstream) Status: Unknown => Confirmed -- IMAP+SSL/TLS are disabled https://launchpad.net/bugs/44335 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 44335] Re: IMAP+SSL/TLS are disabled

2006-09-01 Thread Matthias Urlichs
** Bug watch added: Debian Bug tracker #286672 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286672 ** Also affects: mail-notification (upstream) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286672 Importance: Unknown Status: Unknown -- IMAP+SSL/TLS are disabled https: