Skip to content
Snippets Groups Projects
Commit d4b32162 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Enabled search and fetch.

Rev: lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike:1.9
parent e5534633
No related branches found
No related tags found
No related merge requests found
[attr]binary -text -crlf -diff -ident
* text ident
# Handling of foreign (ie CVS) identifiers.
#
[attr]foreign_ident -ident block_commit=Remove-foreign_ident-attribute-before-commit.
# Files containing CVS ids follow.
# Remove the corresponding line before committing
# changes to these files.
/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike foreign_ident
/* imap_server.pike
*
* $Id: imap_server.pike,v 1.9 1999/01/28 18:42:42 grubba Exp $
*/
mapping unauth_commands =
......@@ -45,8 +46,8 @@ mapping select_commands =
// "check" : .requests.check,
// "close" : .requests.close,
// "expunge" : .requests.expunge,
// "search" : .requests.search,
// "fetch" : .requests.fetch,
"search" : .requests.search,
"fetch" : .requests.fetch,
// "store" : .requests.store,
// "copy" : .requests.copy,
// "uid" : .requests.uid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment