Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/charlierguo/gmail
/ move_to
Method
move_to
gmail/message.py:104–107 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
102
103
104
def
move_to(self, name):
105
self.gmail.copy(self.uid, name, self.mailbox.name)
106
if
name not in [
'[Gmail]/Bin'
,
'[Gmail]/Trash'
]:
107
self.delete()
108
109
110
Callers
2
delete
Method · 0.95
archive
Method · 0.95
Calls
2
delete
Method · 0.95
copy
Method · 0.80
Tested by
no test coverage detected