From:             alex at netflex dot nl
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     IMAP related
Bug description:  Support for raw text te be send

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 bug report at http://bugs.php.net/?id=28063&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28063&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28063&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28063&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28063&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28063&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28063&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28063&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28063&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28063&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28063&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28063&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28063&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28063&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28063&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28063&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28063&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28063&r=float

Reply via email to