mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed
window.mvwin(new_y, new_x) Move the window so its upper-left corner is at (new_y, new_x).
os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.
POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.
add(message) Add message to the mailbox and return the key that has been assigned to it. Parameter
cmath.sin(x) Return the sine of x.
remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at
uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded
os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current
codecs.getdecoder(encoding) Look up the codec for the given encoding and return its decoder function. Raises
Page 8 of 100