php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #28063 Support for raw text to be send with IMAP
Submitted: 2004-04-19 17:23 UTC Modified: 2020-10-09 14:57 UTC
Votes:5
Avg. Score:4.0 ± 0.9
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:2 (40.0%)
From: alex at netflex dot nl Assigned:
Status: Suspended Package: IMAP related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
23 - 16 = ?
Subscribe to this entry?

 
 [2004-04-19 17:23 UTC] 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


...
...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-19 20:46 UTC] derick@php.net
Making this a feature request and updating summary
 [2016-12-30 18:59 UTC] cmb@php.net
-Package: Feature/Change Request +Package: IMAP related
 [2020-10-09 14:57 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2020-10-09 14:57 UTC] cmb@php.net
If you (or anybody) else is still interested in this feature,
please forward your request to the internals mailing list[1],
since it appears to be very controversial to add new features to
the IMAP extension at this time, given that libc-client is
unmaintained for years.  At least that requires discussion for
which this bugtracker is not suitable.

For the time being, I'm suspending this ticket.

[1] <https://www.php.net/mailing-lists.php#internals>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC