2
0

libDtMail.msg 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. $ +SNOTICE
  2. $
  3. $ $TOG: libDtMail.msg /main/17 1999/03/26 16:52:56 mgreess $
  4. $
  5. $ RESTRICTED CONFIDENTIAL INFORMATION:
  6. $
  7. $ The information in this document is subject to special
  8. $ restrictions in a confidential disclosure agreement bertween
  9. $ HP, IBM, Sun, USL, SCO and Univel. Do not distribute this
  10. $ document outside HP, IBM, Sun, USL, SCO, or Univel wihtout
  11. $ Sun's specific written approval. This documment and all copies
  12. $ and derivative works thereof must be returned or destroyed at
  13. $ Sun's request.
  14. $
  15. $ Copyright 1993, 1994, 1995 Sun Microsystems, Inc. All rights reserved.
  16. $
  17. $ +ENOTICE
  18. $ @(#)libDtMail.msg 1.9 23 May 1995
  19. $quote "
  20. $set 1 libDtMail API set
  21. $ // DTME_NoError
  22. 1 "No error occurred."
  23. $ // DTME_AlreadyLocked
  24. 2 "The folder is locked by another session."
  25. $ // DTME_BadArg
  26. 3 "A bad argument was passed as a parameter to the operation."
  27. $ // DTME_BadMailAddress
  28. 4 "The specified mail address could not be processed."
  29. $ // DTME_BadRunGroup
  30. 5 "The dtmail program is not running as group \"mail\"."
  31. $ // DTME_FileCreateFailed
  32. 6 "The requested file could not be created."
  33. $ // DTME_FolderNotSet
  34. 7 "The mailbox to incorporate was not set."
  35. $ // DTME_GetLockRefused
  36. 8 "The user refused to take the lock of a locked mailbox."
  37. $ // DTME_ImplFailure
  38. 9 "The specified implementation could not perform the requested operation."
  39. $ // DTME_InitializationFailed
  40. 10 "The instance could not be initialized."
  41. $ // DTME_InternalFailure
  42. 11 "An internal failure occurred while performing the operation."
  43. $ // DTME_InvalidError
  44. 12 "The error structure is invalid."
  45. $ // DTME_InvalidOperationSequence
  46. 13 "An operation was attempted before the instance was initialized."
  47. $ // DTME_MD5ChecksumFailed
  48. 14 "The MD5 signature did not match the message contents."
  49. $ // DTME_MailTransportFailed
  50. 15 "Unable to communicate with the mail transport."
  51. $ // DTME_NoDataType
  52. 16 "There is no data type that matches the transport type."
  53. $ // DTME_NoImplementations
  54. 17 "No implementations were found for the mail library."
  55. $ // DTME_NoMailBox
  56. 18 "The mailbox was uninitialized at load time."
  57. $ // DTME_NoMemory
  58. 19 "No memory available for operation."
  59. $ // DTME_NoMsgCat
  60. 20 "No message catalog exists for DtMail."
  61. $ // DTME_NoNewMail
  62. 21 "There is no new mail to incorporate."
  63. $ // DTME_NoObjectValue
  64. 22 "No value for the object could be found."
  65. $ // DTME_NoSuchFile
  66. 23 "The mailbox does not exist and creation was not requested."
  67. $ // DTME_NoSuchImplementation
  68. 24 "The specified implementation does not exist."
  69. $ // DTME_NoSuchType
  70. 25 "The data type is not known to the library."
  71. $ // DTME_NoUser
  72. 26 "The user for this session could not be identified."
  73. $ // DTME_NotInbox
  74. 27 "The file specified is not a mailbox."
  75. $ // DTME_NotLocked
  76. 28 "The mailbox is not locked for access."
  77. $ // DTME_NotMailBox
  78. 29 "The requested file is not a mailbox in any format recognized by this implementation."
  79. $ // DTME_NotSupported
  80. 30 "The operation is not supported by the current implementation."
  81. $ // DTME_ObjectAccessFailed
  82. 31 "Unable to access an object required to complete the operation."
  83. $ // DTME_ObjectCreationFailed
  84. 32 "Unable to create an object required to complete the operation."
  85. $ // DTME_ObjectInUse
  86. 33 "An attempt was made to initialize an object that was already initialized."
  87. $ // DTME_ObjectInvalid
  88. 34 "An invalid object was referenced."
  89. $ // DTME_OpenContainerInterrupted
  90. 35 "The user interrupted the process of opening a mailbox."
  91. $ // DTME_OperationInvalid
  92. 36 "An internal error occurred while performing the operation."
  93. $ // DTME_OtherOwnsWrite
  94. 37 "Another mail program owns the write access to the mailbox."
  95. $ // DTME_RequestDenied
  96. 38 "The other session denied the request for lock or copy."
  97. $ // DTME_TTFailure
  98. 39 "A ToolTalk message could not be processed."
  99. $ // DTME_TransportFailed
  100. 40 "The mail delivery transport failed."
  101. $ // DTME_UnknownFormat
  102. 41 "The message is not in one of the supported formats."
  103. $ // DTME_UnknownOpenError
  104. 42 "An unknown error occurred when opening a mailbox."
  105. $ // DTME_UserAbort
  106. 43 "The user aborted the operation."
  107. $ // DTME_UserInterrupted
  108. 44 "The user interrupted the operation."
  109. $ // DTME_ObjectReadOnly
  110. 45 "The mailbox permissions only allow read access."
  111. $ // DTME_NoPermission
  112. 46 "The user does not have access to the mailbox."
  113. $ // DTME_IsDirectory
  114. 47 "The specified path is a directory."
  115. $ // DTME_CannotRemoveStaleMailboxLockFile
  116. 48 "Cannot lock mailbox (could not remove stale lock file).\nStale lock file: %s\nReason: %s"
  117. $ // DTME_CannotCreateMailboxLockFile
  118. 49 "Cannot lock mailbox (could not create lock file).\nMailbox lock file: %s\nReason: %s"
  119. $ // DTME_CannotCreateMailboxLockFile_NoPermission
  120. 50 "Cannot create lock file and lock mailbox because the user does not have\naccess to either the mailbox or the directory containing the mailbox."
  121. $ // DTME_CannotCreateMailboxLockFile_IsDirectory
  122. 51 "Cannot create lock file and lock mailbox because the name for the\nmailbox lock file already exists and is a directory."
  123. $ // DTME_CannotCreateMailboxLockFile_NoSuchFile
  124. 52 "Cannot create lock file and lock mailbox because a component of the\npath name of the lock file is not a directory."
  125. $ // DTME_CannotCreateMailboxLockFile_RemoteAccessLost
  126. 53 "Cannot create lock file and lock mailbox because the remote system on\nwhich the lock file was to be created is no longer accessible."
  127. $ // DTME_CannotObtainInformationOnOpenMailboxFile
  128. 54 "Cannot obtain information on current mailbox file.\nMailbox file: %s\nReason: %s"
  129. $ // DTME_CannotCreateTemporaryMailboxFile
  130. 55 "Cannot create temporary mailbox file.\nTemporary Mailbox file: %s\nReason: %s"
  131. $ // DTME_CannotCreateTemporaryMailboxFile_NoPermission
  132. 56 "Cannot create temporary mailbox file because the user does not have\naccess to either the mailbox or the directory containing the mailbox."
  133. $ // DTME_CannotCreateTemporaryMailboxFile_IsDirectory
  134. 57 "Cannot create temporary mailbox file because the name for the\ntemporary mailbox already exists and is a directory."
  135. $ // DTME_CannotCreateTemporaryMailboxFile_NoSuchFile
  136. 58 "Cannot create temporary mailbox file because a component of the\npath name of the temporary file is not a directory."
  137. $ // DTME_CannotCreateTemporaryMailboxFile_RemoteAccessLost
  138. 59 "Cannot create temporary mailbox file because the remote system on\nwhich the file was to be created is no longer accessible."
  139. $ // DTME_CannotSetPermissionsOfTemporaryMailboxFile
  140. 60 "Cannot set permissions on temporary mailbox file.\nTemporary Mailbox file: %s\nPermissions requested: %o\nReason: %s"
  141. $ // DTME_CannotSetOwnerOfTemporaryMailboxFile
  142. 61 "Cannot set owner of temporary mailbox file.\nTemporary Mailbox file: %s\nOwner uid requested: %d\nReason: %s"
  143. $ // DTME_CannotSetGroupOfTemporaryMailboxFile
  144. 62 "Cannot set group of temporary mailbox file.\nTemporary Mailbox file: %s\nGroup gid requested: %d\nReason: %s"
  145. $ // DTME_CannotWriteToTemporaryMailboxFile
  146. 63 "Cannot write to temporary mailbox file.\nTemporary Mailbox file: %s\nReason: %s"
  147. $ // DTME_CannotWriteToTemporaryMailboxFile_ProcessLimitsExceeded
  148. 64 "Cannot write to temporary mailbox file because the process's file\nsize limit or the maximum file size has been reached."
  149. $ // DTME_CannotWriteToTemporaryMailboxFile_RemoteAccessLost
  150. 65 "Cannot write to temporary mailbox file because the remote system on\nwhich the file was created is no longer accessible."
  151. $ // DTME_CannotWriteToTemporaryMailboxFile_NoFreeSpaceLeft
  152. 66 "Cannot write to temporary mailbox file because there is no free\nspace left on the device on which the file was created."
  153. $ // DTME_CannotReadNewMailboxFile
  154. 67 "Cannot read new mailbox file\nReason: %s"
  155. $ // DTME_CannotReadNewMailboxFile_OutOfMemory
  156. 68 "Cannot read new mailbox file because no memory is available for the operation."
  157. $ // DTME_CannotRemoveMailboxLockFile
  158. 69 "Cannot unlock mailbox (could not remove lock file).\nMailbox lock file: %s\nReason: %s"
  159. $ // DTME_CannotRenameNewMailboxFileOverOld
  160. 70 "Cannot rename new mailbox file over old mailbox file.\nOld mailbox file still exists but complete and correct contents\nof mailbox contents have been saved in the new mailbox file.\nThis problem must be corrected manually as soon as possible.\nOld Mailbox file: %s\nNew Mailbox file: %s\nReason: %s"
  161. $ // DTME_InternalAssertionFailure
  162. 71 "An internal error has occurred within this application.\nThere is no way to recover and continue from this error.\nError condition: %s\n"
  163. $ "-NEW"
  164. $ // - DTME_ResourceParsingNoEndif
  165. $
  166. 72 "An error occurred while parsing the .mailrc resource file.\nThere is a conditional if statement that does not have a corresponding endif statement.\n"
  167. $ "-NEW"
  168. $ // - DTME_AlreadyOpened
  169. $
  170. 73 "This mail folder is already opened."
  171. $ "-NEW"
  172. $ // - DTME_OutOfSpace
  173. $
  174. 74 "No Space on Temporary Filesystem."
  175. $ "-NEW"
  176. $ // - DTME_CannotCreateMailboxDotDtmailLockFile
  177. 75 "Mailer has detected a mailbox lockfile:\n%s"
  178. $ "-NEW"
  179. $ // - DTME_MailboxInodeChanged
  180. 76 "Mailer can no longer access this mailbox.\nIt would be best to close and reopen it."
  181. $ "-NEW"
  182. $ // - DTME_MailServerAccess_AuthorizationFailed
  183. 77 "Cannot retrieve mail for '%s@%s' using '%s'.\nAuthorization failed. The server returned:\n %s\n\nPlease enter a new password"
  184. $ "-NEW"
  185. $ // - DTME_MailServerAccess_Error
  186. 78 "Cannot retrieve mail for '%s@%s' using '%s'.\nThe server returned:\n %s"
  187. $ "-NEW"
  188. $ // - DTME_MailServerAccess_MissingPassword
  189. 79 "Please enter a password for '%s@%s' using '%s'"
  190. $ "-NEW"
  191. $ // - DTME_MailServerAccess_ProtocolViolation
  192. 80 "Cannot retrieve mail for '%s@%s' using '%s'.\nClient/server protocol error."
  193. $ "-NEW"
  194. $ // - DTME_MailServerAccess_ServerTimeoutError
  195. 81 "Cannot retrieve mail for '%s@%s' using '%s'.\nTimed out waiting for server."
  196. $ "-NEW"
  197. $ // - DTME_MailServerAccess_SocketIOError
  198. 82 "Cannot retrieve mail for '%s@%s' using '%s'.\n%s."
  199. $ "-NEW"
  200. $ // - DTME_AppendMailboxFile_Error
  201. 83 "Cannot append to mailbox"
  202. $ "-NEW"
  203. $ // - DTME_AppendMailboxFile_FileTooBig
  204. 84 "Cannot append to mailbox: %s\nSYSERROR(%d): %s."
  205. $ "-NEW"
  206. $ // - DTME_AppendMailboxFile_LinkLost
  207. 85 "Cannot append to mailbox: %s\nSYSERROR(%d): %s."
  208. $ "-NEW"
  209. $ // - DTME_AppendMailboxFile_NoSpaceLeft
  210. 86 "Cannot append to mailbox: %s\nSYSERROR(%d): %s."
  211. $ "-NEW"
  212. $ // - DTME_AppendMailboxFile_SystemError
  213. 87 "Cannot append to mailbox: %s\nSYSERROR(%d): %s."
  214. $ "-NEW"
  215. $ // - DTME_GetmailCommandRetrieval_SystemError
  216. 88 "Getmail command failed: %s\nSYSERROR(%d): %s."
  217. $ "-NEW"
  218. $ // - DTME_GetmailCommandRetrieval_AbnormalExit
  219. 89 "Getmail command exited abnormally: %s."
  220. $ "-NEW"
  221. $ // - DTME_PathElementPermissions
  222. 90 "Search permission denied on a component of the path prefix,\n'%s'."
  223. $ "-NEW"
  224. $ // - DTME_PathElementNotDirectory
  225. 91 "A component of the path prefix is not a directory,\n'%s'."
  226. $ "-NEW"
  227. $ // - DTME_PathElementDoesNotExist
  228. 92 "A component of the path prefix does not exist,\n'%s'."
  229. $ "-NEW"
  230. $ // - DTME_MailServerAccessInfo_SocketOpen
  231. 93 "Opening connection for '%s@%s'."
  232. $ "-NEW"
  233. $ // - DTME_MailServerAccessInfo_NoMessages
  234. 94 "No messages for '%s@%s'."
  235. $ "-NEW"
  236. $ // - DTME_MailServerAccessInfo_RetrievingMessage
  237. 95 "Retrieving message %d of %d for '%s@%s'."
  238. $ "-NEW"
  239. $ // - DTME_MailServerAccessInfo_MessageTooLarge
  240. 96 "Skipping oversized message (%d bytes)."
  241. $
  242. $ Strings from libDtMail/Common/DtMailValuesBuiltin.C
  243. $set 2
  244. $ /* NL_COMMENT
  245. $ * The %C is the time and date format, please refer to strftime man page for
  246. $ * explanation of each format.
  247. $ */
  248. 1 "%C"
  249. $
  250. $ SockOpen error strings from libDtMail/Common/IO.C
  251. $ "-NEW"
  252. 2 "Unknown host: %s"
  253. $ "-NEW"
  254. 3 "Error creating socket: %s"
  255. $ "-NEW"
  256. 4 "Error connecting to socket: %s"
  257. $
  258. $ FileShare error strings from libDtMail/Common/FileShare.C
  259. $ "-NEW"
  260. 5 "Another user would like your lock."
  261. $ "-NEW"
  262. 6 "Another session has this mailbox locked. Request access?"
  263. $ "-NEW"
  264. 7 "Unable to obtain lock, open this mailbox as read only?"
  265. $ "-NEW"
  266. 8 "Unable to obtain lock because system not responding, open this mailbox as read only, read write, or cancel?"
  267. $ "-NEW"
  268. 9 "Another user has taken your lock."