Opened 16 years ago
Closed 16 years ago
#16376 closed defect (fixed)
py-managesieve-0.3 does not support plain authentication
Reported by: | gboyce@… | Owned by: | gboyce@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
While trying to use py-managesieve to connect to a Cyrus IMAP server which ties into an Active Directory server and only supports plain text auth (over TLS/SSL), I found that the included sieveshell program cannot function.
After some investigating I found out a patch to add this support:
http://darkness.codefu.org/wordpress/2005/01/29/169
I tested the patch on my system, and it works great. Any chance of adding it to the default package?
Attachments (4)
Change History (6)
Changed 16 years ago by gboyce@…
Attachment: | python-managesieve-0.3-darkness.patch added |
---|
Changed 16 years ago by gboyce@…
Attachment: | 02-python-managesieve-debug_fix.patch added |
---|
Patch to fix debug handling.
Changed 16 years ago by gboyce@…
Attachment: | 03-python-managesieve-starttls_fixup.patch added |
---|
Patch to correct handling of STARTTLS support. Does not use starttls, but no longer dies on it.
Changed 16 years ago by gboyce@…
Attachment: | py-managesieve-Portfileupdate.diff added |
---|
Update to the portfile for py-managesieve to include changes.
comment:1 Changed 16 years ago by gboyce@…
Owner: | changed from macports-tickets@… to gboyce@… |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by gboyce@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix checked in.
Note: See
TracTickets for help on using
tickets.
Patch to correct the problem.