diff --git a/docs/Basic-Items.md b/docs/Basic-Items.md index 5dee7b54..fccf8a74 100644 --- a/docs/Basic-Items.md +++ b/docs/Basic-Items.md @@ -456,12 +456,6 @@ ::= ::= | ::= open|closed|deleted - ::= - (message|textmessage|htmlmessage )| - (file|textfile|htmlfile [charset ])| - (gdoc|ghtml )| - (gcsdoc|gcshtml )| - (emlfile ) ::= ::= ::= notes/ diff --git a/docs/GamUpdates.md b/docs/GamUpdates.md index 95286b25..cafeafe1 100644 --- a/docs/GamUpdates.md +++ b/docs/GamUpdates.md @@ -11,6 +11,11 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Windows or other options, including manual installation +### 6.67.08 + +Added optional argument `charset ` to `emlfile ` in `gam draft|import|insert message`; +the default value is `ascii`. + ### 6.67.07 Updated `gam delete message` to handle this error: diff --git a/docs/How-to-Upgrade-from-Standard-GAM.md b/docs/How-to-Upgrade-from-Standard-GAM.md index 98541450..1e494f47 100644 --- a/docs/How-to-Upgrade-from-Standard-GAM.md +++ b/docs/How-to-Upgrade-from-Standard-GAM.md @@ -334,7 +334,7 @@ writes the credentials into the file oauth2.txt. admin@server:/Users/admin/bin/gamadv-xtd3$ rm -f /Users/admin/GAMConfig/oauth2.txt admin@server:/Users/admin/bin/gamadv-xtd3$ ./gam version WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found -GAMADV-XTD3 6.67.07 - https://github.com/taers232c/GAMADV-XTD3 - pythonsource +GAMADV-XTD3 6.67.08 - https://github.com/taers232c/GAMADV-XTD3 - pythonsource Ross Scroggs Python 3.10.8 64-bit final MacOS High Sierra 10.13.6 x86_64 @@ -1002,7 +1002,7 @@ writes the credentials into the file oauth2.txt. C:\GAMADV-XTD3>del C:\GAMConfig\oauth2.txt C:\GAMADV-XTD3>gam version WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found -GAMADV-XTD3 6.67.07 - https://github.com/taers232c/GAMADV-XTD3 - pythonsource +GAMADV-XTD3 6.67.08 - https://github.com/taers232c/GAMADV-XTD3 - pythonsource Ross Scroggs Python 3.12.0 64-bit final Windows-10-10.0.17134 AMD64 diff --git a/docs/Send-Email.md b/docs/Send-Email.md index d737d0d4..d0f1df49 100644 --- a/docs/Send-Email.md +++ b/docs/Send-Email.md @@ -54,8 +54,7 @@ Added the option `mailbox ` to `gam sendemail` to allow specifying (message|textmessage|htmlmessage )| (file|textfile|htmlfile [charset ])| (gdoc|ghtml )| - (gcsdoc|gcshtml )| - (emlfile ) + (gcsdoc|gcshtml ) ``` ```