Opened 6 years ago

Closed 6 years ago

Last modified 3 years ago

#1484379 closed Bugs (fixed)

$rcmail_config['imap_root'] = ''; doesn't work correctly

Reported by: rogerpueyo Owned by:
Priority: 5 Milestone: 0.1-rc2
Component: PHP backend Version: 0.1-rc1
Severity: major Keywords:
Cc:

Description

I am using recently released rc1.

In main.inc.php:

only list folders within this path
$rcmail_config [ ' imap_root ' ] = ' ' ;

Putting anything there (like 'mail') does not make RC to list only the contents of the "mail" folder, but shows the entire ~/ folder in Settings->Folders. What's more, putting anything instead of leaving it blank makes the list not to show the first letter (or some of the first letters) of files and folders listed there.

I also installed the nightly-svn build (18th March) and it doesn't give the same problem.

Change History (5)

comment:1 follow-up: Changed 6 years ago by jpingle

  • Milestone changed from 0.1-rc1 to 0.1-rc2
  • Resolution set to invalid
  • Status changed from new to closed

This seems to be more of a problem with your IMAP server configuration. RC only displays what is given to it by the IMAP server.

comment:2 Changed 6 years ago by thomasb

  • Component changed from Interface to PHP backend
  • Resolution invalid deleted
  • Severity changed from normal to major
  • Status changed from closed to reopened

This bug was introduced in 0.1.rc1 ([28bfe4dc]).

comment:3 Changed 6 years ago by thomasb

  • Resolution set to fixed
  • Status changed from reopened to closed

Fixed in trunk ([ae4d7497])

comment:4 in reply to: ↑ 1 Changed 3 years ago by mike3050

Replying to jpingle:

This seems to be more of a problem with your auto insurance quotes IMAP server configuration. RC only displays what is given to it by the IMAP server.

Thank you.

comment:5 Changed 3 years ago by samtyler

An IMAP server is one that allows computers to update the status of e-mails and have that carried across to other clients. If you read an e-mail on your iPhone and check e-mail from home later – that e-mail is marked as read there as well. It is essentially a file-browser, and you will be logging in with your standard user (though you could set up a separate user, if you wanted). Without the firewall in place, a security flaw in uw-imap would give an attacker access to your user files, and possibly to your whole system. An IMAP server is which can be coordinated with an Infra Red Repeater system is conceptually similar; but the protocol allows a much greater degree of subtlety (and efficiency) in how the client retrieves information from the server. The IMAP server listens on port 143, authenticates the user by username and password, and then interacts with the user's MUA over an extended period of time.

Note: See TracTickets for help on using tickets.