After enabling the use mime to all messages, Drupal 6.8 serves no pages anymore. I removed mime folder to get functionallity back.

Please HELP! How can I totally remove-uninstall the mime (undo all its changes in database and code?)

Comments

agrigor1’s picture

I can only guess that the development of this module has freezed. No update for months.
Perhaps HTML mail will prevail.

jerdavis’s picture

Status: Active » Fixed

Mimemail does not create any database tables, it does set a few variables in the variable table - but those should not cause issues. You're likely fine leaving things as they are. If you want to uninstall the module, you'll need to put the files back then disable the module from your database by running a statement like this:

update system set status=0 where name = 'mimemail';

Assuming you're no longer experiencing a white-screen, you should be able to go to admin/build/modules and run the uninstall routine.

Development of mimemail has not stopped, we're actively working on finalizing a 1.0 release for d6. This release will likely not change much from the current release - other than validating functionality on the latest 6.x build. We've also started planning for a 2.x release which will cleanup the message rendering process allowing us more flexibility with addressing some of the display issues with Microsoft MTA's.

Jer

sgdev’s picture

Development of mimemail has not stopped, we're actively working on finalizing a 1.0 release for d6. This release will likely not change much from the current release - other than validating functionality on the latest 6.x build. We've also started planning for a 2.x release which will cleanup the message rendering process allowing us more flexibility with addressing some of the display issues with Microsoft MTA's.

Is there a planned timeline for some of these releases? Are there at least general estimates of when they might be rolled out?

jerdavis’s picture

Stay tuned!

The first step is going to be to determine what can be fixed in the here-and-now for a 6.x-1.0 release. My goal is to get another development snap shot out this weekend for users to pound on. Your help in testing this new snapshot when it comes out will help us get 1.0 up quicker, so please lend a hand when you see it!

Once we roll 1.0, we'll continue working on rewriting some of the mimemail back-end. I don't have a solid time-line for this work as of yet. Ideally we'd like to have it at least to a state where can touch on it at DC DC.

Our goal with mimemail is to make it as reliable and flexible as possible - and the ideas we have for 2.0 will go a long way towards that. Mime mail is an integral piece to some exciting things we have planned for mail tools in Drupal. If you'd like to find out how to support these efforts and help us ensure the ongoing support of these tools drop Allie or I a contact.

Jer Davis
Advantage Labs, Inc.

martinkrupicka’s picture

I has same problem (now is fixed). Here is my apache log (hope will be useful).
[Fri Feb 20 15:16:37 2009] [error] [client 172.16.1.58] PHP Fatal error: Cannot redeclare drupal_mail_wrapper() (previously declared in C:\\Web\\sites\\all\\modules\\mimemail\\mimemail.module:361) in C:\\Web\\sites\\all\\modules\\smtp\\smtp.module on line 675, referer: http://xxxxxxxx.com/martin

jerdavis’s picture

Thanks martinkrupicka, that's very helpful - I'll grab the smtp module and see if this is something I need to address or they need to address.

Jer

jerdavis’s picture

Project: Mime Mail » SMTP Authentication Support
Status: Fixed » Active

This is being addressed here: http://drupal.org/node/132903

If there's any assistance required from the mimemail team let me know!

Jer

oadaeh’s picture

Status: Active » Closed (duplicate)

I will be working off the issue linked to by Jer.