add MODE "none"

This commit is contained in:
2022-12-01 07:47:25 +01:00
parent b31762ea43
commit 51865cfce2
8 changed files with 117 additions and 70 deletions

View File

@ -106,6 +106,8 @@ namespace kaz {
void extractLinks (const string &extractedPlainKAZ);
/*! extract previous links from html-li list. Used by extractPreviousKAZ */
void extractLinks (const vector<string> &liOne);
/*! extract previous links in mbox on one attachment section. Used by extractPreviousKAZ */
void extractPreviousKAZ (string &extractedPlainKAZ, string &extractedHtmlKAZ, ifstream &mbox, const Attachment &attach);
/*! extract previous links in mbox. Used by getUpdatedURL and substitute */
void extractPreviousKAZ (ifstream &mbox);
/*! remove previous links to archive. Used by substitute */

View File

@ -86,6 +86,8 @@ namespace kaz {
void encodedWord (string &content);
/*! side effect to get the charsetValue according rfc2184 */
void charsetValue (string &content);
/*! side effect to remove quote */
void removeQuote (string &content);
// =======================================================================
/*! return if the c need no quote */