Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75382 - [EBUILD] aeromail-2.41
Summary: [EBUILD] aeromail-2.41
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Web-apps project
URL: http://www.nicolaas.net/aeromail/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 16:25 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2005-12-17 13:25 UTC (History)
0 users

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


Attachments
www-apps/aeromail-2.41 (aeromail-2.41.ebuild,888 bytes, text/plain)
2004-12-22 16:28 UTC, Christoph Brill (egore) (RESIGNED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2004-12-22 16:25:02 UTC
AeroMail is a web-based e-mail client written in PHP. AeroMail uses an IMAP server to read and store messages in one or more user-defined folders. Features include HTTP authentication for login (no cookies) and folder manipulation.

Reproducible: Always
Steps to Reproduce:
Comment 1 Christoph Brill (egore) (RESIGNED) 2004-12-22 16:28:23 UTC
Created attachment 46673 [details]
www-apps/aeromail-2.41

The ebuild

(I cannot confirm that it works properly. The problem is, that aeromail need to
write a config.inc.php file and I could not get it to do so. I'm not sure why
this is, maybe because of an error in the ebuild (which I doubt), maybe because
of the default location of the php-session aeromail comes with
(/usr/local/lib/...). I think it's the last one, but I had NO idea, where to
store that session.
Comment 2 Gunnar Wrobel (RETIRED) gentoo-dev 2005-02-08 09:10:03 UTC
AeroMail needs "register_globals = On" in php.ini to be able to write the config file. This is not mentioned in the documentation for the package which I find slightly dubious. 
The ebuild should check whether IMAP support has been compiled into php. 
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2005-12-17 13:25:53 UTC
WONTFIX due to register_globals = On requirement.