ID:          28063
 Updated by:  [EMAIL PROTECTED]
-Summary:     Support for raw text te be send
 Reported By: alex at netflex dot nl
 Status:      Open
-Bug Type:    IMAP related
+Bug Type:    Feature/Change Request
 PHP Version: Irrelevant
 New Comment:

Making this a feature request and updating summary


Previous Comments:
------------------------------------------------------------------------

[2004-04-19 17:23:10] alex at netflex dot nl

Description:
------------
I like to see support for sending raw text to a server via imap. I'm
currently working on an online calendar and i would use the "Trusted
Application" (this allow's you to view boxes fom other users) from
Novell, the imap server is a GroupWise system.

(url of Novell's extension:
http://developer.novell.com/ndk/doc/gwimap/gwimpenu/data/al7te9j.html)

Reproduce code:
---------------
$mbox = imap_open ("{my.server.com:143}Calendar", "appname",
"apppass"); 

imap_send_raw($mbox, "XGWCONF\n");
// or somthing like this


...
...



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28063&edit=1

Reply via email to