Sebastian Hengst
6c3308f282
Bug 1272882 - Port bug 925101 - Remove legacy signons.txt files: Update code comments. r=mkmelin
2016-05-15 14:47:23 +02:00
aceman
d0ca3011c5
Bug 1174485 - do not try to compact folders that do not exist locally (only on IMAP server). Also allow compacting on platforms without working GetDiskSpaceAvailable(). r=rkent
2016-05-13 07:23:19 +02:00
bstefan
c54789a0f3
Bug 1025976 - Remove GotNew folder flag. r=aceman
...
--HG--
extra : amend_source : 669b79f0dbeedf7a2938375b8be520b3cad22241
2016-03-26 04:29:00 +01:00
R Kent James
3aa30800d5
Bug 1250723, fix crash and improve error handling when nsMsgKey hits max value, r=aceman
...
--HG--
extra : transplant_source : %A7%1AR%DC%E1M%3A%20sv%B3%A5H%BF%2A%0E%A5%EEi%0F
2016-03-16 10:42:38 -07:00
Jorg K
f748518ba5
Bug 1259495 - Bustage fix: Replace nsIAtom::EqualsUTF8 with nsIAtom::ScriptableEquals. rs=rkent a=Bustage fix CLOSED TREE DONTBUILD
2016-03-24 23:59:05 +01:00
R Kent James
445fe3f510
Bug 1251779, new bustage: nsPop3Sink.cpp(64) : error C3083: 'LogLevel': the symbol to the left of a '::' must be a type, r=bustage
2016-02-26 16:10:10 -08:00
ISHIKAWA, Chiaki
3b264236f9
Bug 1246048 - Initialize a variable passed to GetSummaryValid(). The function may return without setting it. r=jorgk
2016-02-20 21:33:28 +01:00
R Kent James
5ba4a18062
Bug 1242925 - use local database variable to prevent crash in msMsgLocalMailFolder::DeleteMessages, r=neil
2016-02-17 11:10:40 -08:00
ISHIKAWA, Chiaki
a5fb2c7602
Bug 1247368 - Improper outdated octal constant syntax in C-C tree. Use '0o' prefix. r=acemen
2016-02-15 09:29:00 +01:00
aceman
3140cce488
Bug 1075149 - distinguish different server connections in the POP3 log. r=rkent
2016-02-09 00:49:40 +01:00
Philip Chee
afd61a00bb
Bug 1243760 - Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer in C-C due to bug 1241764. r=mkmelin CLOSED TREE
...
--HG--
extra : amend_source : 3ca5e2901646da01df3baf403a6e89c662ee261d
2016-02-04 11:39:46 +01:00
Honza Bambas
0c329fda28
Bugs 1241238 - fix test_imapProtocols.js, test_mailboxProtocol.js, test_nntpProtocols.js to work with ORIGIN_IS_FULL_SPEC protocol flag, r=jcranmer
2016-01-20 11:15:00 +01:00
Joshua Cranmer
75a0968fa2
Bug 1208087 - Add tests for proxy via SOCKS for all protocols, r=rkent.
...
Ideally, the test framework would be using PAC to set up the proxy (it's much
simpler), but bug 791645 appears to keep this from working properly.
--HG--
extra : commitid : DzX3ynNYdSU
2016-01-19 22:10:42 -06:00
R Kent James
9e4ecaa025
Bug 1240327, Improve ability of key mailnews components to be overridden with JS, r=jcranmer
2016-01-19 11:05:46 -08:00
aleth
6f85c2675b
Backout 969a3a5cb50f (Bug 1240327) for xpcshell crashes.
...
--HG--
extra : rebase_source : b4772ac0cb27a5dd24de81e252406c5d5ae67396
2016-01-19 16:56:15 +01:00
R Kent James
6277458f07
Bug 1240327, improve ability of key mailnews components to support JsAccount, r=jcranmer
2015-08-22 13:40:00 -07:00
aceman
1d66153662
Bug 793865 - convert nsIMsgParseMailMsgState.envelopePos to 64 bits. r=rkent
2015-12-09 20:58:34 +01:00
R Kent James
86efe94636
Bug 1183490, part 3, Remove dependency on offset in creating message keys, r=aceman
2015-12-06 00:24:14 -08:00
R Kent James
ef378ed65d
Bug 1229648 - Eliminate nulls in GetSubfolders calls, rs=jcranmer
2015-12-05 01:50:33 -08:00
R Kent James
976fab3715
Bug 1229649 - Eliminate nulls in out parameter for nsIURI, rs=jcranmer
2015-12-05 01:41:11 -08:00
Tooru Fujisawa
500324bec7
Bug 824104 - Part 3: Remove for-each from mailnews/. r=jcranmer
2015-12-05 14:27:43 +09:00
aceman
17e522e4e5
Bug 1093299 - Promote m_total* variables in nsPop3Protocol.h to int64_t to allow downloading 4GB+ of messages via POP3. r=Neil
2015-11-30 11:15:00 +01:00
R Kent James
db2c5788d1
Bug 1202105 - Prevent duplicate key when creating new message header. r=aceman
2015-10-08 12:49:00 +02:00
Jorg K
034d0da3c0
Bug 1211261 - Notify when messages are moved by 'before junk' filter. r=rkent
2015-10-20 10:47:00 +02:00
Frank-Rainer Grahl frgrahl@gmx.net
3ccf467e43
Bug 1212462 - Rename nsRefPtr<T> to RefPtr<T> due to mozilla-central Bug 1207245 rs=Ratty a=Ratty bustage fix CLOSED TREE
2015-10-19 03:17:36 +08:00
Magnus Melin
9d168e83df
Bug 1209777 - part3: adapt comm-central for bug 589199 (top level const/let change). r=mconley, fallen, jcranmer, aleth. a=mkmelin on CLOSED TREE
...
Created by this script:
find mail/ mailnews/ calendar/ chat/ im/ testing/ -type f -iname *.js* -exec sed -i -E 's/^(const|let) /var /g' {} \;
2015-10-11 00:23:56 +03:00
Patrick Cloke
47c9d8e4e7
Bug 1209777 - part1: lexical-components-to-var.sh and global-let-to-var.sh. r=philip.chee, mkmelin
...
CLOSED TREE seamonkey
2015-10-08 06:53:00 +03:00
R Kent James
f05564b9ba
Bug 1152651 part 2, maildir-mbox multi copy fails, r=neil, a=rkent
...
--HG--
extra : amend_source : b180162286bb59fb89cfea654fd662c1de5db7d0
2015-10-02 14:52:23 -07:00
alta88
43bda4cb4d
Bug 1202150 - Silence compiler warnings in nsMsgDBView and friends, part 3 mailnews/imap|local|mime|news. r=rkent
2015-09-29 16:02:41 -06:00
R Kent James
49f295a76c
Backout 8b519841303f (Bug 1152651p2) for mozmill breakage, a=bustage
2015-09-16 20:38:32 -07:00
R Kent James
93aca50d5d
Bug 1152561 part 2, maildir-mbox multi copy fails, r=neil, a=rkent
2015-09-13 20:41:34 -07:00
R Kent James
17b656d309
Bug 1152651, copy multiple messages from maildir to maildir fails, r=neil, a=rkent
2015-09-13 20:41:11 -07:00
R Kent James
9684483cd0
Bug 1175242, Do not delete an existing maildir folder if asked to create, r=neil, a=rkent
2015-09-07 18:23:30 -07:00
R Kent James
11ff15dcaa
Bug 1175242, whole inbox deleted at every start - maildir, r=neil
2015-08-11 14:14:05 -07:00
R Kent James
68eebb554f
Bug 209189 - Don't do transaction on non-existent message. r=rkent
2015-07-25 16:33:00 +02:00
Jorg K
a1c7f8fb81
Bug 209189 - Clear undo stack after permanent deletion. r=rkent
2015-07-12 01:28:00 +02:00
Philip Chee
593070a3a6
Bug 1189528 fix for mailnews/local/src/nsMailboxService.cpp:29:22: fatal error: nsRefPtr.h: No such file or directory r=jcranmer a=bustage fix a=ewong for CLOSED TREE
2015-07-31 13:40:32 +08:00
Edmund Wong
4250e30ef7
Bug 1181434 - Fix fallout from bug 905127 due to missing headers for mail/ and mailnews/. r=rkent.
2015-07-09 15:17:55 +08:00
Edmund Wong
b927efa00a
Bug 1171663 - Change PR_LOG to MOZ_LOG in mailnews/, r=rkent
...
* * *
Bug 1171663 - RKJ revs to merge
2015-06-05 11:44:02 -07:00
Sebastian Hengst
ca9b75fe84
Bug 1148512 - WebApps.jsm access nsIXULAppInfo to fix failing Windows imap tests, r=rkent
2015-04-26 21:09:46 +02:00
Stefan Sitter
bd92d1097f
Bug 1099587 - Make JS callers of ios.newChannel call ios.newChannel2 in mailnews/ r=rkent
2015-05-18 20:41:56 +02:00
R Kent James
c0f25026e1
Bug 1159448 - Thunderbird ignores proxy settings on POP3S protocol, r=neil
2015-05-14 18:34:02 -07:00
Stefan Sitter
c17ab6c596
Bug 777770 - Replace nsVoidArray with nsTArray, part 2. r=rkent a=me CLOSED TREE
2015-05-13 21:07:16 +02:00
Stefan Sitter
93572ccb9c
Bug 777770 - get rid of nsVoidArray from /mailnews, r=rkent, a=rkent CLOSED TREE
2015-05-13 11:09:45 -07:00
Sebastian Hengst
5e081c3741
Bug 1110166 - Port bug 1102219 - Rename String.prototype.contains to String.prototype.includes: mailnews. r=mkmelin
2015-05-01 21:56:56 +02:00
Philip Chee
b82bab6214
Bug 1156777 - nsParseMailbox.cpp:505:55: error: 'do_QueryObject' was not declared in this scope rs=jcranmer bustage fix
2015-04-21 23:13:30 +08:00
Joshua Cranmer
26fbb511c2
Bug 1150176: Remove now-dead allocators from comm-central to help reopen a CLOSED TREE, r=rkent
2015-04-02 12:18:38 -05:00
R Kent James
b8f204a117
Bug 1124948 - search folders dont work on maildir, r=jcranmer
2015-03-26 12:26:45 -07:00
Ehsan Akhgari
8b5d08430d
Bug 1146094 - Replace MOZ_OVERRIDE and MOZ_FINAL with override and final, as a follow-up to bug 1145631
2015-03-22 14:54:47 -04:00
R Kent James
2003c29f48
Bug 1134944 - Move getSummaryFile to folder so that maildir can be selected in imap mail setup, r=jcranmer
2015-03-05 16:12:35 -08:00