From: Art Cancro Date: Fri, 5 Jan 2024 23:56:50 +0000 (-0500) Subject: Still waiting for the computer. Or rather, for other computers. X-Git-Tag: v997~24 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=093046f0b802d7c490f6673cb7a43da4698efd00 Still waiting for the computer. Or rather, for other computers. --- diff --git a/citadel/server/modules/imap/imap_acl.h b/citadel/server/modules/imap/imap_acl.h index a3b260513..c8a90977d 100644 --- a/citadel/server/modules/imap/imap_acl.h +++ b/citadel/server/modules/imap/imap_acl.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2007-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2007-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// are subject to the terms of the GNU General Public License version 3. void imap_setacl(int num_parms, ConstStr *Params); void imap_deleteacl(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_fetch.h b/citadel/server/modules/imap/imap_fetch.h index 7847fce53..c65be3443 100644 --- a/citadel/server/modules/imap/imap_fetch.h +++ b/citadel/server/modules/imap/imap_fetch.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2001-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2001-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// are subject to the terms of the GNU General Public License version 3. void imap_pick_range(const char *range, int is_uid); void imap_fetch(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_list.h b/citadel/server/modules/imap/imap_list.h index 902c6d1c2..59247ca42 100644 --- a/citadel/server/modules/imap/imap_list.h +++ b/citadel/server/modules/imap/imap_list.h @@ -1,8 +1,5 @@ - -/* - * In the extended form of LIST the client is allowed to specify - * multiple match patterns. How many will we allow? - */ +// In the extended form of LIST the client is allowed to specify +// multiple match patterns. How many will we allow? #define MAX_PATTERNS 20 void imap_list(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_metadata.h b/citadel/server/modules/imap/imap_metadata.h index 3f2a8bcbd..585c9f7eb 100644 --- a/citadel/server/modules/imap/imap_metadata.h +++ b/citadel/server/modules/imap/imap_metadata.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2007-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2007-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// are subject to the terms of the GNU General Public License version 3. void imap_getmetadata(int num_parms, ConstStr *Params); void imap_setmetadata(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_misc.h b/citadel/server/modules/imap/imap_misc.h index d0dfa40b9..dec7b4dcc 100644 --- a/citadel/server/modules/imap/imap_misc.h +++ b/citadel/server/modules/imap/imap_misc.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2001-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2001-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License version 3. void imap_copy(int num_parms, ConstStr *Params); void imap_uidcopy(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_search.h b/citadel/server/modules/imap/imap_search.h index ce2f27cea..fa810c4fc 100644 --- a/citadel/server/modules/imap/imap_search.h +++ b/citadel/server/modules/imap/imap_search.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2001-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2001-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License version 3. void imap_search(int num_parms, ConstStr *Params); void imap_uidsearch(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_store.h b/citadel/server/modules/imap/imap_store.h index cf47377aa..8e090b264 100644 --- a/citadel/server/modules/imap/imap_store.h +++ b/citadel/server/modules/imap/imap_store.h @@ -1,14 +1,7 @@ -/* - * Copyright (c) 2001-2017 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 2001-2024 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License version 3. void imap_store(int num_parms, ConstStr *Params); void imap_uidstore(int num_parms, ConstStr *Params); diff --git a/citadel/server/modules/imap/imap_tools.h b/citadel/server/modules/imap/imap_tools.h index 2117a6ef4..2c7143a53 100644 --- a/citadel/server/modules/imap/imap_tools.h +++ b/citadel/server/modules/imap/imap_tools.h @@ -1,25 +1,16 @@ -/* - * since we work with shifted pointers to ConstStrs in some places, - * we can't just say we want to cut the n'th of Cmd, we have to pass it in - * and rely on that CutMe references Cmd->CmdBuf; else peek won't work out - * and len will differ. - */ -void TokenCutRight(citimap_command *Cmd, - ConstStr *CutMe, - int n); -/* - * since we just move Key around here, Cmd is just here so the syntax is identical. - */ -void TokenCutLeft(citimap_command *Cmd, - ConstStr *CutMe, - int n); -void MakeStringOf(StrBuf *Buf, int skip); +// since we work with shifted pointers to ConstStrs in some places, +// we can't just say we want to cut the n'th of Cmd, we have to pass it in +// and rely on that CutMe references Cmd->CmdBuf; else peek won't work out +// and len will differ. +void TokenCutRight(citimap_command *Cmd, ConstStr *CutMe, int n); + +// since we just move Key around here, Cmd is just here so the syntax is identical. +void TokenCutLeft(citimap_command *Cmd, ConstStr *CutMe, int n); -int CmdAdjust(citimap_command *Cmd, - int nArgs, - int Realloc); +void MakeStringOf(StrBuf *Buf, int skip); +int CmdAdjust(citimap_command *Cmd, int nArgs, int Realloc); void imap_strout(ConstStr *args); void imap_strbuffer(StrBuf *Reply, ConstStr *args); @@ -31,23 +22,22 @@ int imap_is_message_set(const char *); int imap_mailbox_matches_pattern(const char *pattern, char *mailboxname); int imap_datecmp(const char *datestr, time_t msgtime); - -/* Imap Append Printf, send to the outbuffer */ +// Imap Append Printf, send to the outbuffer void IAPrintf(const char *Format, ...) __attribute__((__format__(__printf__,1,2))); void iaputs(const char *Str, long Len); #define IAPuts(Msg) iaputs(HKEY(Msg)) -/* give it a naughty name since its ugly. */ +// give it a naughty name since its ugly. #define _iaputs(Msg) iaputs(Msg, strlen(Msg)) -/* outputs a static message prepended by the sequence no */ +// outputs a static message prepended by the sequence no void ireply(const char *Msg, long len); #define IReply(msg) ireply(HKEY(msg)) -/* outputs a dynamic message prepended by the sequence no */ +// outputs a dynamic message prepended by the sequence no void IReplyPrintf(const char *Format, ...); -/* output a string like that {%ld}%s */ +// output a string like that {%ld}%s void IPutStr(const char *Msg, long Len); #define IPutCStr(_ConstStr) IPutStr(CKEY(_ConstStr)) #define IPutCParamStr(n) IPutStr(CKEY(Params[n]))