Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47803 - Add "autocreate" and "autosievefolder" Patch to Cyrus-imapd
Summary: Add "autocreate" and "autosievefolder" Patch to Cyrus-imapd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 08:58 UTC by Denny Schierz
Modified: 2004-06-16 10:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified cyrus-imapd ebuild with autocreate support (I wanted it too) (cyrus-imapd-2.1.15.ebuild,6.92 KB, text/plain)
2004-05-21 10:02 UTC, Joe McNamee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denny Schierz 2004-04-14 08:58:42 UTC
There exists nice patches for cyrus-imapd, to create automatically folders to every new Account, like:

INBOX.
INBOX.Sent
INBOX.Draft
INBOX.Trash
INBOX.Spam

Check the following links, to get more Informations:

http://email.uoa.gr/projects/cyrus/autocreate/

Also nice is, if you created a filter in sieve, that copy/moves the mails to a folder that does not exists, the folder would created automatically.

More informations under:

http://email.uoa.gr/projects/cyrus/autosievefolder/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joe McNamee 2004-05-21 10:02:07 UTC
Created attachment 31800 [details]
Modified cyrus-imapd ebuild with autocreate support (I wanted it too)

All you need to do is replace the ebuild in your
/usr/portage/net-mail/cyrus-imapd/ directory with this one.  Make sure you
download
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.1.15/cyrus-imapd-2.1.15-autocreate-0.8.2.patch.txt
and place it in your /usr/portage/net-mail/cyrus-imapd/files directory.  GET
RID OF THE .txt at the end of the patch file or it will fail.  Enjoy!
Comment 2 Denny Schierz 2004-06-16 10:03:32 UTC
cool, thanks for you're work :-)