Questions tagged [horde]

Horde is a web based groupware consisting of applications including IMP email client, address book, calendar, notes, task manager, file manager etc which is primarily written on PHP

Horde is a web based framework and groupware consisting of applications including IMP email client, address book, calendar, notes, task manager, file manager etc which is primarily written on PHP

43 questions
6
votes
1 answer

How to extract email attachments using Horde IMAP Client in PHP

I am using Horde IMAP Client to fetch emails from an IMAP server. So far so good, I can authenticate, connect to a mailbox, download and parse emails. The problem now is I need to parse emails with attachments, and I am finding it a bit tricky…
katwekibs
  • 946
  • 9
  • 15
4
votes
2 answers

Cannot install Horde Imap Client with composer

I try to install Horde/Imap_Client, as documented here In an empty directory, I create a composer.json file with the following content { "repositories": [ { "type": "pear", "url": "http://pear.horde.org" …
benoit
  • 861
  • 12
  • 22
4
votes
1 answer

Horde_Text_Diff_Renderer Colors, etc

Does Horde_Text_Differ_Renderer have built-in methods to format the text it outputs? ie. colors, apply css classes? etc?
James Huckabone
  • 553
  • 1
  • 10
  • 32
3
votes
3 answers

PHP Imap extension vs. Horde Framework imap client (or other alternatives)

For a web application I need to read mails from an imap server with php. So far i have used a very simple script and the php imap extension, but because i need a robust solution (i also tried pear imap packages, but it was not very reliable with…
Ruu
  • 33
  • 1
  • 4
3
votes
1 answer

Connecting to Gmail via Horde_Imap_Client

I have tried to connect to mit private as well to my google apps for work inbox via IMAP using the Horde_Imap_Client. I have used the following config: $config = array( 'username' => $username, 'password' => $password, 'hostspec' =>…
Benjamin
  • 137
  • 1
  • 9
3
votes
1 answer

Horde Autoloader - How to use?

I am new to autoloading in PHP and have a requirement for Horde_Text_Diff in my latest project. I am using Horde_Autoloader to autoload the required files, however, I am not using it correctly. As far as I can Google, there is not a single example…
James Huckabone
  • 553
  • 1
  • 10
  • 32
3
votes
0 answers

Horde and IMP in CentOS

i'm having some problems with IMP and Horde, i'm trying to log into the mail control panel but without success, this is what appears in shell user is not authorized for imp on line 259 of "usr/share/pear/Horde/Registry.php I already google it…
unpix
  • 803
  • 2
  • 15
  • 30
2
votes
2 answers

Is Horde an acceptable framework for PHP groupware development?

I'm working on this project and the customer wants it to integrate with a groupware package including bulk email, calendars, and task lists. He has heard about Horde and Horde GroupWare and is interested in using that. Do you have any developer…
Glenn
  • 7,352
  • 3
  • 26
  • 38
2
votes
1 answer

Horde Gmail OAuth2 Authentication Failed

Issue: I am using Horde and googles OAuth2 to login to the users IMAP, when using the below parameters for the Horde_Imap_Client_Socket class. "username" : "example@gmail.com" "password" : "XOAUTH2" "hostspec" : "imap.gmail.com" "port" :…
2
votes
1 answer

How to update event via Python's CalDav

I am using Python's library: CalDav in order to connect Horde Calendar. I have no trouble with creating a new event, however, I can't find in the documentation method how to update existing event.
RandomUser
  • 63
  • 6
2
votes
2 answers

HORDE Imap PHP client - how to fetch messages

Okay, had no luck with the ZETA email client, so now I tried installing the Horde IMAP Client library. I've managed to login to my account, and make a search for e-mails, also got back the results, but I don't know how to fetch the email data, and…
Adam Baranyai
  • 2,837
  • 2
  • 19
  • 53
2
votes
1 answer

Mail Server Not Receiving Email But Sending it Fine

I am using Plesk Parallel mailbox using web bases Horde. I can send email but it is unable to receive email. My other email account (gmail) never complains about such as unable to deliver or recipient does not exist. I am assuming it is DNS issue…
user914425
  • 15,321
  • 4
  • 25
  • 39
1
vote
0 answers

Migrate Horde database

I have been using Horde Webmail edition with Postgresql for the longest time. I'm in the process of migrating servers and considering dropping Postgresql in favor of MySQL. (I'm very happy with Postgresql but unfortunately there are too many…
chrisvdb
  • 1,511
  • 1
  • 16
  • 25
1
vote
1 answer

How to flag only one message as "\flagged" with Horde Imap Client library

I'm trying to flag message with the imap flag "\flagged". The problem is that not only the message I intended to mark gets flagged, but also all other messages which were sent from the same email address are also flagged. For example, in my mailbox…
user3702861
  • 627
  • 1
  • 8
  • 17
1
vote
1 answer

SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

I have a problem, i made a command "openssl s_client -connect server.server:143", and the error is: CONNECTED(00000003) 140719622096768:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown proto col:s23_clnt.c:769: --- no peer certificate…
PRVS
  • 1,502
  • 4
  • 28
  • 65
1
2 3