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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex at netflex dot nl
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC