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

234 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 3a9ed3040d Use LL_xxx macros when using PRInt64 variable 1999-05-06 00:01:27 +00:00
bienvenu%netscape.com bd3820b9c1 fix ref counting problem with mListeners 1999-05-05 04:26:41 +00:00
hangas%netscape.com 65459cedd8 sspitzer: stop hiding these virtual methods. (thanks mac compiler!) 1999-05-05 03:38:18 +00:00
ducarroz%netscape.com 1eb1c32e00 First Checked In. 1999-05-05 00:04:48 +00:00
jefft%netscape.com 189e8b3eaa uncommented out check for inbox folder name 1999-05-04 23:34:42 +00:00
hyatt%netscape.com fded43adc1 Switching from PLEventQueues to nsIEventQueues. 1999-05-04 23:34:41 +00:00
putterman%netscape.com 26cd79bf59 use nsIDBMessage 1999-05-04 22:35:55 +00:00
sspitzer%netscape.com 922268834e comment for clarity 1999-05-04 21:26:28 +00:00
jefft%netscape.com 1423ef064d making selecting message/folder within a folder works; extract imap msg incoming server from url spec 1999-05-04 18:17:33 +00:00
jefft%netscape.com 26ee3d2f0f removed SetServer(); imap msg incoming server will be extract out from the url spec 1999-05-04 18:14:09 +00:00
bienvenu%netscape.com 36399ee650 fix part of 5781, imap folders not showing up correctly 1999-04-30 23:26:12 +00:00
mscott%netscape.com 50999b2443 Bug #5781 --> more connection cache fixes. ProcessCurrentUrl wasn't set up to run multiple urls as it was setting the connection status to -1 whenever it finished. This was causing the next call to process current url to fall out. I also re-organized SetupUrl to make sure m_runningUrl gets properly initialized on multiple calls to LoadUrl. 1999-04-30 23:09:21 +00:00
jefft%netscape.com 963bfdb82f Part of fixing bug 5781 - fixed creating multiple mail folders problem 1999-04-30 21:38:53 +00:00
jefft%netscape.com 439c4f8f11 Part of fixing bug 5781 - fixed creating multiple mail folders problem 1999-04-30 21:27:22 +00:00
jefft%netscape.com faf203f3ca Part of fixing bug 5781 -- nsImapURI2Path failed to generate local path for folders within another folder 1999-04-30 21:24:49 +00:00
mscott%netscape.com a35dfefd33 Bug 5781 --> releasing the imap service twice! that's not good. 1999-04-30 20:38:18 +00:00
bienvenu%netscape.com d64497f999 more fixes for 5781 (only affects imap) 1999-04-30 19:50:00 +00:00
mscott%netscape.com ba0acd562d Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Synch with new imap service createnewconnection changes.
a=chofmann.
1999-04-30 18:48:39 +00:00
mscott%netscape.com 5e777fab76 Bug #5781 --> as a side effect of adding the connection cache, I made GetImapUserName return a const char *.
a=chofmann.
1999-04-30 18:47:15 +00:00
mscott%netscape.com f4f04298b1 Bug #5781 --> add ReleaseUrlState. Support IsBusy interface. Support CanHandleUrl interface. These changes are part of the imap connection cache. GetImapUserName now returns a const char *.
a=chofmann
1999-04-30 18:46:21 +00:00
mscott%netscape.com ac59eff271 Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Hook up a connection cache to CreateImapConnection.
a=chofmann
1999-04-30 18:45:16 +00:00
mscott%netscape.com 3b9514174c Bug #5781--> part of mailnews audit --> Conversion to NS_WITH_SERVICE. fix nsImapUri2Path where we were appending the host name twice if there wasn't a folder as part of the uri.
a=chofmann
1999-04-30 18:44:23 +00:00
mscott%netscape.com c7f58ac247 Bug #5781 --> fix nsImapUri2Path where we were appending the host name twice if there wasn't a folder attached to the URI.part of mailnews audit --> conversion to NS_WITH_SERVICE
a=chofmann
1999-04-30 18:43:14 +00:00
mscott%netscape.com 7ad289c41b Bug #5781 --> Add IsBusy method & CanHandleUrl.
a=chofmann
1999-04-30 18:42:09 +00:00
mscott%netscape.com 4de6e71a7a Bug #5781 --> CreateImapConnection now takes the url to be loaded into the connection.
a=chofmann
1999-04-30 18:41:26 +00:00
jefft%netscape.com 2e20189fef fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; merge in with multiple identies/accounts work; r=mscott, a=chofmann 1999-04-29 00:12:21 +00:00
jefft%netscape.com de71be9891 fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; r=mscott,bienvenu; a=chofmann 1999-04-29 00:10:55 +00:00
jefft%netscape.com b640ff29d9 fixed bug 5662 - imap failed to discover folders and downloading mail messages; removed GetRootFolderPath() & SetRootFolderPath(); checkin for mscott; r=jefft, a=chofmann 1999-04-29 00:08:18 +00:00
jefft%netscape.com e6111b9716 get imap folder discovery & display message working 1999-04-28 05:19:24 +00:00
jefft%netscape.com 7aadd79495 try again to disable namespace stuff 1999-04-28 04:04:31 +00:00
jefft%netscape.com a4d27d8ef5 added m_haveDiscoverAllFolders variaible; more work on folder discovery stuff 1999-04-28 03:39:24 +00:00
jefft%netscape.com fe79a806ce added m_haveDiscoverAllFolders bool member variable 1999-04-28 03:38:07 +00:00
jefft%netscape.com c8c632a016 disable namespace for now; use delete instead of PR_FREEIF for returned pointer of nsString.ToNewCString(); initialize nsString2 variables to a empty string to get rid of debug assertion 1999-04-28 03:37:02 +00:00
jefft%netscape.com 5567ea6158 get folder discovery to work; implemented PossibleImapMailbox() method 1999-04-27 13:23:07 +00:00
jefft%netscape.com 9161f89d92 first pass of implementing folder discovery; added NthLevelChildList method 1999-04-27 06:35:12 +00:00
jefft%netscape.com c7fc27eda9 added FindAndSelectFolder method; first pass of implementing folder discovery 1999-04-27 06:34:00 +00:00
jefft%netscape.com 154bef507d added FindAndSelectFolder method 1999-04-27 06:32:54 +00:00
jefft%netscape.com 734e38002f added GetChildDiscoveryDepth, GetOnlineSubDirSeparator, SetOnlineSubDirSeparator methods 1999-04-27 06:31:20 +00:00
jefft%netscape.com 2bda88770a added DiscoverAllFolders, DiscoverAllAndSubscribedFolders, DiscoverChildren, DiscoverLevelChildren methods 1999-04-27 06:29:39 +00:00
bienvenu%netscape.com 2a05b9df9f add some flag handling routines 1999-04-27 02:09:42 +00:00
bienvenu%netscape.com 96e0c9cd2b fix build problem in test harness 1999-04-26 23:44:01 +00:00
mscott%netscape.com 2b76a524ee Add GetServerURI interface method to fix imap build and synch up with the latest changes to the incoming server interface. 1999-04-26 23:33:58 +00:00
sspitzer%netscape.com 31ee0ec44a change int32 to PRInt32 1999-04-26 23:10:23 +00:00
bienvenu%netscape.com adffb355e6 get imap message display working 1999-04-26 05:08:49 +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 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