From wonder75 at gmail.com Mon Mar 9 16:15:02 2009 From: wonder75 at gmail.com (wonder75) Date: Mon, 9 Mar 2009 17:15:02 +0100 Subject: [imp] Latest IMP doesn't alway show message body Message-ID: Hi, some Mails in IMP don't correctly show the message body. I get this error message in german: "Es gibt keine anzeigbaren Nachrichtenteile." The English version of it would probably be: "There are no parts that can be displayed inline." - When forwarding such an E-Mail to myself, it shows up just fine. - When checking the Source of that message, it shows up just fine - If the Message is part of a coversation, it can be read in the conversation view "Thema anzeigen" Following is the source of an example message. What might be wrong? Thanks Daniel Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on someserver.ath.cx X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=HTML_FONT_SIZE_LARGE, HTML_IMAGE_ONLY_32,HTML_MESSAGE,MIME_HTML_ONLY autolearn=no version=3.1.7-deb Delivery-Date: Mon, 09 Mar 2009 14:32:00 +0100 Received-SPF: pass (mxeu3: domain of gmx.de designates 213.165.64.20 as permitted sender) client-ip=213.165.64.20; envelope-from=someaddress at gmx.de; helo=mail.gmx.net; Received: from pop.kundenserver.de [212.227.15.181] by someserver.ath.cx with POP3 (fetchmail-6.3.6) for (single-drop); Mon, 09 Mar 2009 14:32:02 +0100 (CET) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx.kundenserver.de (node=mxeu3) with ESMTP (Nemesis) id 0MKqIe-1LgfaJ06U2-000LrU for someperson at someserver.ath.cx; Mon, 09 Mar 2009 14:31:59 +0100 Received: (qmail invoked by alias); 09 Mar 2009 13:31:57 -0000 Received: from p57BDE315.dip.t-dialin.net (EHLO [192.168.178.20]) [87.189.227.21] by mail.gmx.net (mp002) with SMTP; 09 Mar 2009 14:31:57 +0100 X-Authenticated: #7332284 X-Provags-ID: V01U2FsdGVkX1/5wt5KUEz5Gu28klSKgWwfrKg9X/bcsyVqXqspsg U1MO0upgKiAWCN Message-ID: <49B51A43.9000704 at gmx.de> Date: Mon, 09 Mar 2009 14:31:47 +0100 From: Some Person User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Verborgene_Empfaenger:; Subject: The subject X-Priority: 2 (High) Content-Type: multipart/related; boundary="------------000505070605030001060507" X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-PhishingScore: 0 tests= X-SpamScore: -2.9 tests= DYN_RDNS_AND_INLINE_IMAGE GMX_GENUINE_GMX_S HTML_FONT_SIZE_LARGE HTML_IMAGE_ONLY_32 HTML_MESSAGE MIME_HTML_ONLY RDNS_DYNAMIC Envelope-To: someperson at someserver.de This is a multi-part message in MIME format. --------------000505070605030001060507 Content-Type: text/html; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit **** DATA CUT OUT BY ME *** --------------000505070605030001060507 Content-Type: image/jpeg; name="moz-screenshot-2.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="moz-screenshot-2.jpg" ***** DATA CUT OUT BY ME *** --------------000505070605030001060507-- From morgan at orst.edu Mon Mar 9 16:53:56 2009 From: morgan at orst.edu (Andrew Morgan) Date: Mon, 9 Mar 2009 09:53:56 -0700 (PDT) Subject: [imp] Centos php-pear-db update killed horde In-Reply-To: <1236440398.23678@lina.ing-steen.se> References: <1236440398.23678@lina.ing-steen.se> Message-ID: On Sat, 7 Mar 2009, Peter Steen wrote: > Hello Folks! > > I headed a problem today. > > My CentOS decided to upgrade "php-pear-db", having after that horde is completely dead > only white pages arrives. Whole horde+imp used mysql backend for everyting. > > Now I recieve thousands of those lines per hour when poor people tries to login: > > Mar 7 16:35:15 darkstar httpd: PHP Warning: DataTree_sql::require_once(DB.php) [function.DataTree-sql-require-once]: failed to open stream: Filen eller katalogen finns inte in /usr/share/horde/lib/Horde/DataTree/sql.php on line 1879 > Mar 7 16:35:15 darkstar httpd: PHP Fatal error: DataTree_sql::require_once() [function.require]: Failed opening required 'DB.php' (include_path='/usr/share/horde/lib:.:/usr/share/pear:/usr/share/php') in /usr/share/horde/lib/Horde/DataTree/sql.php on line 1879 > > I have searched my server for DB.php, it is not there anymore.... > > I am lost here, what do I do now ? You could try the manual approach: pear list (see a list of installed Pear packages) pear install DB (install the "DB" Pear package) I run into this same problem with Debian Linux sometimes. I suggest that once you have it working, run "pear list" and save that output somewhere so you have a list of Pear modules for future reference. Andy From hedges at scriptdolphin.org Mon Mar 9 19:08:15 2009 From: hedges at scriptdolphin.org (Mark Hedges) Date: Mon, 9 Mar 2009 12:08:15 -0700 (PDT) Subject: [imp] unified login, adding ham/spam buttons Message-ID: Hi, trying to see if Horde can replace our use of openwebmail (openwebmail.org) which generates a lot of problems because it directly accesses files and doesn't do multiple-scheme locking. It would be better if everything went through the imap server. Couple questions, sorry if these are newbie-ish but I did go over the FAQ. It seems like I can log into horde as user A, then choose mail, then it asks me for a login again, then I can log into imp as user B. This is terribly confusing, especially since the panels don't tell me who they think I am. Is there a way to have a unified login for horde and all subsystems? An unchangeable requirement from on high is that there should be "Learn HAM" and "Learn SPAM" buttons on the message index and message view pages. When messages are selected they get fired through a shell script that learns them as HAM or SPAM or does whatever we want with them. Is there a way to easily add buttons like this? Thanks for the info. Mark From slusarz at horde.org Mon Mar 9 20:22:19 2009 From: slusarz at horde.org (Michael M Slusarz) Date: Mon, 09 Mar 2009 14:22:19 -0600 Subject: [imp] Latest IMP doesn't alway show message body In-Reply-To: References: Message-ID: <20090309142219.okcwgc0k0cw8@bigworm.curecanti.org> Quoting wonder75 : > Hi, > > some Mails in IMP don't correctly show the message body. > I get this error message in german: > > "Es gibt keine anzeigbaren Nachrichtenteile." > > The English version of it would probably be: > > "There are no parts that can be displayed inline." > > - When forwarding such an E-Mail to myself, it shows up just fine. > - When checking the Source of that message, it shows up just fine > - If the Message is part of a coversation, it can be read in the > conversation view "Thema anzeigen" > > Following is the source of an example message. > What might be wrong? You have told IMP not to display text/html messages inline. That is the only body part of that message. therefore, there are no parts that can be displayed inline. michael -- ___________________________________ Michael Slusarz [slusarz at horde.org] From slusarz at horde.org Mon Mar 9 20:23:00 2009 From: slusarz at horde.org (Michael M Slusarz) Date: Mon, 09 Mar 2009 14:23:00 -0600 Subject: [imp] How to display the mail directory only? In-Reply-To: <20090305213130.GA3908@marseille.ucc.usyd.edu.au> References: <20090305213130.GA3908@marseille.ucc.usyd.edu.au> Message-ID: <20090309142300.kokgg0skgwko4@bigworm.curecanti.org> Quoting Jie Gao : > Hi All > > I have upgraded from IMP2* to the current horde-webmail-1.2.2. I moved > the configuration over, but the problem is that it was showing the mail > directory before but now shows the entire home directory of the user. > How can I stop this behaviour? http://wiki.horde.org/ImpUWIMAPNamespaces michael -- ___________________________________ Michael Slusarz [slusarz at horde.org] From slusarz at horde.org Mon Mar 9 20:25:19 2009 From: slusarz at horde.org (Michael M Slusarz) Date: Mon, 09 Mar 2009 14:25:19 -0600 Subject: [imp] Problem configuring message cache In-Reply-To: <18858.53909.787641.639108@hammer.thebook.com> References: <18858.53909.787641.639108@hammer.thebook.com> Message-ID: <20090309142519.0k4sgscwsww8@bigworm.curecanti.org> Quoting John Murtari : > Folks, > > Just setup the newest release, horde-webmail-1.2.2, which > includes imp-3.2.5 on RHEL 4, APache 1.3.41 and PHP 5.2.8. We are in > testing, before releasing this to our general user community. > > I tried to turn on simple file caching to improve performance. > I've included some of the current config file settings below. If I > look in the cache dir it appears that files are never deleted? > > The problem we are seeing is this. Starting with an empty > cache, simple POP, no IMAP. Login and check your INBOX. You can > read through all the messages fine. Delete one of the messages, > from then on any later message seems off-by-one, i.e. I see the > correct subject as shown in the IMP summary display, but if I click > to read the message, the body looks to be from the next message? http://bugs.horde.org/ticket/8035 michael -- ___________________________________ Michael Slusarz [slusarz at horde.org] From mrubinsk at horde.org Mon Mar 9 20:55:05 2009 From: mrubinsk at horde.org (Michael Rubinsky) Date: Mon, 09 Mar 2009 16:55:05 -0400 Subject: [imp] Fwd: Re: unified login, adding ham/spam buttons Message-ID: <20090309165505.39235bo0tcpibaww@portal.theupstairsroom.com> Thanks, mike -- The Horde Project (www.horde.org) mrubinsk at horde.org "Time just hates me. That's why it made me an adult." - Josh Joplin -------------- next part -------------- An embedded message was scrubbed... From: Mark Hedges Subject: Re: [imp] unified login, adding ham/spam buttons Date: Mon, 9 Mar 2009 13:38:16 -0700 (PDT) Size: 4608 URL: From mrubinsk at horde.org Mon Mar 9 21:06:01 2009 From: mrubinsk at horde.org (Michael Rubinsky) Date: Mon, 09 Mar 2009 17:06:01 -0400 Subject: [imp] unified login, adding ham/spam buttons In-Reply-To: References: <20090309154126.15702dmvmgpf9wro@portal.theupstairsroom.com> Message-ID: <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> Quoting Mark Hedges : > > I appreciate that the questions may be stupid to your sight, > but would you be so kind as to point me to the documentation > that will explain how to do these things, because it wasn't > obvious where I could look. Thanks. --mark-- For the spam/ham links, got administration->setup->imp->Message and Spam The authentication question isn't something I can give you a blanket HOTOW on, since it really depends on how your setting up your authentication. It could be as easy as delegating Horde authentication to your IMAP server through IMP, and it could be as complicated as having your IMAP users and Horde users share a SQL database for authentication. The "short answer" is if your usernames/passwords are the same for Horde and IMAP (or if your *using* IMAP auth for horde), then you can set the 'hordeauth' parameter accordingly in imp/config/servers.php > On Mon, 9 Mar 2009, Michael Rubinsky wrote: > >> >> Quoting Mark Hedges : >> >> > >> > Hi, trying to see if Horde can replace our use of >> > openwebmail (openwebmail.org) which generates a lot of >> > problems because it directly accesses files and doesn't do >> > multiple-scheme locking. It would be better if everything >> > went through the imap server. Couple questions, sorry if >> > these are newbie-ish but I did go over the FAQ. >> > >> > It seems like I can log into horde as user A, then choose >> > mail, then it asks me for a login again, then I can log into >> > imp as user B. This is terribly confusing, especially since >> > the panels don't tell me who they think I am. Is there a >> > way to have a unified login for horde and all subsystems? >> >> Yes. This depends entirely on the authentication setup. There are multiple >> ways to set this type of thing up. >> >> > An unchangeable requirement from on high is that there >> > should be "Learn HAM" and "Learn SPAM" buttons on the >> > message index and message view pages. When messages are >> > selected they get fired through a shell script that learns >> > them as HAM or SPAM or does whatever we want with them. Is >> > there a way to easily add buttons like this? >> >> Yes. >> >> Thanks, >> mike >> >> -- >> The Horde Project (www.horde.org) >> mrubinsk at horde.org >> >> "Time just hates me. That's why it made me an adult." - Josh Joplin > Thanks, mike -- The Horde Project (www.horde.org) mrubinsk at horde.org "Time just hates me. That's why it made me an adult." - Josh Joplin From hedges at scriptdolphin.org Mon Mar 9 21:38:11 2009 From: hedges at scriptdolphin.org (Mark Hedges) Date: Mon, 9 Mar 2009 14:38:11 -0700 (PDT) Subject: [imp] unified login, adding ham/spam buttons In-Reply-To: <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> References: <20090309154126.15702dmvmgpf9wro@portal.theupstairsroom.com> <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> Message-ID: Thank you and I apologize for not seeing the obvious. On Mon, 9 Mar 2009, Michael Rubinsky wrote: > > For the spam/ham links, got administration->setup->imp->Message and Spam Any way to add big, gaudy icons to these functions without hacking the source? > authentication. The "short answer" is if your > usernames/passwords are the same for Horde and IMAP (or if > your *using* IMAP auth for horde), then you can set the > 'hordeauth' parameter accordingly in > imp/config/servers.php Delegating horde auth to imp auth (which uses PAM) was exactly what I wanted, thanks for pointing that out. Mark From mrubinsk at horde.org Mon Mar 9 21:43:51 2009 From: mrubinsk at horde.org (Michael Rubinsky) Date: Mon, 09 Mar 2009 17:43:51 -0400 Subject: [imp] unified login, adding ham/spam buttons In-Reply-To: References: <20090309154126.15702dmvmgpf9wro@portal.theupstairsroom.com> <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> Message-ID: <20090309174351.14574zky6ojb100s@portal.theupstairsroom.com> Quoting Mark Hedges : > Any way to add big, gaudy icons to these functions without > hacking the source? Just replace the appropriate *.png files...maybe tweak the CSS in screen.css etc... Thanks, mike -- The Horde Project (www.horde.org) mrubinsk at horde.org "Time just hates me. That's why it made me an adult." - Josh Joplin From hedges at scriptdolphin.org Mon Mar 9 21:53:21 2009 From: hedges at scriptdolphin.org (Mark Hedges) Date: Mon, 9 Mar 2009 14:53:21 -0700 (PDT) Subject: [imp] unified login, adding ham/spam buttons In-Reply-To: <20090309174351.14574zky6ojb100s@portal.theupstairsroom.com> References: <20090309154126.15702dmvmgpf9wro@portal.theupstairsroom.com> <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> <20090309174351.14574zky6ojb100s@portal.theupstairsroom.com> Message-ID: On Mon, 9 Mar 2009, Michael Rubinsky wrote: > > Quoting Mark Hedges : > > > Any way to add big, gaudy icons to these functions without > > hacking the source? > > Just replace the appropriate *.png files...maybe tweak the CSS in screen.css > etc... > Hrmm, I only see them as text, and I don't find any png files for these functions. Report as Spam | Report as Innocent "Icons with text" is set; I assume this is for the top horde navigation bar. The bosses will probably insist on icons for delete, undelete, forward, etc. Mark From hedges at scriptdolphin.org Mon Mar 9 23:53:52 2009 From: hedges at scriptdolphin.org (Mark Hedges) Date: Mon, 9 Mar 2009 16:53:52 -0700 (PDT) Subject: [imp] unified login, adding ham/spam buttons In-Reply-To: <20090309183217.13935iqbd9bir9wc@portal.theupstairsroom.com> References: <20090309154126.15702dmvmgpf9wro@portal.theupstairsroom.com> <20090309170601.92085yjqqvyekz48@portal.theupstairsroom.com> <20090309174351.14574zky6ojb100s@portal.theupstairsroom.com> <20090309183217.13935iqbd9bir9wc@portal.theupstairsroom.com> Message-ID: On Mon, 9 Mar 2009, Michael Rubinsky wrote: > > > > Any way to add big, gaudy icons to these functions > > > > without hacking the source? > > > > > > Just replace the appropriate *.png files...maybe tweak > > > the CSS in screen.css etc... > > > > Hrmm, I only see them as text, and I don't find any png > > files for these functions. > > Ah, right, sorry. I'm thinking of the main menu bar's icons. I don't believe > there is an easy way to do that without touching code...maybe if it had an > addition style attribute.... > > > > class="widget">Report as Spam | > > > class="widget">Report as Innocent Looks as if I could fairly easily patch Horde::widget to see if there were widget graphics available (if there is a 'widget' dir in the graphics directory) and use Horde::img() instead of Horde::highlightAccessKey(). I will ask them what they think of Horde and see if they want me to do the work. Mark From dom.lalot at gmail.com Wed Mar 11 09:01:08 2009 From: dom.lalot at gmail.com (LALOT Dominique) Date: Wed, 11 Mar 2009 10:01:08 +0100 Subject: [imp] identity options and sent_mail_folder Message-ID: <1617f8010903110201n70ceb699mc5616c158ab2ee61@mail.gmail.com> Hello, I don't know if it's a bug or a bad server.php setup. I put 'Sent' as a default value in send_mail_folder prefs.php If I go in options and I can see "default value". If I choose another folder, it's OK to select and then, If I come back to the options, it's allways "default value" What is funny, is that, if I send a mail, The choosen folder is correct (it appears in compose withe the rigth name and the sent mail is in that folder) Note: If I look, in the hordeprefs table, the value is written INBOX/folder and not folder I haven't been able to reproduce another problem. Once, I choose an existing folder and imp said, creating folder successfully and a new folder called INBOX/folder was created. I saw some mail about that problem. Some of them in 2003. So, my question is: Is my imap setup correct? Is my userhierarchy a problem (using / instead of .) $servers['Cyrus Imap Server'] = array( 'name' => 'IMAP Server', 'server' => 'imap.univmed.fr', 'hordeauth' => true, 'protocol' => 'imap/notls', 'port' => 143, 'quota' => array( 'driver' => 'imap', 'params' => array( 'userhierarchy' => 'user/', ) ), 'login_tries' => 1, 'maildomain' => 'univmed.fr', 'smtphost' => 'smtp.univmed.fr', 'smtpport' => 25, 'realm' => '', 'preferred' => '', 'acl' => array( 'driver' => 'rfc2086', ), ); Dom -- Dominique LALOT Ing?nieur Syst?mes et R?seaux http://annuaire.univmed.fr/showuser?uid=lalot From richter at hrz.tu-darmstadt.de Wed Mar 11 12:09:38 2009 From: richter at hrz.tu-darmstadt.de (Fabian Richter) Date: Wed, 11 Mar 2009 13:09:38 +0100 Subject: [imp] Problem with servers.php Message-ID: <20090311130938.5103e969@hrz.tu-darmstadt.de> Hi! I have 3 different servers(so far) so I decided to set a realm for being able to distinguish between accounts with the same id. So far so good. Problem: I just set the realm for one server, the others dont need one because they are NDS/LDAP based imap server whose accounts are unique nevertheless. Now when I log in to one of the NDS/LDAP based IMAP server on horde/imp I still get the realm from the first server appended, thats definitely not what I wanted! Is that the way its supposed to work? That if no other realms defined it just takes the one realm, no matter what server its assigned to? Thanks and so well Fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jan at horde.org Thu Mar 12 10:33:56 2009 From: jan at horde.org (Jan Schneider) Date: Thu, 12 Mar 2009 11:33:56 +0100 Subject: [imp] Problem with servers.php In-Reply-To: <20090311130938.5103e969@hrz.tu-darmstadt.de> References: <20090311130938.5103e969@hrz.tu-darmstadt.de> Message-ID: <20090312113356.18221h05fcaak4dw@neo.wg.de> Zitat von Fabian Richter : > Hi! > > I have 3 different servers(so far) so I decided to set a realm for > being able to distinguish between accounts with the same id. > > So far so good. > > Problem: I just set the realm for one server, the others dont need one > because they are NDS/LDAP based imap server whose accounts are unique > nevertheless. Now when I log in to one of the NDS/LDAP based IMAP > server on horde/imp I still get the realm from the first server > appended, thats definitely not what I wanted! > > Is that the way its supposed to work? That if no other realms defined > it just takes the one realm, no matter what server its assigned to? Did you not set the realm at all, or did you set it to an empty string? Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ From richter at hrz.tu-darmstadt.de Thu Mar 12 10:38:51 2009 From: richter at hrz.tu-darmstadt.de (Fabian Richter) Date: Thu, 12 Mar 2009 11:38:51 +0100 Subject: [imp] Problem with servers.php In-Reply-To: <20090312113356.18221h05fcaak4dw@neo.wg.de> References: <20090311130938.5103e969@hrz.tu-darmstadt.de> <20090312113356.18221h05fcaak4dw@neo.wg.de> Message-ID: <20090312113851.01aa1db1@hrz.tu-darmstadt.de> On Thu, 12 Mar 2009 11:33:56 +0100 Jan Schneider wrote: > Zitat von Fabian Richter : > > > Did you not set the realm at all, or did you set it to an empty > string? > > Tried both, same result. Fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jan at horde.org Thu Mar 12 11:03:11 2009 From: jan at horde.org (Jan Schneider) Date: Thu, 12 Mar 2009 12:03:11 +0100 Subject: [imp] Problem with servers.php In-Reply-To: <20090312113851.01aa1db1@hrz.tu-darmstadt.de> References: <20090311130938.5103e969@hrz.tu-darmstadt.de> <20090312113356.18221h05fcaak4dw@neo.wg.de> <20090312113851.01aa1db1@hrz.tu-darmstadt.de> Message-ID: <20090312120311.1423122df4x4dmo0@neo.wg.de> Zitat von Fabian Richter : > On Thu, 12 Mar 2009 11:33:56 +0100 > Jan Schneider wrote: > >> Zitat von Fabian Richter : >> >> >> Did you not set the realm at all, or did you set it to an empty >> string? >> >> > > Tried both, same result. Sounds like a bug then. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ From jmurtari at thebook.com Thu Mar 12 11:28:40 2009 From: jmurtari at thebook.com (John Murtari) Date: Thu, 12 Mar 2009 07:28:40 -0400 Subject: [imp] Undisplayed messages deleted - quick release of IMP 4.3.4 or patches? Message-ID: <18872.61928.739953.489256@hammer.thebook.com> Folks (Mike), We were seeing the following with IMP 4.3.3: > The problem we are seeing is this. Starting with an empty > cache, simple POP, no IMAP. Login and check your INBOX. You can > read through all the messages fine. Delete one of the messages, > from then on any later message seems off-by-one, i.e. I see the > correct subject as shown in the IMP summary display, but if I click > to read the message, the body looks to be from the next message? Mike Slusarz confirmed this was a known issue and a ticket/fix was in for 4.3.4: http://bugs.horde.org/ticket/8035 We just got a more severe error report that is also a side effect of this, but the result is many unread messages can be deleted. This would seem pretty severe and I hope a quick release of fixes can be made. The scenario is: Assume a display setting of 10 messages, and 25 new message in the INBOX. The user sees the first 10, they are all SPAM, chooses 'select' all and deletes them. The screen then shows the next 10 (but if you do a mouseover the links, you will see the index count is off by 10). The total msg count is 15. These 10 are also SPAM, he does a 'select all' and delete. Instead of deleting those 10, IMP actually attempts to delete messages 10-20 in the mailbox (which ends up deleting the last 5). When the screen refreshes, the user still sees the 10 SPAM messages and wonders what happened? The total message count drops from 15 to 10 -- which confuses the user, and their email is gone. THis is a bit contrived, but as you can see, doing a select all, after any type of intermediate deletion, will cause IMP to delete undisplayed messages. I can see the patches at the bug link above. It appears two changes were made to IMAP.php and one to Mailbox.php. Would like to get some confirmation that applying those alone should fix us with no side-effects. -- John ___________________________________________________________________ John Murtari Software Workshop Inc. jmurtari at thebook.com 315.635.1968(x-211) "TheBook.Com" (TM) http://www.thebook.com/ From tony001983 at gmail.com Thu Mar 12 20:23:48 2009 From: tony001983 at gmail.com (Anthony Mogrovejo) Date: Thu, 12 Mar 2009 15:23:48 -0500 Subject: [imp] authentication users Message-ID: <45eea4da0903121323i68c47b1cjced67ddae345d0e5@mail.gmail.com> Good afternoon, I have a query, let me know how I can restrict local users to only one group can enter a horde. P.D I have implemented SMTP: postfix + dovecot -- Anthony Mogrovejo cel 9-91681659 Consultor Junior IT Documents Project Fedora Linux User # 433253 Ubuntu User # 9562 --------------------------------------------------------- "Quisiera cambiar al mundo pero no me dan los RPM..." From linuxmail at 4lin.net Fri Mar 13 10:23:07 2009 From: linuxmail at 4lin.net (Denny Schierz) Date: Fri, 13 Mar 2009 11:23:07 +0100 Subject: [imp] GPG/PGP: can't import (Pub/Priv)Keys - IMP Version 4.3.3 Message-ID: <1236939787.7943.22.camel@miyazaki> hi, i've installed Horde Groupware Webmail Edition 1.2.2 with IMP 4.3.3. I'm unable to import private nor public keys. The only message i get is: "Invalid personal public key", the same with other keys. But verification works. The horde debug messages says nothing. ... any suggestions? OpenBaseDir is in use, Debian Etch, PHP 5.2.0, cu denny -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From tberger at rz.uni-leipzig.de Fri Mar 13 14:03:00 2009 From: tberger at rz.uni-leipzig.de (Thomas Berger) Date: Fri, 13 Mar 2009 15:03:00 +0100 Subject: [imp] Problem: Maintenence work Message-ID: <20090313150300.139571xrsxm1nvcw@mailneu.uni-leipzig.de> Hi Freaks, we use the Horde Groupware Webmail Edition 1.2 with the following mail option: Rename sent-mail folder at beginning of month By this action is the folder successfully renamed, but no new folder is created... output from horde: sent-mail folder being renamed at the start of the month. The folder "sent-mail" was successfully renamed to "sent-mail-mar-2009". The folder "sent-mail" already exists But by a successfully rename can this folder never exist! ???? Or where is my Problem? Thanks for the help and best Regards, Thomas ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From michael.menge at zdv.uni-tuebingen.de Fri Mar 13 15:04:30 2009 From: michael.menge at zdv.uni-tuebingen.de (Michael Menge) Date: Fri, 13 Mar 2009 16:04:30 +0100 Subject: [imp] Problem: Maintenence work In-Reply-To: <20090313150300.139571xrsxm1nvcw@mailneu.uni-leipzig.de> References: <20090313150300.139571xrsxm1nvcw@mailneu.uni-leipzig.de> Message-ID: <20090313160430.17712esp25kl6i2m@webmail.uni-tuebingen.de> Hi, Quoting Thomas Berger : > Hi Freaks, > > we use the Horde Groupware Webmail Edition 1.2 > with the following mail option: > Rename sent-mail folder at beginning of month > > By this action is the folder successfully renamed, > but no new folder is created... > > output from horde: > > sent-mail folder being renamed at the start of the month. > The folder "sent-mail" was successfully renamed to "sent-mail-mar-2009". > The folder "sent-mail" already exists > > But by a successfully rename can this folder never exist! ???? > Or where is my Problem? > http://bugs.horde.org/ticket/7745 -------------------------------------------------------------------------------- M.Menge Tel.: (49) 7071/29-70316 Universit?t T?bingen Fax.: (49) 7071/29-5912 Zentrum f?r Datenverarbeitung mail: michael.menge at zdv.uni-tuebingen.de W?chterstra?e 76 72074 T?bingen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5339 bytes Desc: S/MIME krytographische Unterschrift URL: From hedges at scriptdolphin.org Fri Mar 13 18:35:29 2009 From: hedges at scriptdolphin.org (Mark Hedges) Date: Fri, 13 Mar 2009 11:35:29 -0700 (PDT) Subject: [imp] attach file from gollem? Message-ID: Is there a way to attach messages from the file manager, instead of from local (client) disk via file upload? Mark From husmann at morningside.edu Fri Mar 13 18:53:46 2009 From: husmann at morningside.edu (Mike Husmann) Date: Fri, 13 Mar 2009 13:53:46 -0500 Subject: [imp] attach file from gollem? In-Reply-To: References: Message-ID: <20090313135346.12362tr1q9tmisoq@squirrelmail.morningside.edu> Quoting Mark Hedges : > > Is there a way to attach messages from the file manager, > instead of from local (client) disk via file upload? You bet! Once you have your vfs backend(s) set up, click on the little icon next to the word "Attachments" (part of the lower header, located just above the "File 1" text box). Looks like eye candy, but takes you right to your vfs. Mike > > Mark > > > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe at lists.horde.org > From deja3-user at bitrealm.com Sat Mar 14 22:57:43 2009 From: deja3-user at bitrealm.com (Deja3 User) Date: Sat, 14 Mar 2009 15:57:43 -0700 Subject: [imp] attach file from gollem? In-Reply-To: <20090313135346.12362tr1q9tmisoq@squirrelmail.morningside.edu> References: <20090313135346.12362tr1q9tmisoq@squirrelmail.morningside.edu> Message-ID: <20090314155743.99203pf9rat9d4sg@mail.bitrealm.com> Quoting Mike Husmann : > Quoting Mark Hedges : > >> >> Is there a way to attach messages from the file manager, >> instead of from local (client) disk via file upload? > > You bet! Once you have your vfs backend(s) set up, click on the > little icon next to the word "Attachments" (part of the lower header, > located just above the "File 1" text box). > > Looks like eye candy, but takes you right to your vfs. > > Mike > >> >> Mark That works for me using imp, but I can't see a way to do that with dimp. Config option on my side, or is it not possible via dimp?