Граф коммитов

2130 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 93f625098c add interface to set mailboxname 1999-04-25 22:00:58 +00:00
bienvenu%netscape.com f064c31fdb adopt new msg uri scheme from scott, work on message loading 1999-04-25 21:51:39 +00:00
mscott%netscape.com 41a39fa613 Only include <windows.h> if we are building on windows. 1999-04-25 21:32:34 +00:00
mscott%netscape.com 69f054c44e Fix many many Linux warnings by removing some unused variables. 1999-04-25 21:30:44 +00:00
mscott%netscape.com 4a00871950 Fix type for including nsIImapMailFolderSink.h (we had a lower case 'f') 1999-04-25 21:25:40 +00:00
mscott%netscape.com d812b4af02 Add new line to end of file. 1999-04-25 21:23:36 +00:00
mscott%netscape.com c2862bb0d7 Fix typo in including nsIMAPHostSessionList.h. 1999-04-25 21:21:52 +00:00
mscott%netscape.com c37c67bd08 Change XP_Bool to PRBool to get Linux build going for imap. 1999-04-25 21:21:10 +00:00
mscott%netscape.com 67b6204dc7 Change XP_Bool to PRBool 1999-04-25 21:20:38 +00:00
mscott%netscape.com 83b169e794 Including wrong file for host session list. the file is nsIMAPHostSessionList not nsImapHostSessionList. Linux is case sensitive when including files. 1999-04-25 21:18:08 +00:00
mscott%netscape.com 10b3ca7253 Add new line to end of file. 1999-04-25 21:14:28 +00:00
mscott%netscape.com 15247c4a9b Add new lines to end of files. 1999-04-25 20:58:04 +00:00
mscott%netscape.com 099c3dbb77 Add new line. 1999-04-25 20:56:23 +00:00
mscott%netscape.com b5b694a1cc Re-writing pop protocol to use nsMsgLineStreamBuffer instead of the old & slow ReadLine and Read functions that used to be here. 1999-04-25 20:04:08 +00:00
mscott%netscape.com 4aee6aa760 ReadNextLine now returns # bytes read.
nsMsgLineStreamBuffer now takes a delimeter for end of line markings. This is CRLF for imap.
1999-04-25 19:56:34 +00:00
mscott%netscape.com e8d1858881 nsMsgLineStreamBuffer::ReadNextLine now returns # bytes read.
use platform specfic line delimeter for nsMsgbufferStream input. This should fix the display message problem I was seeing on Mac and Linux.
1999-04-25 19:55:05 +00:00
mscott%netscape.com a4f7e4fd18 ProcessXOVER must now take a PRUint32 instead of an int32 1999-04-25 19:54:02 +00:00
mscott%netscape.com 5044641319 ReadNextLine now returns the number of bytes. This simplified our use of the function dramatically.
nsMsgLineStreamBuffer takes a line delimeter of CRLF for nntp.
1999-04-25 19:53:22 +00:00
mscott%netscape.com 762099d28c status must now be an unsigned int32 for process xover. 1999-04-25 19:52:01 +00:00
mscott%netscape.com 6b322c2cb8 nsMsgLineStreamBuffer::ReadNextline now returns # bytes read.
nsMsgLineStreamBuffer now lets you pass in the delimeter string to be used for determing the end of a line. This allows the function to be platform friendly with line endings...
1999-04-25 19:51:08 +00:00
mscott%netscape.com 46d956038b Fix for Bug #5468 --> When adding new messages to the mail folder, we write a CRLF at the end of the message. However, we weren't informing the parser that we added a CRLF so the parser's total bytes for the message was always two bytes short... 1999-04-25 18:31:09 +00:00
bruce%cybersight.com 6a345a6387 Fix for calls to nsFileSpec::GetLeafName(). It allocates memory with strdup(), so use free() and not delete[]. 1999-04-25 13:27:36 +00:00
jefft%netscape.com 6faf8b9838 fixed imap build bustage; don't how this happend 1999-04-25 04:27:37 +00:00
putterman%netscape.com 8d25352852 added files: mozilla/mailnews/local/src/nsLocalMessage.cpp, mozilla/mailnews/local/src/nsLocalUtils.cpp 1999-04-24 20:53:22 +00:00
putterman%netscape.com 04af747272 added files: mozilla/mailnews/base/util/nsMessage.cpp 1999-04-24 20:51:22 +00:00
putterman%netscape.com 14518c8ad0 added nsNewsMessage, nsNewsUtils and use nsIMsgDBHdr. 1999-04-24 20:47:04 +00:00
putterman%netscape.com dc3d9c5de0 Add ability to create a message. 1999-04-24 20:46:07 +00:00
putterman%netscape.com 00176c8fd6 Added nsLocalMessage and nsLocalUtils. Use nsIMsgDBHdr. 1999-04-24 20:45:42 +00:00
putterman%netscape.com 5dd0409631 Added ability to create a message. 1999-04-24 20:44:40 +00:00
putterman%netscape.com d261b0f3f2 use nsIMsgDBHdr. 1999-04-24 20:44:01 +00:00
putterman%netscape.com 33339688db Use nsIMsgDBHdr and user converter enumerator for returning messages. 1999-04-24 20:43:25 +00:00
putterman%netscape.com e6038bd37d Added nsImapMessage and nsImapUtils. 1999-04-24 20:42:50 +00:00
putterman%netscape.com 432e4e2837 use nsIMsgDBHdr instead of nsIMessage. Part of removing rdf dependency. 1999-04-24 20:40:47 +00:00
putterman%netscape.com e310fe10ed Added nsIMsgHdr 1999-04-24 20:38:57 +00:00
putterman%netscape.com 78e6187db9 removed RDF dependency from db. 1999-04-24 20:38:04 +00:00
putterman%netscape.com 66316ad03a Added enumerator to convert nsMsgDBHdr into message. 1999-04-24 20:37:00 +00:00
putterman%netscape.com 5ad94cf422 removed protocol dependent uri utilities and added CreateMessageFromMsgDBHdr. 1999-04-24 20:36:26 +00:00
putterman%netscape.com 146d64440c Removed protocol dependent uri utilities. 1999-04-24 20:36:00 +00:00
putterman%netscape.com 6a220fa89d Added nsMessage 1999-04-24 20:35:34 +00:00
putterman%netscape.com 16b8a79da6 Check for null pointer before using db in change view. 1999-04-24 20:34:51 +00:00
putterman%netscape.com 90a8b0d88f Use new msghdr to message converter enumerator. 1999-04-24 20:34:25 +00:00
putterman%netscape.com fbd037e24b Use nsIMsgDBHdr. 1999-04-24 20:33:39 +00:00
putterman%netscape.com 544f55c59a Added CreateMsgFromMsgDBHdr. 1999-04-24 20:33:20 +00:00
putterman%netscape.com 3fb9c0d04d Added nsIMessage 1999-04-24 20:32:24 +00:00
jefft%netscape.com 6f6480aaf2 folder name is now get from nsIMsgFolder 1999-04-24 05:13:12 +00:00
waterson%netscape.com 2e65157c60 Fix a comment that I forgot to keep in sync. 1999-04-24 03:28:43 +00:00
waterson%netscape.com 5d43aab129 Whoops. Missed this one. 1999-04-24 03:28:22 +00:00
waterson%netscape.com 0b1c356bfa The Great Cursor Excorcism. Dropped cursors in favor of enumerators. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:54 +00:00
jefft%netscape.com 6c3e2e06c8 nsIImapService now takes nsIMsgFolder instead of nsIImapMailFolderSink for folder related interfaces; merget nsImapMailFolder::GetPath() & nsImapMailFolder::GetPathName() 1999-04-24 01:18:03 +00:00
jefft%netscape.com 6c34438995 nsIImapService now takes nsIMsgFolder instead of nsIImapMailFolderSink for folder related interfaces 1999-04-24 01:14:49 +00:00